Ver Fonte

更新修改平板样式

lex há 1 ano atrás
pai
commit
fced5c3a3b

+ 8 - 1
src/views/co-ai/baseIndex.module.less

@@ -315,8 +315,15 @@
 
 // 平板
 .containerTablet {
+  padding: 81px 18px 18px 37px;
+
+  .back {
+    top: 25px;
+  }
+
   .centerSearch {
     width: 92%;
+    top: 25px;
   }
 
   .directorySection {
@@ -346,4 +353,4 @@
       padding: 0 30px
     }
   }
-}
+}

+ 4 - 1
src/views/knowledge-library/error-question-mode/index.module.less

@@ -125,6 +125,9 @@
 }
 
 .unitDetailTablet {
+  background: url('../images/bg-tablet.png') no-repeat top center;
+  background-size: contain;
+  background-color: #ABE8FF;
 
   .prevBtn,
   .nextBtn,
@@ -152,4 +155,4 @@
     width: 51px;
     height: 56px;
   }
-}
+}

+ 4 - 1
src/views/knowledge-library/examination-mode/index.module.less

@@ -94,6 +94,9 @@
 }
 
 .unitDetailTablet {
+  background: url('../images/bg-tablet.png') no-repeat top center;
+  background-size: contain;
+  background-color: #ABE8FF;
 
   .prevBtn,
   .nextBtn,
@@ -121,4 +124,4 @@
     width: 51px;
     height: 56px;
   }
-}
+}

BIN
src/views/knowledge-library/images/bg-tablet.png


BIN
src/views/knowledge-library/images/icon-up-point-tablet-disabled.png


+ 16 - 1
src/views/knowledge-library/index.module.less

@@ -223,6 +223,9 @@
 }
 
 .knowledgeLibraryTablet {
+  background: url('./images/bg-tablet.png') no-repeat top center #87d1f0;
+  background-size: contain;
+
   .stickBtnGroup {
 
     .prevBtn,
@@ -242,5 +245,17 @@
       background: url('./images/icon-down-point-tablet.png') no-repeat center;
       background-size: contain;
     }
+
+    :global {
+      .van-button--disabled::before {
+        background-color: transparent;
+        opacity: inherit;
+      }
+
+      .van-button--disabled {
+        background: url('./images/icon-up-point-tablet-disabled.png') no-repeat center;
+        background-size: contain;
+      }
+    }
   }
-}
+}

+ 4 - 1
src/views/knowledge-library/practice-mode/index.module.less

@@ -107,6 +107,9 @@
 }
 
 .unitDetailTablet {
+  background: url('../images/bg-tablet.png') no-repeat top center;
+  background-size: contain;
+  background-color: #ABE8FF;
 
   .prevBtn,
   .nextBtn,
@@ -134,4 +137,4 @@
     width: 51px;
     height: 56px;
   }
-}
+}

BIN
src/views/knowledge-library/wroing-book/images/woring-bg-tablet.png


+ 6 - 1
src/views/knowledge-library/wroing-book/index.module.less

@@ -51,4 +51,9 @@
     margin-bottom: 16px;
     width: 100%;
   }
-}
+}
+
+.woringBookTablet {
+  background: url('./images/woring-bg-tablet.png') no-repeat top center;
+  background-size: contain;
+}

BIN
src/views/member-center/images/bg-tablet.png