guhongwei 5 years ago
parent
commit
905ded1506
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/home/classmenu.vue

+ 2 - 2
src/views/home/classmenu.vue

@@ -179,10 +179,10 @@ export default {
 }
 .list:nth-child(10) {
   .iconfont {
-    color: #f3dd24;
+    color: #daa520;
   }
   p {
-    color: #f3dd24;
+    color: #daa520;
   }
 }
 </style>