xuqiang-97 5 سال پیش
والد
کامیت
c244098e60
4فایلهای تغییر یافته به همراه6 افزوده شده و 17 حذف شده
  1. 0 2
      src/pages/Apply.vue
  2. 2 4
      src/pages/confirmorder.vue
  3. 3 10
      src/pages/details.vue
  4. 1 1
      src/pages/orderdetails.vue

+ 0 - 2
src/pages/Apply.vue

@@ -26,14 +26,12 @@
             >
             >
             </van-field>
             </van-field>
             <van-field
             <van-field
-                class="textarea"
                 label="补充说明"
                 label="补充说明"
                 :value="message"
                 :value="message"
                 @input="message = $event.detail"
                 @input="message = $event.detail"
                 custom-style="height:70px;"
                 custom-style="height:70px;"
                 rows="1"
                 rows="1"
                 autosize
                 autosize
-                type="textarea"
                 placeholder="选填"
                 placeholder="选填"
             />
             />
             <div class="field">
             <div class="field">

+ 2 - 4
src/pages/confirmorder.vue

@@ -417,17 +417,15 @@ export default {
     }
     }
     .box-total {
     .box-total {
         .bottom();
         .bottom();
-        display: flex;
+        .flex();
         height: 60px;
         height: 60px;
-        align-items: center;
         justify-content: space-between;
         justify-content: space-between;
         background: #ffffff;
         background: #ffffff;
         width: 100%;
         width: 100%;
         position: fixed;
         position: fixed;
         bottom: 0;
         bottom: 0;
         .box-con-num {
         .box-con-num {
-            display: flex;
-            align-items: center;
+            .flex();
             margin-left: 16px;
             margin-left: 16px;
             span {
             span {
                 height: 22px;
                 height: 22px;

+ 3 - 10
src/pages/details.vue

@@ -189,8 +189,7 @@ export default {
         height: 26px;
         height: 26px;
         background: #ff6c00;
         background: #ff6c00;
         border-radius: 4px;
         border-radius: 4px;
-        display: flex;
-        align-items: center;
+        .flex();
         line-height: 26px;
         line-height: 26px;
         img {
         img {
             width: 14px;
             width: 14px;
@@ -291,9 +290,8 @@ export default {
         border: 1px solid #f5f7fa;
         border: 1px solid #f5f7fa;
         .box-con2-shop {
         .box-con2-shop {
             padding: 12px 12px;
             padding: 12px 12px;
-            display: flex;
+            .flex();
             justify-content: space-between;
             justify-content: space-between;
-            align-items: center;
             .box-con2-tit {
             .box-con2-tit {
                 display: flex;
                 display: flex;
                 img {
                 img {
@@ -354,7 +352,6 @@ export default {
     }
     }
     .box-footer {
     .box-footer {
         right: 0;
         right: 0;
-        // height: 82px;
         background: #ffffff;
         background: #ffffff;
         position: fixed;
         position: fixed;
         bottom: 0;
         bottom: 0;
@@ -385,11 +382,8 @@ export default {
         }
         }
         .box-footer-con {
         .box-footer-con {
             display: flex;
             display: flex;
-            // margin-top: 22px;
-            padding: 6px 0;
             .box-footer-left {
             .box-footer-left {
-                display: flex;
-                text-align: center;
+                .flex();
                 img {
                 img {
                     width: 24px;
                     width: 24px;
                     height: 24px;
                     height: 24px;
@@ -405,7 +399,6 @@ export default {
                 .box-follow {
                 .box-follow {
                     margin-left: 30px;
                     margin-left: 30px;
                 }
                 }
-
                 .contact {
                 .contact {
                     position: relative;
                     position: relative;
                     button {
                     button {

+ 1 - 1
src/pages/orderdetails.vue

@@ -733,7 +733,7 @@ export default {
         }
         }
     }
     }
     .box-footer-nav {
     .box-footer-nav {
-        padding-bottom: 50px;
+        padding-bottom: 40px;
         position: fixed;
         position: fixed;
         bottom: 0;
         bottom: 0;
         width: 100%;
         width: 100%;