文本文字 - 样式优化
font-family 文本字体
font-weight 文本加粗
text-shadow 文本增加阴影
-webkit-text-stroke 文本增加描边
.container {
font-family: '微软雅黑';
font-weight: bold;
text-shadow: 1px -6px 0px #661c50;
-webkit-text-stroke: 2px #661c50;
}
font-family 文本字体
font-weight 文本加粗
text-shadow 文本增加阴影
-webkit-text-stroke 文本增加描边
.container {
font-family: '微软雅黑';
font-weight: bold;
text-shadow: 1px -6px 0px #661c50;
-webkit-text-stroke: 2px #661c50;
}
2024-06-22 10:06:47
2024-06-22 10:06:35
2024-06-22 10:06:20
2024-06-22 10:06:36
2024-06-22 10:06:27
2024-06-22 10:06:10
2024-06-22 10:06:05
2024-06-22 10:06:05
2024-06-22 10:06:49
2024-06-22 10:06:46