'修改界面样式风格'

This commit is contained in:
2019-03-29 16:56:27 +08:00
parent 3df7e52e61
commit fe9afaa584
4 changed files with 180 additions and 6 deletions

View File

@@ -22,9 +22,9 @@ body {
}
#top {
background-color: #404a53;
padding: 0 10px;
padding: 5px 10px;
margin: 0px;
height: 45px;
height: 50px;
}
#top a {
color: #ddd;
@@ -35,7 +35,9 @@ body {
}
.nav-tabs>li>a{
border: 0;
font-size: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
background-color: #404a53;
color: #fff;