소스 검색

修改样式

lex 1 년 전
부모
커밋
071f53da6b
2개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 2
      src/views/student-register/index-apply.module.less
  2. 3 2
      src/views/student-register/index.module.less

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

@@ -844,7 +844,7 @@
 
     &>div {
       color: #FFFFFF;
-      min-width: 80px;
+      min-width: 84px;
       text-align: center;
     }
   }
@@ -853,10 +853,11 @@
     font-weight: bold;
     font-size: 26px;
     line-height: 36px;
-    padding-right: 3px;
+    padding-right: 2px;
   }
 
   .vipGiftPreviod {
     vertical-align: text-bottom;
+    font-weight: 600;
   }
 }

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

@@ -880,7 +880,7 @@
 
     &>div {
       color: #FFFFFF;
-      min-width: 80px;
+      min-width: 84px;
       text-align: center;
     }
   }
@@ -889,10 +889,11 @@
     font-weight: bold;
     font-size: 26px;
     line-height: 36px;
-    padding-right: 3px;
+    padding-right: 2px;
   }
 
   .vipGiftPreviod {
     vertical-align: text-bottom;
+    font-weight: 600;
   }
 }