Bläddra i källkod

提现页面字号

bayi 1 år sedan
förälder
incheckning
89a72eb33a
2 ändrade filer med 10 tillägg och 10 borttagningar
  1. 5 5
      salesperson/pages/withdrawal/index.less
  2. 5 5
      salesperson/pages/withdrawal/index.wxss

+ 5 - 5
salesperson/pages/withdrawal/index.less

@@ -21,7 +21,7 @@
         text-align: left;
 
         .title {
-            font-size: 24rpx;
+            font-size: 30rpx;
         }
 
         .inputBox {
@@ -50,18 +50,18 @@
 
         .warning {
             margin-top: 10rpx;
-            font-size: 22rpx;
+            font-size: 26rpx;
             color: #FF0000;
         }
 
         .amount {
             margin: 30rpx 0 18rpx;
-            font-size: 24rpx;
+            font-size: 30rpx;
             font-weight: bold
         }
 
         .tips {
-            font-size: 24rpx;
+            font-size: 26rpx;
             color: #B2B2B2;
         }
     }
@@ -78,7 +78,7 @@
 
     .tips2 {
         margin-top: 16rpx;
-        font-size: 28rpx;
+        font-size: 26rpx;
     }
 
 

+ 5 - 5
salesperson/pages/withdrawal/index.wxss

@@ -19,7 +19,7 @@
   text-align: left;
 }
 .withdrawal .formBox .title {
-  font-size: 24rpx;
+  font-size: 30rpx;
 }
 .withdrawal .formBox .inputBox {
   display: flex;
@@ -43,16 +43,16 @@
 }
 .withdrawal .formBox .warning {
   margin-top: 10rpx;
-  font-size: 22rpx;
+  font-size: 26rpx;
   color: #FF0000;
 }
 .withdrawal .formBox .amount {
   margin: 30rpx 0 18rpx;
-  font-size: 24rpx;
+  font-size: 30rpx;
   font-weight: bold;
 }
 .withdrawal .formBox .tips {
-  font-size: 24rpx;
+  font-size: 26rpx;
   color: #B2B2B2;
 }
 .withdrawal .submit {
@@ -66,7 +66,7 @@
 }
 .withdrawal .tips2 {
   margin-top: 16rpx;
-  font-size: 28rpx;
+  font-size: 26rpx;
 }
 .detail {
   margin: 34rpx auto;