소스 검색

跟练模式样式修改

黄琪勇 6 달 전
부모
커밋
94979c0b6c
4개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. BIN
      src/view/selection/imgs/pitchHigh.png
  2. BIN
      src/view/selection/imgs/pitchLow.png
  3. 11 11
      src/view/selection/index.module.less
  4. 1 1
      src/view/selection/index.tsx

BIN
src/view/selection/imgs/pitchHigh.png


BIN
src/view/selection/imgs/pitchLow.png


+ 11 - 11
src/view/selection/index.module.less

@@ -224,13 +224,13 @@
 .followTipUp {
     i {
         font-style: normal;
-        color: rgba(255, 102, 166, 1);
+        color: #EF231D;
     }
 }
 .followTipDown {
     i {
         font-style: normal;
-        color: rgba(255, 146, 0, 1);
+        color: #F47B00;
     }
 }
 
@@ -250,12 +250,12 @@
 
     .follow-down {
         .van-icon-cross {
-            color: rgba(255, 146, 0, 1) !important;
+            color: #F47B00 !important;
         }
 
         path {
-            fill: rgba(255, 146, 0, 1) !important;
-            stroke: rgba(255, 146, 0, 1) !important;
+            fill: #F47B00 !important;
+            stroke: #F47B00 !important;
         }
 
         :global {
@@ -267,12 +267,12 @@
 
     .follow-up {
         .van-icon-cross {
-            color: rgba(255, 102, 166, 1) !important;
+            color: #EF231D !important;
         }
 
         path {
-            fill: rgba(255, 102, 166, 1) !important;
-            stroke: rgba(255, 102, 166, 1) !important;
+            fill: #EF231D !important;
+            stroke: #EF231D !important;
         }
 
         :global {
@@ -289,11 +289,11 @@
         animation: noteAnimate 1s linear;
         .van-icon-success {
             display: block;
-            color: rgba(0, 255, 148, 1);
+            color: #01B996;
         }
         path {
-            fill: rgba(0, 255, 148, 1) !important;
-            stroke: rgba(0, 255, 148, 1) !important;
+            fill: #01B996 !important;
+            stroke: #01B996 !important;
         }
         :global {
             .tip-up, .tip-down {

+ 1 - 1
src/view/selection/index.tsx

@@ -364,7 +364,7 @@ export default defineComponent({
 									<div class={[styles.followTipUp, 'tip-up']}>
 										<img src={IntonationUp} />
 										{/* <span>音准<i>高了</i></span> */}
-									</div>
+									</div>·
 									<div class={[styles.followTipDown, 'tip-down']}>
 										<img src={IntonationDown} />
 										{/* <span>音准<i>低了</i></span> */}