feat: 完成分类页开发

This commit is contained in:
R524809
2026-04-22 11:18:56 +08:00
parent 28151018ee
commit 3bb8476e93
42 changed files with 1070 additions and 56 deletions
@@ -19,10 +19,34 @@
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 10px;
padding: 0 @page-padding-x;
box-sizing: border-box;
}
.nav-bar__brand {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
flex-shrink: 0;
}
.nav-bar__logo {
width: 32px;
height: 32px;
border-radius: 16px;
flex-shrink: 0;
}
.nav-bar__brand-name {
font-size: @fs-nav-title;
font-weight: @fw-nav-title;
color: @color-nav-title;
letter-spacing: @ls-nav-title;
line-height: 1;
}
.nav-bar__back {
width: 64rpx;
height: 64rpx;