shaogen1995 3 tygodni temu
rodzic
commit
ffbaf55b9c

+ 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);
+
     }
   }
 }