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

@@ -52,20 +52,20 @@
@import '@/common/style/mixin.styl';
.header
_fj()
_wh(100%, 88rpx)
_wh(100%, 42px)
background-color $red
z-index 200
padding 0 20rpx
padding 0 15px
.page_name
_font(32rpx, 32rpx, #fff,700,center)
_font(16px, 20px, #fff,700,center)
.icon_back {
font-size: 52rpx;
line-height: 52rpx;
font-size: 30px;
line-height: 30px;
color: #fff;
}
.icon_home {
font-size: 52rpx;
line-height: 52rpx;
font-size: 30px;
line-height: 30px;
color: #fff;
}
</style>

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>