2024-01-30 21:09:52 +08:00

19 lines
324 B
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.test {
margin-top: 4px;
@apply mt-4;
// 上面2个方式都会出现问题如截图所示 issue.png建议不在这个全局文件写宽高大小的变量
color: red;
}
@font-face {
font-family: TiTi;
src: url('./PangMenZhengDaoBiaoTiTi-1.ttf');
}
.titi {
font-family: TiTi, Arial, sans-serif;
}