This commit is contained in:
Mr.jiang 2024-07-04 23:06:20 +08:00
commit ec12f6a390
2 changed files with 4 additions and 4 deletions

View File

@ -454,7 +454,7 @@
<view class="xiangmu-foot-left-shiji">
<span></span>
<span>{{item.price}}</span>
<span>/</span>
<span>/</span>
</view>
<view class="xiangmu-foot-left-dazhe">{{item.oldPrice}}</view>
</view>
@ -470,7 +470,7 @@
<u-popup v-model="showpay" mode="bottom" :closeable="closeable">
<view class="popup_pay">
<view style="background-color: #fff;">
<view style="padding: 0 20upx;margin-top: 60rpx;margin-bottom: 20rpx;">
<view style="padding: 20upx;margin-top: 60rpx;margin-bottom: 20rpx;">
<view
style="display: flex;height: 100upx;align-items: center;padding: 20upx 0;justify-content: center;"
v-for="(item,index) in openLists" :key='index'>

View File

@ -1027,14 +1027,14 @@
color: #F95900;
}
.header-bottom-money-zhen span:nth-child(1){
font-size: 25rpx;
font-size: 26rpx;
}
.header-bottom-money-zhen span:nth-child(2){
font-size:38rpx;
font-weight: bold;
}
.header-bottom-money-zhen span:nth-child(3){
font-size: 25rpx;
font-size: 26rpx;
}
.header-bottom-money-zhen{
display: flex;