Browse Source

手机求购

yangc 7 years ago
parent
commit
69d4189483

+ 6 - 4
assets/scss/mobileCommon.scss

@@ -94,16 +94,18 @@ ins, a {
 .mobile-modal {
   position: fixed;
   top: 0;
-  width: 100%;
-  height: 100%;
+  bottom: 0;
+  left: 0;
+  right: 0;
   z-index: 999;
   background: rgba(0,0,0,.3);
   .mobile-modal-box {
-    position: fixed;
-    width: 5.92rem;
+    position: absolute;
+    /*width: 5.92rem;*/
     font-size: .28rem;
     top: 27%;
     left: 11%;
+    right: 11%;
     z-index: 1000;
     .mobile-modal-header {
       line-height: .96rem;

+ 2 - 0
components/applyPurchase/SayPrice.vue

@@ -285,6 +285,8 @@
     width: 476px;
     top: 30%;
     left: 33%;
+    bottom: 3%;
+    overflow-y: auto;
     /*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
     /*-moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
     /*box-shadow: 0 5px 15px rgba(0,0,0,.5);*/

+ 2 - 0
components/mobile/applyPurchase/SayPriceInfo.vue

@@ -200,6 +200,8 @@
       top: 5%;
       left: 3%;
       right: 3%;
+      bottom: 3%;
+      overflow-y: auto;
       width: auto;
       .say-price-info {
         background: #f3f3f3;