|
|
@@ -162,7 +162,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="under-bar">
|
|
|
- <view class="price-view"> </view>
|
|
|
+ <view class="price-view">¥{{ modifyPrice }}</view>
|
|
|
<button class="admin-button-com blue big" style="border:none;margin-right:38upx;width:280upx;" @click="confirmForm">提交</button>
|
|
|
</view>
|
|
|
|
|
|
@@ -696,19 +696,10 @@ export default {
|
|
|
background-color: #fff;
|
|
|
box-shadow: 0upx -1upx 6upx 0upx rgba(4, 0, 0, 0.06);
|
|
|
.price-view {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- font-size: 24upx;
|
|
|
- .price-title {
|
|
|
- color: #333;
|
|
|
- }
|
|
|
- .price-number {
|
|
|
- margin: 0 20upx;
|
|
|
- color: #ff2842;
|
|
|
- .large {
|
|
|
- font-size: 40upx;
|
|
|
- }
|
|
|
- }
|
|
|
+ font-size: 36upx;
|
|
|
+ font-weight:bold;
|
|
|
+ color: #ff2842;
|
|
|
+ margin-left:20upx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -818,7 +809,6 @@ export default {
|
|
|
}
|
|
|
|
|
|
.delivery-price-free {
|
|
|
- color: #999;
|
|
|
text-decoration: line-through;
|
|
|
}
|
|
|
|