2025-04-09 18:55:14 +08:00

65 lines
1.1 KiB
SCSS

/* #ifndef APP-NVUE */
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.status-bar{
width:100vw;
height:var(--status-bar-height);
background-color: #fff;
position: sticky;
left: 0;
top:0;
z-index: 99;
}
@font-face {
font-family: Regular;
src: url('~@/static/fonts/MiSans-Regular.ttf');
}
@font-face {
font-family: Medium;
src: url('~@/static/fonts/MiSans-Medium.ttf');
}
@font-face {
font-family: Bold;
src: url('~@/static/fonts/MiSans-Demibold.ttf');
}
@font-face {
font-family: DOUYU;
src: url('~@/static/fonts/douyuFont.otf');
}
@font-face {
font-family: Bebas;
src: url('~@/static/fonts/BEBAS.ttf');
}
.f-base {
font-family: Regular;
}
.f-bold {
font-family: Bold !important;
}
.f-medium {
font-family: Medium !important;
}
.f-douyu {
font-family: DOUYU !important;
}
.f-bebas {
font-family: Bebas !important;
}
.uni-page-head, .uni-page-wrapper, .uni-page-body,page {
font-family: Regular;
color: #333;
}
/* #endif */