Commit 688038a3f97060e78d78163f97b4966a51b65b6e
1 parent
515b0238
优化1px线
Showing
2 changed files
with
9 additions
and
1 deletions
packageD/pages/user/member/bring/bring.wxml
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | <view class="one-lists" hidden='{{current==2}}'>卡号 |
42 | 42 | <input name="card" bindinput="bankinput" bindblur="blurInputEvent" class="srk-two"value="{{account_bank}}"placeholder='请输入银行卡账号' maxlength="23"> </input> |
43 | 43 | </view> |
44 | - <view class="one-lists">姓名<input name="userName" class="srk-two" value='{{usernames}}' placeholder="{{current==2?'请输入微信的开户人姓名':'请输入银行卡的开户人姓名'}}"></input></view> | |
44 | + <view class="{{current==2?'one-lists1':'one-lists'}}">姓名<input name="userName" class="srk-two" value='{{usernames}}' placeholder="{{current==2?'请输入微信的开户人姓名':'请输入银行卡的开户人姓名'}}"></input></view> | |
45 | 45 | <view class="yh"hidden='{{current==2}}'>银行<text class="yhmz">{{bank_name}}</text></view> |
46 | 46 | </view> |
47 | 47 | </view> | ... | ... |
packageD/pages/user/member/bring/bring.wxss
... | ... | @@ -128,6 +128,14 @@ margin-top:28rpx; |
128 | 128 | margin-left: 60rpx; |
129 | 129 | border-bottom: 1px solid #EEEEEE; |
130 | 130 | } |
131 | + .one-list1{ | |
132 | + font-size: 25rpx; | |
133 | + width: 680rpx; | |
134 | + height: 110rpx; | |
135 | + color: #000000; | |
136 | + line-height: 130rpx; | |
137 | + margin-left: 60rpx; | |
138 | + } | |
131 | 139 | /* 列表2 */ |
132 | 140 | .two-list{ |
133 | 141 | display: flex; | ... | ... |