Browse Source

修改样式

lex-xin 3 months ago
parent
commit
916cdcd1ae

+ 3 - 3
miniprogram/components/apply-refound/apply-refound.less

@@ -44,7 +44,7 @@
       background: #F7F8F9;
       border-radius: 20rpx;
       textarea {
-        padding: 24rpx;
+        padding: 16rpx;
         height: 180rpx;
         font-size: 30rpx;
         width: 100%;
@@ -56,8 +56,8 @@
         }
       }
       .num {
-        padding-right: 24rpx;
-        padding-bottom: 24rpx;
+        padding-right: 16rpx;
+        padding-bottom: 16rpx;
         text-align: right;
         font-size: 28rpx;
         color: #AAAAAA;

+ 1 - 1
miniprogram/pages/index/index.ts

@@ -22,7 +22,7 @@ Page({
       'https://oss.dayaedu.com/ktyq/1731664304424.png',
       'https://oss.dayaedu.com/ktyq/1731664318588.png',
       'https://oss.dayaedu.com/ktyq/1731664330981.png',
-      'https://oss.dayaedu.com/ktyq/1732626124034.png'
+      'https://oss.dayaedu.com/ktyq/1732707825867.png'
     ],
     current: 0,
     autoplay: false,

+ 2 - 2
miniprogram/pages/orders/order-detail.less

@@ -67,7 +67,7 @@ page {
       white-space: nowrap;
       overflow: hidden;
       font-weight: 600;
-      font-size: 28rpx;
+      font-size: 30rpx;
       text-overflow: ellipsis;
       max-width: 310rpx;
     }
@@ -75,7 +75,7 @@ page {
       flex-shrink: 0;
       font-family: DINAlternate, DINAlternate;
       font-weight: bold;
-      font-size: 28rpx;
+      font-size: 30rpx;
       color: #131415;
       line-height: 48rpx;
     }

+ 2 - 2
miniprogram/pages/orders/order-result.less

@@ -72,7 +72,7 @@ page {
       white-space: nowrap;
       overflow: hidden;
       font-weight: 600;
-      font-size: 28rpx;
+      font-size: 30rpx;
       text-overflow: ellipsis;
       max-width: 310rpx;
     }
@@ -80,7 +80,7 @@ page {
       flex-shrink: 0;
       font-family: DINAlternate, DINAlternate;
       font-weight: bold;
-      font-size: 28rpx;
+      font-size: 30rpx;
       color: #131415;
       line-height: 48rpx;
     }