feat: update templates
This commit is contained in:
@@ -38,12 +38,15 @@
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 92px;
|
||||
font-weight: 400;
|
||||
font-weight: 800;
|
||||
line-height: 1.2;
|
||||
text-shadow: 0 6px 22px rgba(0,0,0,0.6);
|
||||
text-shadow: 0 6px 22px rgba(0,0,0,0.6),
|
||||
-2px -2px 0 #000,
|
||||
2px -2px 0 #000,
|
||||
-2px 2px 0 #000,
|
||||
2px 2px 0 #000;
|
||||
/* 使用 Ma Shan Zheng 毛笔字体 */
|
||||
font-family: 'Ma Shan Zheng', 'PingFang SC', 'Source Han Sans', 'Microsoft YaHei', cursive;
|
||||
-webkit-text-stroke: 1px #000;
|
||||
letter-spacing: 4px;
|
||||
}
|
||||
|
||||
@@ -55,18 +58,16 @@
|
||||
padding: 0 60px;
|
||||
text-align: center;
|
||||
font-size: 54px;
|
||||
font-weight: 900;
|
||||
font-weight: 400;
|
||||
line-height: 1.2;
|
||||
color: #ffffff;
|
||||
font-family: 'ArtisticFont', 'Noto Serif SC', 'Noto Sans SC', 'PingFang SC', serif;
|
||||
-webkit-text-stroke: 1px #000;
|
||||
letter-spacing: 1px;
|
||||
text-shadow: 0 0 0 #000,
|
||||
-3px -3px 0 #000,
|
||||
3px -3px 0 #000,
|
||||
-3px 3px 0 #000,
|
||||
3px 3px 0 #000,
|
||||
0 10px 24px rgba(0,0,0,0.6);
|
||||
text-shadow: 0 6px 22px rgba(0,0,0,0.6),
|
||||
-2px -2px 0 #000,
|
||||
2px -2px 0 #000,
|
||||
-2px 2px 0 #000,
|
||||
2px 2px 0 #000;
|
||||
}
|
||||
|
||||
@media (max-width: 1080px) {
|
||||
|
||||
Reference in New Issue
Block a user