Merge branch 'master' of http://47.115.223.229:8888/yangjun/sadjv3_user
This commit is contained in:
commit
ec12f6a390
|
@ -454,7 +454,7 @@
|
||||||
<view class="xiangmu-foot-left-shiji">
|
<view class="xiangmu-foot-left-shiji">
|
||||||
<span>¥</span>
|
<span>¥</span>
|
||||||
<span>{{item.price}}</span>
|
<span>{{item.price}}</span>
|
||||||
<span>/元套</span>
|
<span>元/套</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="xiangmu-foot-left-dazhe">{{item.oldPrice}}</view>
|
<view class="xiangmu-foot-left-dazhe">{{item.oldPrice}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -470,7 +470,7 @@
|
||||||
<u-popup v-model="showpay" mode="bottom" :closeable="closeable">
|
<u-popup v-model="showpay" mode="bottom" :closeable="closeable">
|
||||||
<view class="popup_pay">
|
<view class="popup_pay">
|
||||||
<view style="background-color: #fff;">
|
<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
|
<view
|
||||||
style="display: flex;height: 100upx;align-items: center;padding: 20upx 0;justify-content: center;"
|
style="display: flex;height: 100upx;align-items: center;padding: 20upx 0;justify-content: center;"
|
||||||
v-for="(item,index) in openLists" :key='index'>
|
v-for="(item,index) in openLists" :key='index'>
|
||||||
|
|
|
@ -1027,14 +1027,14 @@
|
||||||
color: #F95900;
|
color: #F95900;
|
||||||
}
|
}
|
||||||
.header-bottom-money-zhen span:nth-child(1){
|
.header-bottom-money-zhen span:nth-child(1){
|
||||||
font-size: 25rpx;
|
font-size: 26rpx;
|
||||||
}
|
}
|
||||||
.header-bottom-money-zhen span:nth-child(2){
|
.header-bottom-money-zhen span:nth-child(2){
|
||||||
font-size:38rpx;
|
font-size:38rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.header-bottom-money-zhen span:nth-child(3){
|
.header-bottom-money-zhen span:nth-child(3){
|
||||||
font-size: 25rpx;
|
font-size: 26rpx;
|
||||||
}
|
}
|
||||||
.header-bottom-money-zhen{
|
.header-bottom-money-zhen{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue