2020-11-25 06:38:29 +00:00
|
|
|
body{
|
|
|
|
font-family: $font-family;
|
2020-11-25 05:49:43 +00:00
|
|
|
font-size: $fz-main;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2020-11-25 06:38:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#app {
|
2020-11-25 05:49:43 +00:00
|
|
|
text-align: center;
|
|
|
|
color: $text-main;
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#app-footer a {
|
|
|
|
padding-left: 0.2em;
|
|
|
|
padding-right: 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#app-footer {
|
|
|
|
text-align: center;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
#app-control {
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
audio{
|
|
|
|
margin-bottom: 15px; // 播放控件与表格间隔
|
|
|
|
}
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: darken($color-link, 15%);
|
|
|
|
&:hover{
|
|
|
|
color: $color-link;
|
|
|
|
}
|
|
|
|
}
|