소스 검색

style-up 文物 知识 视频统一

shaogen1995 1 년 전
부모
커밋
22e16123bc
3개의 변경된 파일10개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 1
      pc/src/pages/A2Main/Tab1/index.module.scss
  2. 3 2
      pc/src/pages/A2Main/Tab4/index.module.scss
  3. 2 0
      pc/src/pages/A2Main/Tab5/index.module.scss

+ 5 - 1
pc/src/pages/A2Main/Tab1/index.module.scss

@@ -13,10 +13,14 @@
         height: 100%;
 
         .t1Tit {
+          position: relative;
+          top: -10px;
           font-weight: 700;
-          font-size: 24px;
+          font-size: 20px;
           color: var(--themeColor);
           text-align: center;
+          font-weight: 400;
+          height: 40px;
         }
 
         .videoBox {

+ 3 - 2
pc/src/pages/A2Main/Tab4/index.module.scss

@@ -2,7 +2,7 @@
   width: 100%;
   height: 100%;
   background-size: 100% 100%;
-  padding: 0 60px;
+  padding: 34px 60px 0;
   position: relative;
 
   :global {
@@ -23,6 +23,7 @@
         border-radius: 0 10px 0 10px;
         border: 1px solid var(--themeColor);
         color: var(--themeColor);
+        font-size: 18px;
       }
 
       .tab4Top1Ac {
@@ -161,7 +162,7 @@
       .tab4Mrow {
         cursor: pointer;
         width: 18.8%;
-        height: 42%;
+        height: 40%;
         margin-right: 1.5%;
         // margin-bottom: 2%;
         background-color: #fff;

+ 2 - 0
pc/src/pages/A2Main/Tab5/index.module.scss

@@ -7,6 +7,8 @@
 
   :global {
     .tab5Top {
+      position: relative;
+      top: -20px;
       display: flex;
       justify-content: center;