Initial commit: 婚礼请柬微信小程序(代码)

This commit is contained in:
admin
2026-04-23 16:31:17 +08:00
commit 854c9cbca7
16 changed files with 765 additions and 0 deletions

15
styles/global.css Normal file
View File

@@ -0,0 +1,15 @@
/* 全局样式 */
page {
background-color: #faf6f0;
font-family: 'WeddingFont', 'Noto Serif SC', 'Source Han Serif SC', 'STSong', 'SimSun', serif;
font-size: 14px;
color: #7a5a42;
}
:root {
--red: #8B4513;
--text-golden: #8B6914;
--text-muted: #7a5a42;
--gold: #c9a86c;
--gold-light: #e8d4a8;
}