feat: initialize taro react typescript miniapp

This commit is contained in:
czz
2026-05-07 14:41:39 +08:00
commit 5a98d4afe7
18 changed files with 17606 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
.title {
display: block;
font-size: 46rpx;
font-weight: 700;
line-height: 1.4;
margin-bottom: 16rpx;
color: #0f172a;
}
.subtitle {
display: block;
font-size: 28rpx;
line-height: 1.8;
color: #475569;
}
.section {
margin-top: 28rpx;
}
.section-title {
display: block;
font-size: 32rpx;
font-weight: 600;
margin-bottom: 14rpx;
color: #111827;
}
.list-item {
margin-bottom: 12rpx;
line-height: 1.8;
color: #334155;
}
.primary-btn {
margin-top: 28rpx;
border-radius: 999rpx;
background: linear-gradient(135deg, #1aad19 0%, #138a15 100%);
color: #ffffff;
border: none;
}
.tip {
display: block;
margin-top: 20rpx;
font-size: 24rpx;
color: #64748b;
}