样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user