前端界面更新
弃用MDL,改用water.css 添加vue路由 修复搜索文件夹翻页功能bug 取消table边框 组件化路由
This commit is contained in:
24
web/style.css
Normal file
24
web/style.css
Normal file
@@ -0,0 +1,24 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user