feat: migrate static pages to native tabbar

This commit is contained in:
2026-04-23 21:25:24 +08:00
parent f3cd0c3a98
commit cd30f57f2c
116 changed files with 7143 additions and 311 deletions

View File

@@ -0,0 +1,56 @@
page {
min-height: 100%;
background: linear-gradient(180deg, #f9f7f5 0%, #f3ebe8 100%);
}
.mingli-section-page {
box-sizing: border-box;
min-height: 100vh;
padding: 28rpx 20rpx 72rpx;
}
.hero-card,
.passage-card {
margin-top: 18rpx;
padding: 24rpx;
border: 1rpx solid rgba(139, 59, 49, 0.08);
border-radius: 28rpx;
background: rgba(255, 252, 248, 0.94);
box-shadow: 0 10rpx 26rpx rgba(139, 59, 49, 0.06);
}
.hero-card {
margin-top: 0;
}
.hero-card__title {
display: block;
color: #2c2621;
font-family: 'STSong', 'Songti SC', serif;
font-size: 34rpx;
font-weight: 700;
line-height: 1.3;
}
.passage-card__item {
display: block;
margin-top: 16rpx;
color: #453730;
font-size: 28rpx;
line-height: 1.8;
}
.passage-card__item:first-child {
margin-top: 0;
}
.action-button {
margin-top: 16rpx;
padding: 22rpx 24rpx;
border-radius: 22rpx;
background: rgba(139, 59, 49, 0.08);
color: #8b3b31;
font-size: 26rpx;
line-height: 1;
text-align: center;
}