feat:完成首页、分类页内容管理功能开发

This commit is contained in:
R524809
2026-04-30 13:30:42 +08:00
parent fa39938e5a
commit c112c70bab
25 changed files with 1465 additions and 65 deletions
@@ -62,7 +62,7 @@ page {
box-shadow: @shadow;
}
.ccm-stat + .ccm-stat {
.ccm-stat+.ccm-stat {
margin-left: 16rpx;
}
@@ -96,6 +96,7 @@ page {
// ── Worksheet List ──
.ccm-page__list {
margin-top: 24rpx;
margin-bottom: 80rpx;
}
.ws-card {
@@ -125,11 +126,12 @@ page {
}
.ws-card__img {
width: 120rpx;
height: 120rpx;
width: 140rpx;
height: 180rpx;
border-radius: @radius;
flex-shrink: 0;
background: @bg-gray;
border: @border;
}
.ws-card__img--placeholder {
@@ -144,6 +146,9 @@ page {
flex: 1;
min-width: 0;
margin-left: 20rpx;
display: flex;
flex-direction: column;
gap: 12rpx;
}
.ws-card__title {
@@ -158,7 +163,6 @@ page {
.ws-card__subtitle {
display: block;
margin-top: 6rpx;
font-size: 22rpx;
color: @text-secondary;
overflow: hidden;
@@ -182,11 +186,20 @@ page {
.ws-card__id {
display: block;
margin-top: 8rpx;
font-size: 20rpx;
font-size: 22rpx;
color: @text-gray;
}
.ws-card__tags {
margin-top: 16rpx;
}
.ws-card__tags-text {
font-size: 22rpx;
color: @text-secondary;
line-height: 1.5;
}
.ws-card__footer {
display: flex;
align-items: center;
@@ -196,10 +209,13 @@ page {
}
.ws-card__badge {
display: inline-flex;
align-items: center;
padding: 6rpx 16rpx;
border-radius: 999rpx;
font-size: 22rpx;
font-weight: 700;
flex-shrink: 0;
}
.ws-card__badge--active {
@@ -234,4 +250,4 @@ page {
padding-bottom: calc(24rpx + env(safe-area-inset-bottom));
background: @bg-header;
box-shadow: 0 -4rpx 16rpx rgba(50, 46, 37, 0.06);
}
}