* {
|
-webkit-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
box-sizing: border-box
|
}
|
*,body {
|
padding: 0px;
|
margin: 0px;
|
font-family: "微软雅黑";
|
}
|
:root {
|
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
line-height: 1.5;
|
font-weight: 400;
|
|
color-scheme: light dark;
|
color: rgba(255, 255, 255, 0.87);
|
background-color: #242424;
|
|
font-synthesis: none;
|
text-rendering: optimizeLegibility;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
-webkit-text-size-adjust: 100%;
|
}
|
|
html,
|
body {
|
/* background: url("@/assets/images/bg.jpg") no-repeat;
|
background-size: cover; */
|
/* font-size: .16rem; */
|
color: #ffffff;
|
/* position: relative; */
|
width: 100%;
|
height: 100%;
|
}
|