shish 6 mesi fa
parent
commit
7f4034ee68

+ 2 - 2
mallApp/src/pages/home/recent.vue

@@ -786,13 +786,13 @@ page {
       }
 
       .balance-action {
-        font-size: 32upx;
+        font-size: 34upx;
         color: #667eea;
         text-decoration: underline;
         font-weight: bold;
       }
       .balance-action-2 {
-        font-size: 28upx;
+        font-size: 34upx;
         color: #ff4757;
         text-decoration: underline;
         font-weight: bold;

+ 14 - 5
mallApp/src/pages/member/rechargeResult.vue

@@ -11,12 +11,17 @@
             <view class="text-desc">保管余额是门店责任,此小程序仅是余额管理工具</view>
           </view>
           <view class="confirm-btn-wrap">
-            <button class="confirm-btn" @click="goBack">我知道了</button>
-            <button class="confirm-btn" @click="myHb">我的红包</button>
+            <button class="confirm-btn" @click="goBack" style="width:300upx;">我知道了</button>
+            <button class="confirm-btn" @click="myHb" style="width:300upx;">我的红包</button>
+          </view>
+        </view>
+        <view class="pay-confirm-content" v-else>
+          <view class="confirm-btn-wrap">
+            <button class="confirm-btn" @click="goBack" style="width:230upx;">返回</button>
           </view>
         </view>
         <!-- #ifdef MP-WEIXIN -->
-        <view style="width:100%;height:10upx;background-color:white;margin-top:30upx;"></view>
+        <view style="width:100%;height:10upx;background-color:white;margin-top:0upx;"></view>
         <ad-custom unit-id="adunit-510957a20b72a06b"></ad-custom>
         <!-- #endif -->
       </view>
@@ -100,7 +105,7 @@ export default {
 
 // 支付确认弹框样式
 .pay-confirm-content {
-  padding: 0upx 40upx 30upx 40upx;
+  padding: 0upx 40upx 0upx 40upx;
   text-align: center;
   .confirm-text {
     margin-bottom: 60upx;
@@ -122,7 +127,6 @@ export default {
   
   .confirm-btn-wrap {
     .confirm-btn {
-      width: 40%;
       height: 90upx;
       color: #666;
       border: 1upx solid #e8e8e8;
@@ -133,6 +137,11 @@ export default {
       align-items: center;
       justify-content: center;
       margin: 0 auto 40upx;
+      background-color: #ffffff;
+      padding: 0 40upx;
+      width: auto;
+      white-space: nowrap;
+      min-width: 180upx;
     }
     .tech-support {
       font-size: 30upx;