|
@@ -161,10 +161,10 @@
|
|
</view>
|
|
</view>
|
|
<view class="hander-two">
|
|
<view class="hander-two">
|
|
<view class="pop-btn-del" @click="showPricing=false">
|
|
<view class="pop-btn-del" @click="showPricing=false">
|
|
- 取消
|
|
|
|
|
|
+ <text>取消</text>
|
|
</view>
|
|
</view>
|
|
<view class="pop-btn-add" @click="GoOndel()">
|
|
<view class="pop-btn-add" @click="GoOndel()">
|
|
- 继续提交
|
|
|
|
|
|
+ <text>继续提交</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -193,10 +193,12 @@
|
|
</view>
|
|
</view>
|
|
<view class="hander-two">
|
|
<view class="hander-two">
|
|
<view class="pop-btn-del" @click="showPricingUnder=false">
|
|
<view class="pop-btn-del" @click="showPricingUnder=false">
|
|
- 取消
|
|
|
|
|
|
+ <text>
|
|
|
|
+ 取消
|
|
|
|
+ </text>
|
|
</view>
|
|
</view>
|
|
<view class="pop-btn-add" @click="GoOnUnder()">
|
|
<view class="pop-btn-add" @click="GoOnUnder()">
|
|
- 继续提交
|
|
|
|
|
|
+ <text> 继续提交</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -334,6 +336,7 @@
|
|
},
|
|
},
|
|
|
|
|
|
closegaijia() {
|
|
closegaijia() {
|
|
|
|
+ this.showPricinggaijia = false
|
|
this.showPricing = false;
|
|
this.showPricing = false;
|
|
this.newprice = '';
|
|
this.newprice = '';
|
|
},
|
|
},
|
|
@@ -826,23 +829,32 @@
|
|
margin: 30rpx 0;
|
|
margin: 30rpx 0;
|
|
|
|
|
|
.pop-btn-del {
|
|
.pop-btn-del {
|
|
|
|
+ width: 48%;
|
|
margin: 0 15rpx;
|
|
margin: 0 15rpx;
|
|
- padding: 22rpx 136rpx;
|
|
|
|
|
|
+ // padding: 22rpx 136rpx;
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
|
|
+ height: 88rpx;
|
|
|
|
+ line-height: 88rpx;
|
|
color: #111111;
|
|
color: #111111;
|
|
font-weight: Regular;
|
|
font-weight: Regular;
|
|
background-color: #F0F2F5;
|
|
background-color: #F0F2F5;
|
|
border-radius: 50rpx;
|
|
border-radius: 50rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
.pop-btn-add {
|
|
.pop-btn-add {
|
|
|
|
+ height: 88rpx;
|
|
|
|
+ line-height: 88rpx;
|
|
|
|
+ width: 48%;
|
|
border-radius: 50rpx;
|
|
border-radius: 50rpx;
|
|
margin: 0 15rpx;
|
|
margin: 0 15rpx;
|
|
background-color: #1372FF;
|
|
background-color: #1372FF;
|
|
- padding: 22rpx 100rpx;
|
|
|
|
|
|
+ // padding: 22rpx 100rpx;
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
font-weight: Regular;
|
|
font-weight: Regular;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|