样式修改
This commit is contained in:
@@ -123,19 +123,19 @@
|
||||
<style lang="stylus">
|
||||
@import '../common/style/mixin.styl';
|
||||
.search_wraper
|
||||
_wh(100%, 70rpx)
|
||||
padding 0 4rpx 0 24rpx
|
||||
border 1rpx solid #4980BD
|
||||
_wh(100%, 28px)
|
||||
padding 0 2px 0 12px
|
||||
border 1px solid #4980BD
|
||||
background-color rgba(45,88,184,0.1)
|
||||
border-radius 12rpx
|
||||
border-radius 6px
|
||||
.search_input
|
||||
width 100%
|
||||
height: 70rpx;
|
||||
line-height: 70rpx;
|
||||
font-size: 28rpx;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
font-size: 12px;
|
||||
color: #fff
|
||||
.icon_scan
|
||||
_wh(140rpx, 60rpx)
|
||||
_font(40rpx,60rpx,#fff,,center)
|
||||
border-radius 24rpx
|
||||
_wh(70px, 30px)
|
||||
_font(20px,30px,#fff,,center)
|
||||
border-radius 12px
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user