Browse Source

智小青返回推荐图标及弹出修改

mork 2 weeks ago
parent
commit
7e4144f540
1 changed files with 6 additions and 3 deletions
  1. 6 3
      src/views/HomeView.vue

+ 6 - 3
src/views/HomeView.vue

@@ -1453,7 +1453,8 @@ export default {
     left: 0px;
     width: 300px;
     height: 250px;
-    background: #01346f99;
+    // background: #01346f99;
+    background: #ffffff;
     border-radius: 10px;
 
     .close {
@@ -1465,12 +1466,14 @@ export default {
       width: 24px;
       height: 24px;
       cursor: pointer;
-      color: #ffffff;
+      // color: #ffffff;
+      color: #000000;
     }
 
     .content {
       height: 210px;
-      color: #ffffff;
+      // color: #ffffff;
+      color: #000000;
       margin: 30px 0px 10px 20px;
 
       .item {