@@ -36,6 +36,8 @@
<view class="lower-total-text">系统正在审核您是否符合退款条件,请耐心等待</view>
</view>
- <view class="refund-explain"></view>
+ <view class="refund-ex flex-row">
+ <view class="refund-explain">查看退款说明</view>
+ </view>
@@ -157,3 +157,14 @@
color: #444444;
margin-top: 14rpx;
}
+
+.refund-ex{
+ width: 676rpx;
+ height: 100rpx;
+}
+.refund-explain{
+ font-size: 24rpx;
+ font-weight: 500;
+ color: #444444;