panhui 4 лет назад
Родитель
Сommit
9b2937322a

+ 1 - 1
src/main/comos/src/components/product/ProductBanner.vue

@@ -161,7 +161,7 @@ export default {
         width: calc(100vw - 84px) !important;
         height: calc(100vw - 80px);
         margin-top: 10px;
-        .detail-animate();
+        // .detail-animate();
         .swiper-content {
             display: flex;
             align-items: center;

+ 14 - 13
src/main/comos/src/views/Mine.vue

@@ -223,7 +223,7 @@ export default {
 <style lang="less" scoped>
 .mine {
     padding-bottom: 100px;
-    background-color: @bg;
+    background-color: @bg3;
     padding-top: 0 !important;
 }
 
@@ -324,16 +324,16 @@ export default {
     }
     .order-info + .order-info {
         margin-left: 20px;
-        &::before {
-            content: '';
-            width: 1px;
-            height: 32px;
-            background-color: @bg3;
-            position: absolute;
-            left: -10px;
-            top: 50%;
-            transform: translateY(-50%);
-        }
+        // &::before {
+        //     content: '';
+        //     width: 1px;
+        //     height: 32px;
+        //     background-color: @bg3;
+        //     position: absolute;
+        //     left: -10px;
+        //     top: 50%;
+        //     transform: translateY(-50%);
+        // }
     }
 }
 .grid-img {
@@ -379,7 +379,7 @@ export default {
 }
 .userInfo {
     padding-top: 35vw;
-    border-bottom: 1px solid @bg2;
+    border-bottom: 1px solid #ebeff1;
     position: relative;
 
     .top-img {
@@ -467,7 +467,7 @@ export default {
     align-items: center;
     transform: translateX(-5px);
     .van-image {
-        border: 5px solid @bg;
+        border: 5px solid @bg3;
         flex-shrink: 0;
     }
 
@@ -530,5 +530,6 @@ export default {
 
 .edit {
     color: @text3;
+    border: 1px solid @text3!important;
 }
 </style>