lex 2 лет назад
Родитель
Сommit
37db550b18
2 измененных файлов с 4 добавлено и 2 удалено
  1. BIN
      src/views/courseList/image/icon-cache-point.png
  2. 4 2
      src/views/courseList/index.module.less

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


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

@@ -161,11 +161,13 @@
     }
     }
 
 
     &.look {
     &.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 {
     &.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 {
     &.disable {