Ver Fonte

Merge branch 'iteration-20240110' into jenkins-main

lex há 1 ano atrás
pai
commit
7561fce603

BIN
src/views/courseList/image/icon-cache-point.png


+ 4 - 2
src/views/courseList/index.module.less

@@ -162,11 +162,13 @@
     }
 
     &.look {
-      background: linear-gradient(180deg, #FF6E45 0%, #FF6E45 100%);
+      // background: linear-gradient(180deg, #FF6E45 0%, #FF6E45 100%);
+      background: linear-gradient(180deg, #FFAB71 0%, #FF6E45 100%);
     }
 
     &.down {
-      background: linear-gradient(180deg, #4296FF 0%, #4296FF 100%);
+      // background: linear-gradient(180deg, #4296FF 0%, #4296FF 100%);
+      background: linear-gradient(180deg, #FFAB71 0%, #FF6E45 100%);
     }
 
     &.disable {