增加标题文字阴影样式

This commit is contained in:
re-JZzzz
2025-11-15 10:03:15 +08:00
parent d06f5679b3
commit bd6496443e

View File

@ -36,6 +36,7 @@ const props = defineProps({
color: rgba(255, 255, 255, 1);
vertical-align: middle;
font-family: 'ue_title';
text-shadow: 0px 2px 4px rgba(51, 255, 252, 0.57);
}
}
</style>