新建文件夹

This commit is contained in:
2025-11-30 12:01:26 +08:00
parent df9af8faa7
commit dc8b18b64f

View File

@@ -1,15 +1,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-pink: #ff9eb5; /* 软萌粉(主色) */
--secondary-blue: #a8d1ff; /* 清新蓝(辅助色) */
--accent-yellow: #fff494; /* 奶黄(点缀色) */
--accent-purple: #e0c3fc; /* 浅紫(扩展色) */
--text-dark: #5a4b60; /* 深灰紫(文本) */
--text-light: #8b7d94; /* 浅灰紫(次要文本) */
--bg-white: #ffffff; /* 白色背景 */
--bg-soft: #fff9fb; /* 软粉背景 */
--card-shadow: 0 8px 20px rgba(255, 158, 181, 0.1); /* 柔和阴影 */
--primary-pink: #ff9eb5;
--secondary-blue: #a8d1ff;
--accent-yellow: #fff494;
--accent-purple: #e0c3fc;
--text-dark: #5a4b60;
--text-light: #8b7d94;
--bg-white: #ffffff;
--bg-soft: #fff9fb;
--card-shadow: 0 8px 20px rgba(255, 158, 181, 0.1);
--gradient-pink: linear-gradient(135deg, #ff9eb5, #ffc1e9);
--gradient-blue: linear-gradient(135deg, #a8d1ff, #c3e8ff);
--gradient-yellow: linear-gradient(135deg, #fff494, #fff9c4);