shaogen1995 3 달 전
부모
커밋
ffbaf55b9c
3개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      src/assets/styles/base.css
  2. 1 1
      src/assets/styles/base.less
  3. 7 5
      src/pages/A7wjwj/conponents/Weijie/index.module.scss

+ 1 - 1
src/assets/styles/base.css

@@ -479,6 +479,6 @@ textarea {
     height: 0;
   }
   100% {
-    height: 70%;
+    height: 290px;
   }
 }

+ 1 - 1
src/assets/styles/base.less

@@ -629,6 +629,6 @@ textarea {
   }
 
   100% {
-    height: 70%;
+    height: 290px;
   }
 }

+ 7 - 5
src/pages/A7wjwj/conponents/Weijie/index.module.scss

@@ -1,18 +1,20 @@
 .Weijie {
   width: 100%;
-  height: 0%;
+  height: 0px;
   position: relative;
-  color: rgba(93, 96, 96, 1);
-  font-size: 16px;
-  letter-spacing: 4px;
-  line-height: 28px;
   overflow: hidden;
   top: 20%;
 
 
+
   :global {
     p {
+      font-size: 16px !important;
+      letter-spacing: 4px;
+      line-height: 28px;
       text-align: center;
+      color: rgba(93, 96, 96, 1);
+
     }
   }
 }