Commit bd8de6df5495bcb7e4609c27e41e6e627a4ea14d
1 parent
054d92f2
宽度
Showing
1 changed file
with
3 additions
and
3 deletions
packageD/pages/user/member/bring/bring.wxss
| ... | ... | @@ -140,7 +140,7 @@ margin-top:28rpx; |
| 140 | 140 | } |
| 141 | 141 | /* 提现方式 */ |
| 142 | 142 | .txfs{ |
| 143 | - width:120rpx; | |
| 143 | + width:150rpx; | |
| 144 | 144 | display: inline-block; |
| 145 | 145 | font-size: 25rpx; |
| 146 | 146 | color: #000000; |
| ... | ... | @@ -195,7 +195,7 @@ display: none; |
| 195 | 195 | display:inline-block; |
| 196 | 196 | font-size: 25rpx; |
| 197 | 197 | color: #3b639f; |
| 198 | - width: 100rpx; | |
| 198 | + width: 120rpx; | |
| 199 | 199 | height: 100%; |
| 200 | 200 | line-height: 100%; |
| 201 | 201 | } |
| ... | ... | @@ -203,7 +203,7 @@ display: none; |
| 203 | 203 | .big-rim-two{ |
| 204 | 204 | display: flex; |
| 205 | 205 | line-height:60rpx; |
| 206 | - width:250rpx; | |
| 206 | + width:180rpx; | |
| 207 | 207 | height:60rpx; |
| 208 | 208 | margin-top:14rpx; |
| 209 | 209 | ... | ... |