|
@@ -32,8 +32,8 @@
|
|
|
<view class="content-btn flex">
|
|
|
<view class="content-btn-left">
|
|
|
<view class="money">
|
|
|
- <text>兑换盲豆:</text>
|
|
|
- <text class="value">{{ list.returnCoin }}个</text>
|
|
|
+ <text>总价:</text>
|
|
|
+ <text class="value">{{ list.returnCoin }}盲豆</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content-btn-right">
|
|
@@ -179,7 +179,7 @@
|
|
|
&-tip {
|
|
|
font-size: 26rpx;
|
|
|
margin-bottom: 34rpx;
|
|
|
- background-color: #EEEEEE;
|
|
|
+ background-color: #fff;
|
|
|
padding: 34rpx;
|
|
|
border-radius: 22rpx;
|
|
|
color: #666666;
|
|
@@ -213,24 +213,22 @@
|
|
|
padding: 20rpx 0;
|
|
|
font-size: 30rpx;
|
|
|
|
|
|
- // 不发货提示
|
|
|
- &-not {
|
|
|
- justify-content: flex-start;
|
|
|
- font-size: 30rpx;
|
|
|
- color: #F9832E;
|
|
|
- margin: 0 0 30rpx;
|
|
|
- padding: 0 40rpx 24rpx;
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
- }
|
|
|
-
|
|
|
// 提交按钮
|
|
|
&-btn {
|
|
|
justify-content: space-between;
|
|
|
padding: 0 40rpx;
|
|
|
|
|
|
&-left {
|
|
|
- .value {
|
|
|
- color: #FF4208;
|
|
|
+ .money {
|
|
|
+ font-size: 30rpx;
|
|
|
+
|
|
|
+ text:first-child {
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+ .value {
|
|
|
+ color: #F9832E;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|