优化问题

This commit is contained in:
duan
2024-05-17 14:12:28 +08:00
parent ea60344f02
commit 07a6425ec4
10 changed files with 66 additions and 40 deletions

View File

@@ -27,7 +27,7 @@
</u-number-box>
</view>
</view>
<view class="redMoney">
<view class="redMoney" v-if="false">
<view>
<image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/drder/hongbao.png"
style="width: 30rpx;height: 30.24rpx;;" mode=""></image>
@@ -140,7 +140,7 @@
width: 750rpx;
background: #FFFFFF;
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 30rpx;
padding: 20rpx 30rpx;
.placetopone {
.df(space-between);
@@ -209,21 +209,18 @@
}
.jiesuanmoney {
height: 112rpx;
line-height: 112rpx;
height: 50rpx;
line-height: 50rpx;
text-align: right;
margin-top: 8rpx;
>text:first-child {
font-size: 24rpx;
}
>text:last-child {
font-size: 32rpx;
margin-left: 20rpx;
}
}