Ver Fonte

style: 跟练&评测报告UI颜色修改

TIANYONG há 1 ano atrás
pai
commit
23f77fee67

+ 1 - 1
src/pages/detail/section-box/index.tsx

@@ -283,7 +283,7 @@ export default defineComponent({
                   </>
                 )}
                 <div class={[styles.noteBase, styles.noteRight]}>
-                  <Icon name="success" size="16" color="var(--primary-color)" />
+                  <Icon name="success" size="16" color="#2DC7AA" />
                 </div>
                 <div class={[styles.noteBase, styles.noteError]}>
                   <Icon name="cross" size="16" color="red" />

+ 6 - 6
src/subpages/colexiu-report/header/index.tsx

@@ -219,11 +219,11 @@ export default defineComponent({
               {active.value === 'pitch' && (
                 <>
                   <div>
-                    <Note fill="#FFAB25" shadow x={-3} y={0} />
+                    <Note fill="#977CFF" shadow x={-3} y={0} />
                     <span>音高了</span>
                   </div>
                   <div>
-                    <Note fill="#FFAB25" shadow x={-1} y={-2} />
+                    <Note fill="#977CFF" shadow x={-1} y={-2} />
                     <span>音低了</span>
                   </div>
                 </>
@@ -294,14 +294,14 @@ export default defineComponent({
               />
               <GridItem
                 vSlots={{
-                  text: () => <span>音符重影(色在上):音高了</span>,
-                  icon: () => <Note fill="#FFAB25" shadow x={-3} y={0} />,
+                  text: () => <span>音符重影(色在上):音高了</span>,
+                  icon: () => <Note fill="#977CFF" shadow x={-3} y={0} />,
                 }}
               />
               <GridItem
                 vSlots={{
-                  text: () => <span>音符重影(色在下):音低了</span>,
-                  icon: () => <Note fill="#FFAB25" shadow x={-1} y={-2} />,
+                  text: () => <span>音符重影(色在下):音低了</span>,
+                  icon: () => <Note fill="#977CFF" shadow x={-1} y={-2} />,
                 }}
               />
               <GridItem

+ 3 - 3
src/subpages/colexiu/popups/follow/index.module.less

@@ -6,8 +6,8 @@
   }
   .follow-down{
     .vf-note path{
-      fill:#ffca67 !important;
-      stroke: #ffca67 !important;
+      fill:#977CFF !important;
+      stroke: #977CFF !important;
     }
   }
   .follow-up{
@@ -96,7 +96,7 @@
   right: 10PX;
   width: 100Px;
   height: 30Px;
-  background-color: rgba(0, 0, 0, 0.5);
+  background-color: rgba(0, 0, 0, 0.3);
   z-index: 1000;
   border-radius: 4Px;
   display: flex;

+ 1 - 1
src/subpages/colexiu/popups/follow/index.tsx

@@ -235,7 +235,7 @@ export default defineComponent({
             )}
           </Transition>
           <div style={{ display: data.start ? "" : "none" }} class={styles.noteState}>
-            <span style={{ background: "#ffca67" }} class={styles.dot}></span>
+            <span style={{ background: "#977CFF" }} class={styles.dot}></span>
             <span>低</span>
             <span style={{ background: "rgb(255, 0, 0)" }} class={styles.dot}></span>
             <span>高</span>