This commit is contained in:
kbing1981 2024-07-26 13:39:52 +08:00
parent 104ead8dd5
commit 5a1e313d6a
3 changed files with 9 additions and 10 deletions

View File

@ -167,7 +167,6 @@
<view class="prompt-text">-当你累了 想起盛安到家-</view>
<view class="kefu" @click="goMsg">
<image src="../../static/kefu.png" mode=""></image>
<span>联系客服</span>
</view>
</view>
@ -699,9 +698,8 @@
position: fixed;
right: 0;
bottom: 0;
margin-bottom: 20%;
margin-bottom:100rpx;
margin-right: 20px;
background-color: #fff;
border-radius: 5px;
}
.shop_label{
@ -865,6 +863,7 @@
height: 170rpx;
text-align: top;
text-align: center;
padding: 20rpx 0;
}
.my-use-list-text{
color: #6C6C6C;

View File

@ -208,8 +208,8 @@
flex-direction: column;
position: fixed;
z-index: 999;
background:#fff linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
border-bottom:1rpx solid #c4ede1;
/*background:#fff linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
border-bottom:1rpx solid #c4ede1;*/
padding-top: 6rpx;
}
.shop_label{
@ -285,7 +285,7 @@
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
justify-content: center;
}
.item-view-jianjie{
font-weight: 400;
@ -347,13 +347,13 @@
white-space: nowrap;
}
.item-view{
width:63%;
width:62%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
justify-content: space-between;
padding: 26rpx 0;
padding: 22rpx 0;
}
.item-img{
width: 230rpx;
@ -387,7 +387,7 @@
display: flex;
flex-direction: row;
justify-content: space-between;
height: 140px;
height: 130px;
background: #FFFFFF;
border-radius: 21rpx;
margin-top:10px;
@ -469,7 +469,7 @@
font-weight: bold;
position: absolute;
right:40rpx;
top: 26rpx;
top: 27rpx;
font-size: 30rpx;
display: flex;
align-items: center;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 22 KiB