shaogen1995 před 1 měsícem
rodič
revize
d5cc88f592

+ 3 - 1
src/components/MenuSider/index.module.scss

@@ -84,6 +84,7 @@
           cursor: pointer;
           display: flex;
           flex-direction: column;
+          margin-bottom: 10px;
 
           .bottomLine {
             position: relative;
@@ -174,7 +175,8 @@
             }
 
             .txt {
-              font-size: 12px;
+              font-size: 14px;
+              font-weight: 700;
             }
           }
         }

+ 16 - 2
src/pages/A0base/index.module.scss

@@ -208,7 +208,7 @@
       }
     }
     .A0baseContainner .content{
-      width: 64%;
+      width: 68%;
       .title{
         width: 160px;
         font-size: 26px;
@@ -216,7 +216,7 @@
       .text{
         color: black;
         font-size: 18px;
-        line-height: 22px;
+        line-height: 24px;
         letter-spacing: 2px;
         text-align: justify;
       }
@@ -225,6 +225,20 @@
         padding-top: 30px;
       }
     }
+
+
+
+    .interact {
+      width: 100px;
+      height: 200px;
+      .inter_content_active{
+      .inter{
+        margin: 4px 0;
+        height: 24px;
+        font-size: 16px;
+      }
+    }
+    }
   }
 
 }

+ 20 - 17
src/pages/A2yblm/components/ModalTxt/index.module.scss

@@ -92,6 +92,8 @@
             font-weight: lighter;
             color: rgba(255, 255, 255, 1);
             width: 200%;
+            font-weight: 700;
+
           }
         }
 
@@ -110,7 +112,7 @@
         color: rgba(255, 255, 255, 1);
         text-align: justify;
         overflow-y: auto;
-        color: #777463;
+        color: black;
       }
 
       .detailTxt {
@@ -212,7 +214,7 @@
         }
 
         .text {
-          width: 300px;
+          width: 400px;
           line-height: 15px;
           font-size: 9px;
           text-align: justify;
@@ -220,9 +222,7 @@
           color: #504e40;
 
 
-          &>p {
-            
-          }
+          &>p {}
         }
       }
     }
@@ -256,7 +256,7 @@
           }
 
           .txt {
-            font-size: 16px;
+            font-size: 14px;
           }
         }
 
@@ -270,30 +270,33 @@
         }
 
         .text {
-          line-height: 18px;
-          font-size: 18px;
+          line-height: 20px;
+          font-size: 16px;
+          line-height: 24px;
         }
       }
 
 
-      .intro{
+      .intro {
         font-size: 16px;
         line-height: 18px;
-      
+
       }
 
 
 
-      .detailTxt{
-        .title{
-          font-size: 20px !important;
-        }
-        .txt{
+      .detailTxt {
+        .title {
           font-size: 18px !important;
-          line-height: 24px !important;
+        }
+
+        .txt {
+          font-size: 16px !important;
+          line-height: 22px !important;
           letter-spacing: 2px;
+
           a::after {
-            bottom:-2px !important;
+            bottom: -2px !important;
             height: 2px !important;
           }
         }

+ 34 - 10
src/pages/A2yblm/index.module.scss

@@ -148,10 +148,12 @@
       }
 
       .content {
+        padding-top: 40px;
         font-size: 10px;
         line-height: 15px;
         font-weight: lighter;
         color: rgba(255, 255, 255, 1);
+        letter-spacing: 4px;
 
         &>p {
           padding-bottom: 15px;
@@ -258,19 +260,20 @@
 
       .content {
         margin-top: 15px;
-        width: 60%;
+        width: 70%;
         height: 110px;
         padding-right: 6px;
         overflow-y: auto;
-        
+
+
         &>div {
-          color:#595547;
+          color: #595547;
           width: 100%;
           height: 100%;
 
           font-size: 10px;
           line-height: 15px;
-          
+
           letter-spacing: 2px;
           text-align: justify;
         }
@@ -321,15 +324,14 @@
       }
 
       .content {
-        width: 80%;
         height: 240px;
 
         &>div {
           width: 100%;
           height: 100%;
-          line-height: 20px;
+          line-height: 18px;
 
-          font-size: 18px;
+          font-size: 16px;
 
         }
 
@@ -337,15 +339,37 @@
     }
 
 
-    .extra{
+    .extra {
       width: 180px;
       height: 40px;
-      .icon{
+
+      .icon {
         width: 30px;
       }
-      .txt{
+
+      .txt {
         font-size: 16px;
       }
     }
+
+    .mzm {
+      .top {
+        .title {
+          font-size: 18px;
+        }
+
+        .close {
+          width: 80px;
+          height: 80px;
+        }
+
+      }
+
+      .content {
+        font-size: 18px;
+        line-height: 24px;
+       
+      }
+    }
   }
 }

+ 2 - 2
src/pages/A2yblm/index.tsx

@@ -159,9 +159,9 @@ function A2yblm() {
           </div>
         </div>
         <div className='content'>
-          <div>{currentTagIndex >= myData.detail_modal.top.length
+          <div dangerouslySetInnerHTML={{__html:currentTagIndex >= myData.detail_modal.top.length
             ? myData.detail_modal.bottom[currentTagIndex - myData.detail_modal.top.length].txt
-            : myData.detail_modal.top[currentTagIndex].txt}</div>
+            : myData.detail_modal.top[currentTagIndex].txt}}></div>
         </div>
       </div>
     </div>

+ 11 - 1
src/pages/A3beie/index.module.scss

@@ -102,6 +102,16 @@
 // ----------------移动端
 .A3beieMo {
   :global {
+
+    .back {
+      width: 80px;
+      height: 40px;
+
+      img {
+        object-fit: fill !important;
+      }
+    }
+
     .container .content {
       .title {
         font-size: 24px;
@@ -110,7 +120,7 @@
 
       .text {
         font-size: 18px;
-        line-height: 22px;
+        line-height: 30px;
         letter-spacing: 2px;
       }
     }

+ 1 - 1
src/pages/A4quanwen/index.module.scss

@@ -132,7 +132,7 @@
         }
       }
       .right{
-        font-size: 18px;
+        font-size: 16px;
         line-height: 22px;
       }
     }