Parcourir la source

Merge branch 'dev' of xiongzhu/raex_front into master

panhui il y a 3 ans
Parent
commit
967d4f3a03
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 3 3
      src/components/product/HotCollect.vue
  2. 1 1
      src/views/Home.vue

+ 3 - 3
src/components/product/HotCollect.vue

@@ -70,7 +70,7 @@ export default {
     .text1 {
         font-size: 14px;
         font-weight: bold;
-        color: #000000;
+        color: var(--text0);
         line-height: 24px;
     }
     .text2 {
@@ -79,7 +79,7 @@ export default {
             font-size: 12px;
             color: #8a8a8e;
             line-height: 18px;
-            background: #f5f7fa;
+            background: var(--btnplaintBg);
             border-radius: 2px;
             padding: 0 10px;
             overflow: hidden;
@@ -89,7 +89,7 @@ export default {
 
 .van-button {
     min-width: 68px;
-    background: #f5f7fa;
+    background: var(--btnplaintBg);
 }
 
 .rank-img {

+ 1 - 1
src/views/Home.vue

@@ -833,7 +833,7 @@ export default {
         &::before {
             content: '';
             height: 1px;
-            background: #f5f7fa;
+            background: var(--border);
             left: 74px;
             right: 16px;
             top: 0;