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>