You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
308 B
21 lines
308 B
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
a {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
height: 100vh;
|
|
background: url("/images/bg.png") no-repeat top center;
|
|
}
|
|
|
|
#app {
|
|
font-family: '微软雅黑';
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: #222222;
|
|
font-size: 16px;
|
|
}
|
|
|