Browse Source

修改供需样式

306132416@qq.com 4 years ago
parent
commit
961e9471d6
2 changed files with 3 additions and 4 deletions
  1. 3 3
      pages/supply/index.vue
  2. 0 1
      pages/supply/supply_detail.vue

+ 3 - 3
pages/supply/index.vue

@@ -142,12 +142,12 @@ export default {
     z-index: 999;
     display: flex;
     justify-content: space-around;
-    width: 70%;
-    height: 6%;
+    width:80%;
+    // height: 6%;
     position: fixed;
     top: 85%;
     left: 50%;
-    padding: 3%;
+    padding:4%;
     border-radius: 40rpx;
     box-shadow: rgba(100, 100, 111, 0.2) 0rpx 14rpx 50rpx 0rpx;
     transform: translateX(-50%);

+ 0 - 1
pages/supply/supply_detail.vue

@@ -40,7 +40,6 @@
         <span>{{ info.tel }}</span>
       </view>
     </view>
-    <foot-tabs></foot-tabs>
   </view>
 </template>