部分微调

This commit is contained in:
@fawn-nine
2023-10-13 13:32:32 +08:00
parent 350f9d22d2
commit f5dc71993f
8 changed files with 85 additions and 101 deletions

View File

@@ -87,7 +87,7 @@
<view class="">
<image src="../../static/icon/home3.png" mode="aspectFit"></image>
</view>
<view class="v1"><text> </text></view>
<view class="v1"><text> </text></view>
</view>
<view class="item " >
<!-- <u-icon name="chat" color="#fcbd71" size="24"></u-icon> -->
@@ -390,7 +390,7 @@
.btns{ margin-left: 20rpx; width: calc(100% - 200rpx); box-sizing: border-box; font-size: 34rpx; justify-content: space-between;
.item{ margin-bottom:30rpx; width: 20%; text-align: center;
image{
display: block; margin-right: 10rpx; height: 112rpx;
display: block; height: 108rpx;
}
.v1{margin-top: -30rpx;}
}