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

@@ -1,4 +1,4 @@
@import 'tdesign-miniprogram/common/style/index.wxss';
@import './miniprogram_npm/tdesign-miniprogram/common/style/index.wxss';
page {
min-height: 100%;
@@ -45,3 +45,19 @@ text {
justify-content: space-between;
gap: 24rpx;
}
.xz-page--warm {
min-height: 100vh;
background: linear-gradient(180deg, #f8edd6 0%, #f9f0de 24%, #f6ead4 100%);
}
.xz-page--mingli {
min-height: 100vh;
background: linear-gradient(180deg, #fbf6f3 0%, #f4ebe6 100%);
}
.xz-card {
border-radius: 28rpx;
border: 1rpx solid rgba(84, 58, 29, 0.08);
box-shadow: 0 16rpx 36rpx rgba(84, 58, 29, 0.06);
}