feat: 祈福小助手万年历小程序第一期

This commit is contained in:
gouki
2026-08-06 08:47:09 +00:00
commit a3e6aa9c01
136 changed files with 16597 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
.container {
padding: 20rpx;
}
.section-title {
font-size: 28rpx;
font-weight: 600;
margin-bottom: 16rpx;
color: #C41E3A;
}
.term-list {
display: flex;
flex-direction: column;
}
.term-item {
padding: 20rpx 0;
border-bottom: 1rpx solid #E8D5C4;
}
.term-item:last-child {
border-bottom: none;
}