This commit is contained in:
2023-03-24 17:18:00 +08:00
parent 10a055cf4a
commit b2d6a975dc
9 changed files with 139 additions and 147 deletions

View File

@@ -99,30 +99,29 @@
@import '../common/style/mixin.styl';
.search_wraper
position relative
_wh(100%, 86rpx)
_wh(100%, 35px)
.search_input
padding-right: 160rpx
border 1px solid #e5e5e5
border-radius 4px
height: 86rpx;
line-height: 86rpx;
height: 35px;
line-height: 35px;
padding-left 10px;
padding-right 150rpx;
font-size: 32rpx;
padding-right 100px;
font-size: 14px;
color: #6a6a6a
.buttons_wraper
_fj()
position absolute
top 0
right 0
_wh(auto, 86rpx)
_wh(auto, 35px)
.icon-del
_wh(50rpx, 86rpx)
_font(40rpx,86rpx,#6a6a6a,,center)
_wh(30px, 35px)
_font(30px,35px,#6a6a6a,,center)
.icon_scan
_wh(50rpx, 86rpx)
_font(40rpx,86rpx,#6a6a6a,,center)
_wh(30px, 35px)
_font(30px,35px,#6a6a6a,,center)
.icon_search
_wh(50rpx, 86rpx)
_font(40rpx,86rpx,#6a6a6a,,center)
_wh(30px, 35px)
_font(30px,35px,#6a6a6a,,center)
</style>