zhoujump 1 kuukausi sitten
vanhempi
commit
e309c1ccc8
3 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 4 4
      pages/checkIn/checkInRoute.vue
  2. 2 2
      pages/checkIn/index.vue
  3. 2 2
      pages/user/award.vue

+ 4 - 4
pages/checkIn/checkInRoute.vue

@@ -563,7 +563,7 @@ export default {
           }
 
           .name {
-            font-size: 20rpx;
+            font-size: 22rpx;
             font-weight: bold;
             margin-bottom: 10rpx;
             min-height: 60rpx;
@@ -654,7 +654,7 @@ export default {
             color: #4085C7;
             border: solid 3rpx #4085C7;
             border-radius: 60rpx;
-            font-size: 20rpx;
+            font-size: 24rpx;
             padding: 10rpx 20rpx;
             line-height: 1;
 
@@ -726,7 +726,7 @@ export default {
         margin: 0 30rpx;
 
         .page-item {
-          font-size: 24rpx;
+          font-size: 26rpx;
           line-height: 1.6;
         }
 
@@ -748,7 +748,7 @@ export default {
         .page-item {
           transition-duration: 300ms;
           font-weight: bold;
-          font-size: 24rpx;
+          font-size: 26rpx;
           padding: 14rpx 40rpx;
           background: linear-gradient(#2D2B76 50%, #FF9A00 50%);
           background-position: 0 0;

+ 2 - 2
pages/checkIn/index.vue

@@ -216,10 +216,10 @@ export default {
             .button {
               width: fit-content;
               font-weight: bold;
-              font-size: 18rpx;
+              font-size: 24rpx;
               background-color: white;
               color: #4085C7;
-              padding: 10rpx 17rpx;
+              padding: 14rpx 23rpx;
               border-radius: 40rpx;
             }
           }

+ 2 - 2
pages/user/award.vue

@@ -607,7 +607,7 @@ export default {
         background-color: #4085C7;
         padding: 16rpx 32rpx;
         border-radius: 50rpx;
-        font-size: 18rpx;
+        font-size: 24rpx;
         color: #ffffff;
       }
     }
@@ -775,7 +775,7 @@ export default {
     .award-footer-desc {
       padding-left: unset;
       margin-top: 20rpx;
-      font-size: $fontSize0;
+      font-size: $fontSize1;
       line-height: 1.9;
       display: flex;
       flex-direction: column;