lex-xin 2 năm trước cách đây
mục cha
commit
17cbde14b2

+ 3 - 2
src/student/layout/login.module.less

@@ -1,8 +1,9 @@
 .login {
   min-height: 100vh;
-  background: url('./images/top_bg.png') no-repeat top center, url('./images/bottom_bg.png') no-repeat bottom center;
+  background: url('./images/top_bg.png') no-repeat top center,
+    url('./images/bottom_bg.png') no-repeat bottom center;
   background-color: #fff;
-  background-size: contain;
+  background-size: 100%;
 
   .loginTitle {
     padding-top: 100px;

+ 7 - 7
src/student/member-center/index.tsx

@@ -20,13 +20,13 @@ export default defineComponent({
     return {
       agreeStatus: false,
       functionList: [{ title: '五线谱<br />跟播', icon: a1 },
-        { title: '演奏指法<br />跟播', icon: a2 },
-        { title: '原声/伴奏<br />切换', icon: a3 },
-        { title: '播放速度<br />调整', icon: a4 },
-        { title: '五线谱选段<br />播放', icon: a5 },
-        { title: '智能评测', icon: a6 },
-        { title: '评测报告', icon: a7 },
-        { title: '评测音视频<br />云储存', icon: a8 },
+      { title: '演奏指法<br />跟播', icon: a2 },
+      { title: '原声/伴奏<br />切换', icon: a3 },
+      { title: '播放速度<br />调整', icon: a4 },
+      { title: '五线谱选段<br />播放', icon: a5 },
+      { title: '智能评测', icon: a6 },
+      { title: '评测报告', icon: a7 },
+      { title: '评测音视频<br />云储存', icon: a8 },
       ]
     }
   },

+ 4 - 3
src/teacher/layout/login.module.less

@@ -1,8 +1,9 @@
 .login {
   min-height: 100vh;
-  background: url('./images/top_bg.png') no-repeat top center, url('./images/bottom_bg.png') no-repeat bottom center;
+  background: url('./images/top_bg.png') no-repeat top center,
+    url('./images/bottom_bg.png') no-repeat bottom center;
   background-color: #fff;
-  background-size: contain;
+  background-size: 100%;
 
   .loginTitle {
     padding-top: 100px;
@@ -40,4 +41,4 @@
       color: #000 !important;
     }
   }
-}
+}

+ 4 - 4
src/teacher/open-live/index.module.less

@@ -22,7 +22,7 @@
 
   .openBtn {
     background-color: #fff;
-    color: #FF4347;
+    color: #ff4347;
     padding: 0 15px;
     font-size: 14px;
   }
@@ -54,7 +54,7 @@
       padding-left: 8px;
       .teacher-name {
         font-weight: 500;
-        color: #1A1A1A;
+        color: #1a1a1a;
         line-height: 1.2;
         font-size: 20px;
         padding-top: 5px;
@@ -93,10 +93,10 @@
     padding: 0 10px;
     display: flex;
     align-items: center;
-    background: #FFFFFF;
+    background: #ffffff;
     border-radius: 10px;
     font-size: 13px;
-    color: #FF9E5A;
+    color: #ff9e5a;
     line-height: 22px;
     height: 36px;
     p {