瀏覽代碼

修改样式

lex 1 年之前
父節點
當前提交
86ae1c1b67

+ 2 - 2
src/views/exercise-record/exercis-detail.module.less

@@ -25,7 +25,7 @@
         border-radius: 50%;
         overflow: hidden;
         border: 2px solid #fff;
-
+        display: flex;
         margin-right: 15px;
       }
 
@@ -162,4 +162,4 @@
       margin: 0 0 0 4px;
     }
   }
-}
+}

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

@@ -41,8 +41,8 @@
 }
 
 .woringSecgtion {
-  min-height: calc(100vh - var(--header-height) - 120px);
-  margin-top: 120px;
+  min-height: calc(100vh - var(--header-height) - 110px);
+  margin-top: 110px;
   background: #FFFFFF;
   border-radius: 16px 16px 0 0;
   padding: 20px 14px;
@@ -51,4 +51,4 @@
     margin-bottom: 16px;
     width: 100%;
   }
-}
+}

+ 2 - 2
src/views/member-center/index.module.less

@@ -86,7 +86,7 @@
       color: #c0c0c0;
 
       .remaining {
-        color: #f7b500;
+        color: #FF5A56;
         padding: 0 5px;
       }
     }
@@ -282,4 +282,4 @@
     width: 29px;
     height: 29px;
   }
-}
+}

+ 2 - 2
src/views/payment-result/index.module.less

@@ -44,7 +44,7 @@
     font-size: 12px;
     padding: 0 6px;
     border-radius: 4px;
-    background: linear-gradient(180deg, #FFF5E6 0%, #FFF6E7 100%);
+    background-color: #FFF5E6;
     border-radius: 4px;
     border: 1px solid #FFE9D9;
     color: #BE7332;
@@ -155,4 +155,4 @@
 .phoneName {
   background: #f2f2f2;
   border-radius: 6px;
-}
+}

+ 6 - 4
src/views/student-register/index.module.less

@@ -91,6 +91,8 @@
     margin-right: 16px;
     width: 98px;
     height: 98px;
+    border-radius: 10px;
+    overflow: hidden;
   }
 
   h2 {
@@ -109,9 +111,9 @@
     color: #BE7332;
     line-height: 17px;
     height: 18px;
-    background-color: #FFE9D9;
+    background-color: #FFF5E6;
     border-radius: 4px;
-    border: 1px solid #FFF8E9;
+    border: 1px solid #FFE9D9;
   }
 
   .model {
@@ -389,7 +391,7 @@
       border-radius: 12px;
       font-size: 16px;
       color: #5B2C03;
-      font-weight: 400;
+      font-weight: 600;
       border: 0;
     }
   }
@@ -412,4 +414,4 @@
       height: 100% !important
     }
   }
-}
+}

+ 1 - 1
src/views/student-register/index.tsx

@@ -512,7 +512,7 @@ export default defineComponent({
         />
 
         {/* 是否在微信中打开 */}
-        <OWxTip />
+        {/* <OWxTip /> */}
       </div>
     );
   }

+ 3 - 3
src/views/student-register/order-detail.module.less

@@ -170,9 +170,9 @@
       line-height: 18px;
       font-size: 12px;
       padding: 0 6px;
-      border-radius: 4px;
-      background: linear-gradient(180deg, #FFF7E8 0%, #FFE9D9 100%);
       color: #BE7332;
+      background-color: #FFF5E6;
+      border-radius: 4px;
       border: 1px solid #FFE9D9;
     }
 
@@ -364,4 +364,4 @@
   background: linear-gradient(121deg, #FFD892 0%, #FFCB75 100%);
   color: #5B2C03;
   // }
-}
+}

+ 2 - 2
src/views/student-register/register-modal/index.module.less

@@ -52,7 +52,7 @@
     font-weight: 600;
 
     &.codeTextDisabled {
-      color: #999;
+      color: #ccc;
     }
   }
 }
@@ -87,4 +87,4 @@
 
 .radioSection+.radioSection {
   margin-left: 12px;
-}
+}