返回 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 --good:#3ba55c;--warn:#f5a524;--bad:#ff2742;
8 --grad:linear-gradient(135deg,#ff2742,#ff7a90 55%,#ffb38a);
9 --grad-soft:linear-gradient(135deg,#fff6f1,#ffeae0);
10 --radius:20px;--radius-sm:14px;--radius-lg:28px;
11 --shadow:0 12px 30px rgba(255,39,66,.08);
12 --shadow-lg:0 24px 60px rgba(255,39,66,.14);
13 --font-sans:'Noto Sans SC','Inter',sans-serif;
14 --font-display:'Noto Serif SC','Playfair Display',serif;
15 --letter-tight:-.02em;
16 }
17
17 lines CSS