This commit is contained in:
parent
cfcc8d3ef8
commit
e23d7bbd76
|
@ -541,14 +541,14 @@
|
|||
.bgbox-top-show-youxiao{
|
||||
width: 448rpx;
|
||||
height: 42rpx;
|
||||
background: #FFBE95;
|
||||
background: #ff9f65;
|
||||
border-radius: 21rpx;
|
||||
font-weight: 400;
|
||||
font-size: 31rpx;
|
||||
color: #FFE5D1;
|
||||
line-height: 42rpx;
|
||||
text-align: center;
|
||||
text-shadow: 0rpx 0rpx 3rpx rgba(218,139,85,0.48);
|
||||
text-shadow: 0rpx 0rpx 3rpx rgba(255,159,101,0.48);
|
||||
margin-bottom: 70px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
@ -557,12 +557,12 @@
|
|||
}
|
||||
.bgbox-top-show image{
|
||||
width: 560.42rpx;
|
||||
height: 300.69rpx;
|
||||
height: 320.69rpx;
|
||||
}
|
||||
.bgbox-top-show{
|
||||
width: 100%;
|
||||
height: 536.11rpx;
|
||||
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png');
|
||||
background-image: linear-gradient(to bottom, #f9f1e7, #f7f7f7);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
|
@ -104,7 +104,9 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="prompt-text">-当你累了 想起盛安到家-</view>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -568,7 +570,14 @@
|
|||
<style scoped>
|
||||
|
||||
|
||||
|
||||
.prompt-text{
|
||||
font-size: 20rpx;
|
||||
color: #99999;
|
||||
height: 170rpx;
|
||||
text-align: top;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
.my-use-list-text{
|
||||
color: #6C6C6C;
|
||||
margin-top: 5px;
|
||||
|
@ -584,7 +593,7 @@
|
|||
padding: 12px 14px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0px auto 70px auto;
|
||||
margin: 0px auto 12px auto;
|
||||
}
|
||||
.my-use-view{
|
||||
width: 100%;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 188 KiB |
Loading…
Reference in New Issue