소스 검색

登录页面授权修改

kk.shi 3 년 전
부모
커밋
18f45956ff
2개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      pages/welfareMall/personal/personal.wxml
  2. 0 4
      pages/welfareMall/personal/personal.wxss

+ 1 - 1
pages/welfareMall/personal/personal.wxml

@@ -5,7 +5,7 @@
     <view class="head-personal flex-row">
       <image class="head-personal-logo" src="/images/welfareMall/head-portrait.png" />
       <view class="head-personal-login" wx:if="{{isLogin}}">{{phone.toHide(mobileTop)}}</view>
-      <view class="head-login"><button class="personal-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">登录/注册</button></view>
+      <button  class="personal-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" style="margin-left: -50rpx;">登录/注册</button>
     </view>
     <view class="head-card flex-row">
       <view class="head-card-coupon">我的优惠券</view>

+ 0 - 4
pages/welfareMall/personal/personal.wxss

@@ -83,10 +83,6 @@
   margin-top:  70rpx;
 }
 
-.head-login{
-  margin-left: -50rpx;
-}
-
 .content{
   width: 100%;
   height: auto;