Initial commit: 婚礼请柬微信小程序(代码)
This commit is contained in:
15
styles/global.css
Normal file
15
styles/global.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user