shaogen1995 2 лет назад
Родитель
Сommit
62138b5ec6

+ 2 - 2
houtai/src/pages/A1Hot/index.module.scss

@@ -21,7 +21,7 @@
 
     .hotMainBox {
       width: 100%;
-      height: calc(100% - 65px);
+      height: calc(100% - 70px);
 
       .noneInfo {
         width: 100%;
@@ -33,7 +33,7 @@
 
 
       .hotMain {
-        margin-top: 15px;
+        margin-top: 20px;
         width: 100%;
         height: 100%;
         display: flex;

+ 34 - 3
houtai/src/pages/A5Guest/index.module.scss

@@ -1,5 +1,36 @@
-.Guest{
-  :global{
-    
+.Guest {
+  :global {
+    .guetsMain {
+      margin-top: 20px;
+      width: 100%;
+      height: calc(100% - 70px);
+      overflow-y: auto;
+
+      .guetsMainBox {
+        padding: 15px 30px 30px;
+        background-color: #fff;
+        border-radius: 10px;
+        min-height: 200px;
+
+        &:nth-of-type(1) {
+          margin-bottom: 20px;
+        }
+
+        .tit {
+          font-size: 16px;
+          display: flex;
+          align-items: center;
+          .time{
+            font-size: 14px;
+            color: #999;
+          }
+        }
+        .txt{
+          margin-top: 20px;
+          font-size: 18px;
+          line-height: 30px;
+        }
+      }
+    }
   }
 }

Разница между файлами не показана из-за своего большого размера
+ 74 - 5
houtai/src/pages/A5Guest/index.tsx