Commit 6f5503793485212b9490cdd4c6920ded17dfd65c
1 parent
0a1ee030
叉叉大小的调整
Showing
2 changed files
with
6 additions
and
2 deletions
components/lb_sear/lb_sear.wxml
| ... | ... | @@ -3,6 +3,6 @@ |
| 3 | 3 | <view class="rel inp_box0" wx:else> |
| 4 | 4 | <input bindinput="input_sear" bindconfirm="search_lb" value="{{sear_key}}" |
| 5 | 5 | bindblur="blur_sear" focus="{{f_sear==1}}" style="width: 600rpx;"/> |
| 6 | - <view hidden="{{!sear_key}}" catchtap="close_txt" class="close_box fs30"><text class="iconfont icon-guan"></text></view> | |
| 6 | + <view hidden="{{!sear_key}}" catchtap="close_txt" class="close_box"><text class="iconfont icon-guan fs28"></text></view> | |
| 7 | 7 | </view> |
| 8 | 8 | </view> | ... | ... |
components/lb_sear/lb_sear.wxss
| ... | ... | @@ -5,4 +5,8 @@ |
| 5 | 5 | |
| 6 | 6 | .inp_box0{ display: flex; align-items: center;justify-content: flex-start; height: 80rpx;} |
| 7 | 7 | |
| 8 | -.close_box{width: 50rpx; height: 80rpx; text-align: right; line-height: 80rpx } | |
| 9 | 8 | \ No newline at end of file |
| 9 | +.close_box{width: 50rpx; height: 80rpx; text-align: right; line-height: 80rpx } | |
| 10 | + | |
| 11 | +.iconfont.fs28{ | |
| 12 | + font-size: 28rpx; | |
| 13 | +} | |
| 10 | 14 | \ No newline at end of file | ... | ... |