Commit 26cc63758c70101c9aed90d7dac06a259ec606dd
1 parent
a2b9e938
会员中心~~,
Showing
2 changed files
with
3 additions
and
5 deletions
pages/user/userinfo/userinfo.wxml
@@ -67,9 +67,7 @@ | @@ -67,9 +67,7 @@ | ||
67 | </view> | 67 | </view> |
68 | <!-- 是否显示密码 --> | 68 | <!-- 是否显示密码 --> |
69 | <view class="flex-vertical-between user-name" wx:if="{{isstcsp==1}}"> | 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 | <view class="flex"> | 71 | <view class="flex"> |
74 | <block wx:if="{{ispwhid}}"> | 72 | <block wx:if="{{ispwhid}}"> |
75 | <input bindblur="lose_focus" class="fs28 hion user-txt-right"value="{{consumption}}" password="true"/> | 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,8 +124,8 @@ padding-right: 14rpx; | ||
124 | } | 124 | } |
125 | 125 | ||
126 | .hion { | 126 | .hion { |
127 | - width: 97%; | ||
128 | -text-align: right; | 127 | + width:300rpx ; |
128 | + text-align: right; | ||
129 | margin-top: 3rpx; | 129 | margin-top: 3rpx; |
130 | margin-right: 5rpx; | 130 | margin-right: 5rpx; |
131 | } | 131 | } |