Ver código fonte

样式优化

dreamnight 5 anos atrás
pai
commit
9e4f7ce949
3 arquivos alterados com 5 adições e 6 exclusões
  1. 2 2
      src/pages/classification.vue
  2. 1 1
      src/pages/index.vue
  3. 2 3
      src/pages/order.vue

+ 2 - 2
src/pages/classification.vue

@@ -18,11 +18,11 @@
                 :gutter="32"
                 :bar-style="{
             bottom: '8rpx',
-            marginLeft: '-8rpx',
+            marginLeft: '-10rpx',
             width: '56rpx',
             height: '10rpx',
             borderRadius: 0,
-            backgroundColor: '#FD5B36',
+            backgroundColor: '#FC985A',
             boxShadow: '0px 1px 1px 0px rgba(255, 102, 50, 0.3)'
           }"
                 :active-item-style="{

+ 1 - 1
src/pages/index.vue

@@ -61,7 +61,7 @@
                 width: '104rpx',
                 height: '10rpx',
                 borderRadius: '0',
-                backgroundColor: '#FD6D4E',
+                backgroundColor: '#FC985A',
                 boxShadow: '0rpx 1rpx 1rpx 0rpx rgba(255, 102, 50, 0.3)'
               }"
                     @change="tabsChange">

+ 2 - 3
src/pages/order.vue

@@ -14,13 +14,12 @@
                 inactive-color="#111111"
                 :gutter="32"
                 :bar-style="{
-            bottom: '8rpx',
+            bottom: '10rpx',
             marginLeft: '-8rpx',
             width: '56rpx',
             height: '10rpx',
             borderRadius: 0,
-            backgroundColor: '#FD5B36',
-            boxShadow: '0px 1px 1px 0px rgba(255, 102, 50, 0.3)'
+            backgroundColor: '#FC985A'
           }"
                 @change="changeTab">
         </u-tabs>