Files
msw-open-music/web/style.css
heimoshuiyu 2a79660b8a 前端界面更新
弃用MDL,改用water.css
添加vue路由
修复搜索文件夹翻页功能bug
取消table边框
组件化路由
2021-05-22 17:53:44 +08:00

25 lines
334 B
CSS

html {
font-size: 1em;
}
.base {
display: grid;
grid-row-gap: 1em;
}
.header {
color: white;
background-color: rgb(63, 81, 181);
box-shadow: 0 0 8px #393939;
}
.title {
margin-left: 2em;
}
.nav {
display: flex;
justify-content: space-evenly;
}
.nav-link {
color: rgb(229, 232, 245);
text-decoration: none;
padding: 1em;
}