|
@@ -139,16 +139,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="amount-row input-row">
|
|
<view class="amount-row input-row">
|
|
|
<text class="amount-label required">退款金额</text>
|
|
<text class="amount-label required">退款金额</text>
|
|
|
- <view class="amount-input-wrapper">
|
|
|
|
|
- <text class="currency-symbol">¥</text>
|
|
|
|
|
- <input
|
|
|
|
|
- class="amount-input"
|
|
|
|
|
- type="digit"
|
|
|
|
|
- v-model="refundMoney"
|
|
|
|
|
- placeholder="请输入"
|
|
|
|
|
- placeholder-style="color:#999"
|
|
|
|
|
- @focus="clearRefundMoney">
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <text class="amount-value refund-amount">¥{{refundMoney}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -643,6 +634,11 @@ export default {
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
color: #09c567;
|
|
color: #09c567;
|
|
|
}
|
|
}
|
|
|
|
|
+ &.refund-amount {
|
|
|
|
|
+ font-size: 32upx;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ color: #c59b0f;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|