shish hace 6 meses
padre
commit
edb97844fb

+ 10 - 1
ghsPad/src/components/TimePicker.vue

@@ -43,7 +43,7 @@ export default {
       days: [],
       days: [],
       hours: [],
       hours: [],
       minutes: [],
       minutes: [],
-      indicatorStyle: `height: 70upx;`,
+      indicatorStyle: `height: 50upx; border-top: 1rpx solid #eee; border-bottom: 1rpx solid #eee;`,
     };
     };
   },
   },
   created() {
   created() {
@@ -275,6 +275,15 @@ export default {
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
   font-size: 22upx;
   font-size: 22upx;
+  max-height: 50upx;
+  line-height: 50upx;
+  padding: 0;
+  width: 100%;
+  white-space: nowrap;
+  box-sizing: border-box;
+  /* #ifdef APP-PLUS */
+  min-height: 50upx;
+  /* #endif */
 }
 }
 .confirm-button-wrapper {
 .confirm-button-wrapper {
   padding: 15upx 20upx;
   padding: 15upx 20upx;

+ 5 - 4
ghsPad/src/pages/home/components/deliveryPop.vue

@@ -298,7 +298,7 @@ export default {
 
 
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 .delivery-pop {
 .delivery-pop {
-    width: 300upx;
+    width: 50vw;
     height: 99vh;
     height: 99vh;
     background: #fff;
     background: #fff;
     border-radius: 5upx;
     border-radius: 5upx;
@@ -446,7 +446,7 @@ export default {
     .delivery-quotes-grid {
     .delivery-quotes-grid {
         display: flex;
         display: flex;
         flex-wrap: wrap;
         flex-wrap: wrap;
-        gap: 10upx;
+        margin: -5upx;
     }
     }
     
     
     .delivery-quote-item {
     .delivery-quote-item {
@@ -455,6 +455,7 @@ export default {
         border: 1rpx solid #ddd;
         border: 1rpx solid #ddd;
         border-radius: 4upx;
         border-radius: 4upx;
         padding: 10upx 5upx;
         padding: 10upx 5upx;
+        margin: 5upx;
         display: flex;
         display: flex;
         flex-direction: column;
         flex-direction: column;
         align-items: center;
         align-items: center;
@@ -486,7 +487,7 @@ export default {
         }
         }
         
         
         .platform-name {
         .platform-name {
-            font-size: 11upx;
+            font-size: 10upx;
             font-weight: bold;
             font-weight: bold;
             color: #333;
             color: #333;
             margin-bottom: 5upx;
             margin-bottom: 5upx;
@@ -494,7 +495,7 @@ export default {
         }
         }
         
         
         .platform-price {
         .platform-price {
-            font-size: 13upx;
+            font-size: 11upx;
             font-weight: bold;
             font-weight: bold;
             color: #333;
             color: #333;
             margin-bottom: 3upx;
             margin-bottom: 3upx;

+ 10 - 1
hdPad/src/components/TimePicker.vue

@@ -43,7 +43,7 @@ export default {
       days: [],
       days: [],
       hours: [],
       hours: [],
       minutes: [],
       minutes: [],
-      indicatorStyle: `height: 70upx;`,
+      indicatorStyle: `height: 50upx; border-top: 1rpx solid #eee; border-bottom: 1rpx solid #eee;`,
     };
     };
   },
   },
   created() {
   created() {
@@ -275,6 +275,15 @@ export default {
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
   font-size: 22upx;
   font-size: 22upx;
+  max-height: 50upx;
+  line-height: 50upx;
+  padding: 0;
+  width: 100%;
+  white-space: nowrap;
+  box-sizing: border-box;
+  /* #ifdef APP-PLUS */
+  min-height: 50upx;
+  /* #endif */
 }
 }
 .confirm-button-wrapper {
 .confirm-button-wrapper {
   padding: 15upx 20upx;
   padding: 15upx 20upx;

+ 5 - 4
hdPad/src/pages/home/components/deliveryPop.vue

@@ -303,7 +303,7 @@ export default {
 
 
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 .delivery-pop {
 .delivery-pop {
-  width: 300upx;
+  width: 50vw;
   height: 99vh;
   height: 99vh;
   background: #fff;
   background: #fff;
   border-radius: 5upx;
   border-radius: 5upx;
@@ -451,7 +451,7 @@ export default {
   .delivery-quotes-grid {
   .delivery-quotes-grid {
     display: flex;
     display: flex;
     flex-wrap: wrap;
     flex-wrap: wrap;
-    gap: 10upx;
+    margin: -5upx;
   }
   }
 
 
   .delivery-quote-item {
   .delivery-quote-item {
@@ -460,6 +460,7 @@ export default {
     border: 1rpx solid #ddd;
     border: 1rpx solid #ddd;
     border-radius: 4upx;
     border-radius: 4upx;
     padding: 10upx 5upx;
     padding: 10upx 5upx;
+    margin: 5upx;
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
     align-items: center;
     align-items: center;
@@ -494,7 +495,7 @@ export default {
     }
     }
 
 
     .platform-name {
     .platform-name {
-      font-size: 11upx;
+      font-size: 10upx;
       font-weight: bold;
       font-weight: bold;
       color: #333;
       color: #333;
       margin-bottom: 5upx;
       margin-bottom: 5upx;
@@ -502,7 +503,7 @@ export default {
     }
     }
 
 
     .platform-price {
     .platform-price {
-      font-size: 13upx;
+      font-size: 11upx;
       font-weight: bold;
       font-weight: bold;
       color: #333;
       color: #333;
       margin-bottom: 3upx;
       margin-bottom: 3upx;