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

View File

@ -208,8 +208,8 @@
flex-direction: column; flex-direction: column;
position: fixed; position: fixed;
z-index: 999; 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)); /*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; border-bottom:1rpx solid #c4ede1;*/
padding-top: 6rpx; padding-top: 6rpx;
} }
.shop_label{ .shop_label{
@ -285,7 +285,7 @@
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: center;
} }
.item-view-jianjie{ .item-view-jianjie{
font-weight: 400; font-weight: 400;
@ -347,13 +347,13 @@
white-space: nowrap; white-space: nowrap;
} }
.item-view{ .item-view{
width:63%; width:62%;
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
justify-content: space-between; justify-content: space-between;
padding: 26rpx 0; padding: 22rpx 0;
} }
.item-img{ .item-img{
width: 230rpx; width: 230rpx;
@ -387,7 +387,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
height: 140px; height: 130px;
background: #FFFFFF; background: #FFFFFF;
border-radius: 21rpx; border-radius: 21rpx;
margin-top:10px; margin-top:10px;
@ -469,7 +469,7 @@
font-weight: bold; font-weight: bold;
position: absolute; position: absolute;
right:40rpx; right:40rpx;
top: 26rpx; top: 27rpx;
font-size: 30rpx; font-size: 30rpx;
display: flex; display: flex;
align-items: center; align-items: center;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 22 KiB