完成大部分页面

This commit is contained in:
小潘
2026-05-28 16:58:17 +08:00
parent 0cf72dc47f
commit 49fb1891a3
13 changed files with 694 additions and 316 deletions
+18 -1
View File
@@ -1,7 +1,7 @@
@import "tailwindcss";
@theme {
--font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
--font-sans: "DengXian", "SimHei", "Heiti SC", sans-serif;
}
@utility line-clamp-2 {
@@ -51,3 +51,20 @@ body {
::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
/* Product page hero art titles */
.hero-product-title {
font-family: "ZCOOL XiaoWei", "STSong", "SimSun", serif;
letter-spacing: 0.3em;
color: white;
text-shadow: 0 4px 60px rgba(0, 162, 234, 0.3),
0 2px 4px rgba(0, 0, 0, 0.4);
}
.hero-product-slogan {
font-family: "Ma Shan Zheng", "STXingkai", cursive;
letter-spacing: 0.15em;
color: white;
text-shadow: 0 2px 40px rgba(0, 162, 234, 0.25),
0 0 80px rgba(0, 162, 234, 0.15);
}