YY 2 年之前
父節點
當前提交
fe1ace9441
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/index.vue

+ 2 - 2
src/views/index.vue

@@ -154,14 +154,14 @@ export default {
     padding: 10px;
     color: #fff;
     border-radius: 50%;
-    background-color: rgb(230, 237, 104);
+    background-color: gold;
   }
   .icon_4 {
     font-size: 36px;
     padding: 10px;
     color: #fff;
     border-radius: 50%;
-    background-color: rgb(253, 184, 135);
+    background-color: coral;
   }
 }
 </style>