lex 1 vuosi sitten
vanhempi
commit
61b624820b

+ 7 - 2
src/views/student-register/index-apply.module.less

@@ -845,13 +845,16 @@
     &>div {
       color: #FFFFFF;
       min-width: 84px;
-      text-align: center;
+      // text-align: center;
+      display: flex;
+      align-items: center;
+      justify-content: center;
     }
   }
 
   .vipGiftNum {
     font-weight: bold;
-    font-size: 26px;
+    font-size: 30px;
     line-height: 36px;
     padding-right: 2px;
   }
@@ -859,5 +862,7 @@
   .vipGiftPreviod {
     vertical-align: text-bottom;
     font-weight: 600;
+    font-size: 16px;
+    margin-top: 6px;
   }
 }

+ 7 - 2
src/views/student-register/index.module.less

@@ -881,13 +881,16 @@
     &>div {
       color: #FFFFFF;
       min-width: 84px;
-      text-align: center;
+      // text-align: center;
+      display: flex;
+      align-items: center;
+      justify-content: center;
     }
   }
 
   .vipGiftNum {
     font-weight: bold;
-    font-size: 26px;
+    font-size: 30px;
     line-height: 36px;
     padding-right: 2px;
   }
@@ -895,5 +898,7 @@
   .vipGiftPreviod {
     vertical-align: text-bottom;
     font-weight: 600;
+    font-size: 16px;
+    margin-top: 6px;
   }
 }