Commit 26cc63758c70101c9aed90d7dac06a259ec606dd

Authored by yvan.ni
1 parent a2b9e938

会员中心~~,

pages/user/userinfo/userinfo.wxml
... ... @@ -67,9 +67,7 @@
67 67 </view>
68 68 <!-- 是否显示密码 -->
69 69 <view class="flex-vertical-between user-name" wx:if="{{isstcsp==1}}">
70   - <view class="user-txt">
71   - 消费密码
72   - </view>
  70 + <view class="user-txt">消费密码</view>
73 71 <view class="flex">
74 72 <block wx:if="{{ispwhid}}">
75 73 <input bindblur="lose_focus" class="fs28 hion user-txt-right"value="{{consumption}}" password="true"/>
... ...
pages/user/userinfo/userinfo.wxss
... ... @@ -124,8 +124,8 @@ padding-right: 14rpx;
124 124 }
125 125  
126 126 .hion {
127   - width: 97%;
128   -text-align: right;
  127 + width:300rpx ;
  128 + text-align: right;
129 129 margin-top: 3rpx;
130 130 margin-right: 5rpx;
131 131 }
... ...