unibest/src/style/index.scss

19 lines
324 B
SCSS
Raw Normal View History

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