完成大部分页面
This commit is contained in:
+18
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user