zhuozh 10 mesi fa
parent
commit
7cbe8ac068
1 ha cambiato i file con 12 aggiunte e 9 eliminazioni
  1. 12 9
      src/pages/home/index.less

+ 12 - 9
src/pages/home/index.less

@@ -6,18 +6,20 @@
 
 .pageNameBasics {
   position: absolute;
-  left: calc(50% - 70px);
+  left: calc(50% - 100px);
   top: 2rem;
-  width: 170px;
-  height: 45px;
-  font-size: 18px;
+  width: 200px;
+  height: 50px;
+  font-size: 22px;
   text-align: center;
-  line-height: 45px;
+  line-height: 50px;
+  font-weight: bold;
   border-radius: 12px;
 }
 .pageNameBright {
   background: linear-gradient(90deg, #ddf6ff, #f5efff);
-  color: rgba(51, 51, 51, 0.6);
+  // color: rgba(51, 51, 51, 0.6);
+  color: #666;
 }
 .pageNameDark {
   background: #31323e;
@@ -214,11 +216,12 @@
   .returnText {
     flex: 1;
     min-height: 100px;
-    max-height: 260px;
-    overflow-y: auto;
+    // max-height: 260px;
+    // overflow-y: auto;
     .firstTitle {
       padding-top: 2rem;
-      font-size: 3rem;
+      font-size: 2.2rem;
+      line-height: 1.2;
     }
   }
   .textIcon,