样式修改

This commit is contained in:
2024-03-04 15:15:15 +08:00
parent c1d503758b
commit b08b0dccf2
10 changed files with 177 additions and 167 deletions

View File

@@ -126,30 +126,30 @@
<style lang="stylus">
@import '../common/style/mixin.styl';
.search_wraper
_wh(100%, 76rpx)
padding 0 4rpx 0 24rpx
border 1rpx solid #4980BD
_wh(100%, 30px)
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: 76rpx;
line-height: 76rpx;
font-size: 28rpx;
height: 30px;
line-height: 30px;
font-size: 13px;
color: #fff
.icon-del
_wh(70rpx, 70rpx)
margin-right 10rpx
_font(40rpx,70rpx,#a2b6cc,,center)
_wh(35px, 28px)
margin-right 5px
_font(20px,28px,#a2b6cc,,center)
.icon_scan
_wh(140rpx, 60rpx)
_font(40rpx,60rpx,#fff,,center)
_wh(70px, 24px)
_font(20px,24px,#fff,,center)
background-color #137ABD
border-radius 24rpx
border-radius 6px
.icon_search
_wh(70rpx, 70rpx)
_font(40rpx,70rpx,#a2b6cc,,center)
_wh(35px, 28px)
_font(20px,28px,#a2b6cc,,center)
.input_focus
border: 1rpx solid #889dc7;
box-shadow: 0 0 0 2rpx rgba(136, 157, 199,.2);
border: 1px solid #889dc7;
box-shadow: 0 0 0 1px rgba(136, 157, 199,.2);
</style>