Mike 6 anni fa
parent
commit
60fa4d2f27

+ 2 - 2
wechat/pages/bind-phone/index.wxml

xqd
@@ -13,10 +13,10 @@
     <zan-row>
       <view class='sg-row'>
         <zan-col col="16" col-class="custom-zan-col">
-          <zan-field placeholder="输入手机号" focus="true" name='phone' value='{{ phone }}'></zan-field>
+          <zan-field placeholder="手机号" focus="true" name='phone' value='{{ phone }}' disabled></zan-field>
         </zan-col>
         <zan-col col="8" col-class="custom-zan-col">
-          <zan-button type='warn' openType="getPhoneNumber" class='get-phone-btn' bindgetphonenumber='getPhoneNumber'>获取</zan-button>
+          <zan-button class='submit-btn' type='warn' openType="getPhoneNumber" class='get-phone-btn' bindgetphonenumber='getPhoneNumber'>获取</zan-button>
         </zan-col>
       </view>
     </zan-row>

+ 8 - 1
wechat/pages/bind-phone/index.wxss

xqd xqd xqd
@@ -1,4 +1,7 @@
 /* pages/bind-phone/index.wxss */
+.bind-phone-container{
+  padding: 50px 10px;
+}
 .sg-row {
   margin: 10px 0;
 }
@@ -8,7 +11,7 @@
 .bind-phone-avatar-wrapper {
   width: 65px;
   height: 65px;
-  border-radius: 50px;
+  border-radius: 65px;
   overflow:hidden;
   border:3px #e3e3e3 solid;
 }
@@ -26,4 +29,8 @@
 }
 .get-phone-btn button {
   border-radius: 0;
+  background-color:#fb4943;
+}
+.btn-area .submit-btn{
+  background-color: black;
 }

+ 1 - 1
wechat/pages/login/index.wxss

xqd
@@ -20,7 +20,7 @@
 .login-avatar-wrapper {
   width: 65px;
   height: 65px;
-  border-radius: 50px;
+  border-radius: 65px;
   overflow:hidden;
   border:3px #e3e3e3 solid;
 }