Browse Source

手机求购样式调整

yangc 7 năm trước cách đây
mục cha
commit
229819abeb

+ 1 - 0
assets/scss/mobileCommon.scss

@@ -1,3 +1,4 @@
+
 html {
   overflow-y: scroll;
   -webkit-text-size-adjust: 100%;

+ 1 - 1
components/mobile/MobileFooter.vue

@@ -108,7 +108,7 @@
     width:100%;
     height:.98rem;
     text-align: center;
-    border-top:.04rem solid #ccc;
+    border-top:.02rem solid #ccc;
     background: #ffffff;
     z-index: 10;
   }

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

@@ -330,13 +330,13 @@
           line-height: .8rem;
           font-size: .26rem;
           text-align: left;
-          border-bottom: .01rem solid #b7d5fe;
+          border-bottom: .02rem solid #b7d5fe;
           input {
             width: 3.49rem;
             height: .52rem;
             line-height: normal;
             padding: .1rem .19rem;
-            border: .01rem solid #7e7e7e;
+            border: .02rem solid #7e7e7e;
             font-size: .26rem;
             vertical-align: middle;
             background: #fff;

+ 8 - 6
components/mobile/applyPurchase/SayPrice.vue

@@ -304,17 +304,19 @@
           > div {
             height: .7rem;
             line-height: .7rem;
-            width: 6.12rem;
+            width: 5.82rem;
             font-size: .28rem;
             margin: 0 auto .2rem;
             input {
               height: .7rem;
               text-align: center;
-              border: .02rem solid #666;
+              border: 1px solid #666;
               border-radius: .05rem;
+              line-height: normal;
+              padding: .1rem .2rem;
             }
             &.form-title {
-              border: .02rem solid #666;
+              border: 1px solid #666;
               border-radius: .05rem;
               padding: 0 .07rem 0 .17rem;
               .fl {
@@ -356,11 +358,11 @@
             &.form-item {
               position: relative;
               input {
-                width: 2.93rem;
+                width: 2.73rem;
               }
               i {
                 position: absolute;
-                right: -.42rem;
+                right: -.46rem;
                 top: 0;
                 font-size: .36rem;
                 &.icon-add {
@@ -373,7 +375,7 @@
             }
             &.date {
               input {
-                width: 4.8rem;
+                width: 4.6rem;
               }
             }
           }

+ 6 - 7
components/mobile/applyPurchase/SeekList.vue

@@ -149,7 +149,7 @@
     margin: .13rem auto 0;
 
     li {
-      border: .02rem solid #e0e0e4;
+      border: 1px solid #e0e0e4;
       height: 3.32rem;
       margin-bottom: .2rem;
 
@@ -163,7 +163,7 @@
         span {
           display: block;
           width: 6.9rem;
-          border-bottom: .02rem dashed #9f9f9f;
+          border-bottom: 1px dashed #9f9f9f;
           margin: 0 auto;
         }
 
@@ -178,17 +178,15 @@
           height: 1.74rem;
           margin: .27rem 0 .29rem .18rem;
           line-height: .46rem;
-          border-right: .02rem dashed #9f9f9f;
+          border-right: 1px dashed #9f9f9f;
 
           > div {
             overflow: hidden;
             text-overflow: ellipsis;
             white-space: nowrap;
-            font-family: "PingFang SC Regular";
 
             span {
               color: #333;
-              font-family: "PingFang SC Medium";
               &.date {
                 color: #e6353d;
               }
@@ -204,11 +202,12 @@
 
           p {
             font-size: .28rem;
+            text-align: center;
+            padding-right: .3rem;
 
             span {
               font-size: .35rem;
               color: #ff3208;
-              font-family: 'PingFang SC Heavy';
             }
 
             i {
@@ -224,7 +223,7 @@
             text-align: center;
             font-size: .32rem;
             color: #e62f36;
-            border: .02rem solid #ea494f;
+            border: 1px solid #ea494f;
             margin-top: .34rem;
             border-radius: .06rem;
 

+ 8 - 9
pages/mobile/user/index.vue

@@ -288,7 +288,6 @@
 
 <style scoped lang="scss">
   .user-content{
-    font-family: "PingFang SC Medium";
     margin-bottom: .98rem;
     .none-state{
       text-align: center;
@@ -328,7 +327,7 @@
         display: inline-block;
         width: 1.25rem;
         height: 1.25rem;
-        border: .02rem solid #c5dbfc;
+        border: 1px solid #c5dbfc;
         border-radius: .05rem;
         vertical-align: middle;
       }
@@ -355,7 +354,7 @@
         top: .45rem;
         right: .1rem;
         color: #3f84f6;
-        border: .02rem solid #3f84f6;
+        border: 1px solid #3f84f6;
         border-radius: .2rem;
         padding: .06rem .12rem;
       }
@@ -386,7 +385,7 @@
             &:nth-child(2) {
               width:2.4rem;
               height:1.69rem;
-              border: .04rem solid #eee;
+              border: 1px solid #eee;
             }
             &:nth-child(1) {
               position:absolute;
@@ -473,7 +472,7 @@
     }
     .collect-list-type {
       background: #fff;
-      border-bottom: .04rem solid #acacac;
+      border-bottom: 1px solid #acacac;
       p {
         font-size: .32rem;
         margin: 0 0 0 .13rem;
@@ -493,11 +492,11 @@
         font-size: .28rem;
         color: #666;
         background: #fff;
-        border: .01rem solid #b4b4b4;
+        border: 1px solid #b4b4b4;
         border-right: none;
         &.active {
           background: #0067e7;
-          border: .01rem solid #0067e7;
+          border: 1px solid #0067e7;
           color: #fff;
         }
         &:first-child {
@@ -523,7 +522,7 @@
           width: 50%;
           text-align: center;
           div {
-            border-bottom: .03rem solid #c1c4c9;
+            border-bottom: 1px solid #c1c4c9;
             margin: 0 auto;
             height: .46rem;
             line-height: .46rem;
@@ -541,7 +540,7 @@
       text-align: center;
       padding: .25rem 0 0 0;
       input {
-        border: .02rem solid #376ff3;
+        border: 1px solid #376ff3;
       }
       span {
         height: .46rem;