李志伟 2 лет назад
Родитель
Сommit
d65bc72093
1 измененных файлов: 2 добавлений и 3 удалений
  1. 2
    3
      src/components/GeoMap/global.less

+ 2
- 3
src/components/GeoMap/global.less Просмотреть файл

@@ -45,13 +45,12 @@
45 45
   font-weight: 800;
46 46
   font-size: 12px;
47 47
   background: rgba(3, 3, 3, 0.3);
48
-
49 48
   border: 1px solid rgba(61, 129, 240, 0.5);
50 49
   border-radius: 4px;
51 50
 }
52 51
 
53 52
 .borderBox {
54
-  background-image: linear-gradient(360deg, #fca790 0%, #e63404 93.84765625%);
53
+  background: #86fcb5;
55 54
   background-clip: text;
56 55
   -webkit-text-fill-color: transparent;
57 56
 }
@@ -141,7 +140,7 @@
141 140
 }
142 141
 .carsName {
143 142
   margin-top: 15px;
144
-  background-image: linear-gradient(360deg, #fca790 0%, #e63404 93.84765625%);
143
+  background: #86fcb5;
145 144
   background-clip: text;
146 145
   -webkit-text-fill-color: transparent;
147 146
 }