This commit is contained in:
2024-02-21 18:08:27 +08:00
parent e06abe3233
commit 9cef00a472
12 changed files with 431 additions and 106 deletions

View File

@@ -53,19 +53,20 @@
.header
_fj()
_wh(100%, 42px)
background-color $red
background-color #fff
z-index 200
padding 0 15px
box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
.page_name
_font(16px, 20px, #fff,700,center)
_font(16px, 20px, #000,700,center)
.icon_back {
font-size: 30px;
line-height: 30px;
color: #fff;
color: #666;
}
.icon_home {
font-size: 30px;
line-height: 30px;
color: #fff;
color: #666;
}
</style>