kk.shi 3 rokov pred
rodič
commit
4abb4c4b1f

+ 3 - 1
pages/welfareMall/refund/refund.wxml

@@ -36,6 +36,8 @@
         <view class="lower-total-text">系统正在审核您是否符合退款条件,请耐心等待</view>
       </view>
     </view>
-    <view class="refund-explain"></view>
+    <view class="refund-ex flex-row">
+      <view class="refund-explain">查看退款说明</view>
+    </view>
   </view>
 </view>

+ 11 - 0
pages/welfareMall/refund/refund.wxss

@@ -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;
+}