2019-03-26 19:35:47 +08:00
|
|
|
html {
|
|
|
|
background-color: #fff;
|
|
|
|
font-family: lato, sans-serif;
|
|
|
|
}
|
|
|
|
|
2019-03-20 05:56:39 +08:00
|
|
|
body {
|
2019-03-26 19:35:47 +08:00
|
|
|
background-color: #888;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0 1px 1px #000;
|
2019-03-26 17:09:26 +08:00
|
|
|
max-width: 800px;
|
|
|
|
margin: 0 auto;
|
|
|
|
overflow: hidden;
|
2019-03-20 05:56:39 +08:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 100vh;
|
|
|
|
|
2019-03-25 22:49:23 +08:00
|
|
|
> header, > footer {
|
|
|
|
box-shadow: 0 0 3px #000;
|
|
|
|
}
|
2019-03-22 23:17:10 +08:00
|
|
|
}
|
|
|
|
|
2019-03-25 22:49:23 +08:00
|
|
|
|
2019-03-26 19:35:47 +08:00
|
|
|
@import "font.less";
|
2019-03-20 05:56:39 +08:00
|
|
|
@import "main.less";
|
2019-03-21 17:32:58 +08:00
|
|
|
@import "nav.less";
|
|
|
|
@import "player.less";
|
2019-03-25 22:49:23 +08:00
|
|
|
@import "component.less";
|
2019-03-22 22:35:04 +08:00
|
|
|
@import "queue.less";
|
2019-03-25 22:49:23 +08:00
|
|
|
@import "library.less";
|
2019-03-26 19:35:47 +08:00
|
|
|
@import "fs.less";
|