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