unibest/src/style/index.scss

19 lines
351 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
2024-01-31 12:35:46 +08:00
// @font-face {
// font-family: TiTi;
// src: url('./fonts/PangMenZhengDaoBiaoTiTi-1.ttf');
// }
2024-01-30 20:46:54 +08:00
2024-01-31 12:35:46 +08:00
// .titi {
// font-family: TiTi, Arial, sans-serif;
// }