yangc 7 سال پیش
والد
کامیت
30c917b87a

+ 3 - 3
assets/scss/mobileCommon.scss

@@ -283,10 +283,10 @@ input {
   //width: 7.17rem;
   margin: 0 auto .18rem;
   background: #fff;
-  padding: 0 .29rem;
+  padding: .1rem .29rem;
   .content-line {
-    height: .5rem;
-    line-height: .5rem;
+    height: .46rem;
+    line-height: .46rem;
     font-size: .28rem;
     overflow: hidden;
     text-overflow: ellipsis;

+ 1 - 1
components/mobile/applyPurchase/PublishSeek.vue

@@ -330,7 +330,7 @@
           line-height: .8rem;
           font-size: .26rem;
           text-align: left;
-          border-bottom: 1px solid #b7d5fe;
+          border-bottom: 1px solid #d0e3fd;
           input {
             width: 3.49rem;
             height: .52rem;

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

@@ -206,11 +206,14 @@
       width: auto;
       .say-price-info {
         background: #f3f3f3;
-        padding: .18rem 0;
+        padding: .18rem 0 0 0;
         width: 100%;
         overflow-y: auto;
-        height: 90%;
+        max-height: 90%;
         .base-info {
+          &:last-child {
+            margin-bottom: 0;
+          }
           &.say-info {
             /*height: 4.54rem;*/
             position: relative;