41 lines
902 B
CSS
41 lines
902 B
CSS
|
*{
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
vertical-align: bottom;
|
||
|
}
|
||
|
/* 隐藏滚动条宽度 */
|
||
|
::-webkit-scrollbar{
|
||
|
width: 0;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'xianglifang';
|
||
|
src: url('./static/font/xianglifang.ttf') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'HONORSansCN';
|
||
|
src: url('./static/font/HONORSansCN.ttf') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'JiangChengYuanTi';
|
||
|
src: url('./static/font/JiangChengYuanTi.ttf') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'KingnamBobo';
|
||
|
src: url('./static/font/KingnamBobo.ttf') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'xianglifang';
|
||
|
src: url('./static/font/xianglifang.ttf') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|