返回 html-ppt-skill
xiaohongshu-white.css
根目录 / assets / themes / xiaohongshu-white.css
1 /* theme: xiaohongshu-white — 小红书白底高级感 */
2 :root{
3 --bg:#fffdfb;--bg-soft:#fff6f1;--surface:#ffffff;--surface-2:#fff1ea;
4 --border:rgba(60,30,20,.1);--border-strong:rgba(60,30,20,.22);
5 --text-1:#1a1210;--text-2:#4f3a32;--text-3:#a08d85;
6 --accent:#ff2742;--accent-2:#ff7a90;--accent-3:#ffb38a;
7 --accent-ink:#0b1024; /* text on --accent — 5.0:1 */
8 --good:#3ba55c;--warn:#f5a524;--bad:#ff2742;
9 --grad:linear-gradient(135deg,#ff2742,#ff7a90 55%,#ffb38a);
10 --grad-soft:linear-gradient(135deg,#fff6f1,#ffeae0);
11 --radius:20px;--radius-sm:14px;--radius-lg:28px;
12 --shadow:0 12px 30px rgba(255,39,66,.08);
13 --shadow-lg:0 24px 60px rgba(255,39,66,.14);
14 --font-sans:'Noto Sans SC','Inter',sans-serif;
15 --font-display:'Noto Serif SC','Playfair Display',serif;
16 --letter-tight:-.02em;
17 }
18
18 lines CSS