Browse Source

feat: UI调整

zhuozh 10 months ago
parent
commit
7cbe8ac068
1 changed files with 12 additions and 9 deletions
  1. 12 9
      src/pages/home/index.less

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

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