Administrator 7 жил өмнө
parent
commit
c0915f9c5c

+ 16 - 0
components/mobile/base/addressEdit.vue

@@ -25,6 +25,7 @@
             <div class="com_left pull-left"><span>*</span>所在地区:</div>
             <div class="form_input" @click="addressShow = true">
               <span v-text="params.area || '选择地区'">选择地区</span>
+              <i class="iconfont icon-xiangyou"></i>
             </div>
           </li>
           <li class="clearfix">
@@ -232,8 +233,23 @@
             }
           }
           .form_input{
+            position:relative;
             margin-left:1.85rem;
             padding-right:.2rem;
+            span{
+              line-height: .3rem;
+              word-break: break-all;
+              display: inline-block;
+              margin-right: .2rem;
+              vertical-align: middle;
+            }
+            i{
+              position:absolute;
+              top:0;
+              right:0;
+              color: #c1c1c6;
+              font-size: .28rem;
+            }
             input{
               width:100%;
               line-height: .3rem;

+ 2 - 2
components/mobile/base/addressView.vue

@@ -268,12 +268,12 @@
           .name{
             display:inline-block;
             text-align: right;
-            width:1.4rem;
+            width:1.5rem;
             font-size: .28rem;
             color: #4c8cf7;
           }
           .name-text {
-            margin-left:1.4rem;
+            margin-left:1.5rem;
             word-break: break-all;
             word-wrap: break-word;
             font-size: 0.28rem;

+ 1 - 1
pages/mobile/user/address.vue

@@ -53,7 +53,7 @@
 <style lang="scss" scoped>
   @mixin Fixed() {
     position: fixed;
-    bottom: 0;
+    bottom: 0.98rem;
     left: 0;
     right: 0;
     top: 1.26rem;