导航页样式,入库页样式,分页

This commit is contained in:
2024-02-26 18:11:25 +08:00
parent 9df8b4b10f
commit 4530466278
18 changed files with 392 additions and 280 deletions

View File

@@ -125,30 +125,30 @@
<style lang="stylus">
@import '../common/style/mixin.styl';
.search_wraper
_wh(100%, 38px)
padding 0 2px 0 12px
border 1px solid #e1e1e1
_wh(100%, 76rpx)
padding 0 4rpx 0 24rpx
border 1rpx solid #e1e1e1
background-color #fff
border-radius 12px
border-radius 12rpx
.search_input
width 100%
height: 38px;
line-height: 38px;
font-size: 14px;
height: 76rpx;
line-height: 76rpx;
font-size: 28rpx;
color: #6a6a6a
.icon-del
_wh(35px, 35px)
margin-right 5px
_font(20px,35px,#a2b6cc,,center)
_wh(70rpx, 70rpx)
margin-right 10rpx
_font(40rpx,70rpx,#a2b6cc,,center)
.icon_scan
_wh(70px, 30px)
_font(20px,30px,#fff,,center)
background-color $red
border-radius 12px
_wh(140rpx, 60rpx)
_font(40rpx,60rpx,#fff,,center)
background-color #3CC1FF
border-radius 24rpx
.icon_search
_wh(35px, 35px)
_font(20px,35px,#a2b6cc,,center)
_wh(70rpx, 70rpx)
_font(40rpx,70rpx,#a2b6cc,,center)
.input_focus
border: 1px solid #889dc7;
box-shadow: 0 0 0 2px rgba(136, 157, 199,.2);
border: 1rpx solid #889dc7;
box-shadow: 0 0 0 2rpx rgba(136, 157, 199,.2);
</style>