This commit is contained in:
2025-03-13 09:42:15 +08:00
parent 59823a2ca1
commit d49f771baf
14 changed files with 516 additions and 364 deletions

View File

@@ -137,9 +137,16 @@
>
</view>
<view
style="color: #c0c4cc; font-size: 26rpx; font-weight: 700"
style="color: #e97512; font-size: 26rpx; font-weight: 700"
>
×{{ item.quantity ? item.quantity : "" }}</view
<view style="text-align: right;font-size: 30rpx;margin-bottom: 10rpx;">
¥{{ item.price }}
</view>
<view style="text-align: right;color: #333;">
×{{ item.quantity ? item.quantity : "" }}
</view>
</view
>
</view>
<!-- <view class="btns flexbox" style="margin-top: 10rpx">
@@ -1423,12 +1430,12 @@ uni-view {
margin: 10rpx 0;
// padding: 30rpx 0 0 0;
font-size: 28rpx;
font-size: 30rpx;
}
.orderReal {
text-align: right;
font-size: 28rpx;
font-size: 30rpx;
margin: 10rpx 0;
// padding: 28rpx 0 0 0;
}
@@ -1436,7 +1443,7 @@ uni-view {
.orderYunf {
text-align: right;
font-size: 28rpx;
font-size: 30rpx;
}
.orderOper {
@@ -1448,7 +1455,7 @@ uni-view {
padding: 10rpx 0;
display: inline-block;
width: 160rpx;
font-size: 25rpx;
font-size: 30rpx;
text-align: center;
}