完善部分阴影系统;

把所有px单位转换为rem;
This commit is contained in:
User
2025-10-13 13:17:52 +08:00
parent 2e933ece94
commit 00a13ab5e2
8 changed files with 161 additions and 204 deletions

View File

@@ -18,7 +18,7 @@
--primary-light: #f5f0e6; /* Light background tone */
/* Editor typography - Consistent font size and line height */
--editor-font-size: 23px; /* Base font size for editor */
--editor-font-size: 1.4375rem; /* Base font size for editor */
--editor-line-height: 1.1; /* Line height for editor */
/* Background colors - Warm paper-like tones */
@@ -94,7 +94,8 @@
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: var(--background);
background-color: white;
background: url('/assets/icons/drawable-xxhdpi/note_setting_bg.png');
color: var(--text-primary);
/* 适配iPhone X及更新机型的刘海屏 */
padding-top: env(safe-area-inset-top);