1、代码优化,重构逻辑,界面html

2、解决TplKit 因升级导致的模板文件找不到(退回原版本)
This commit is contained in:
2019-04-19 18:16:07 +08:00
parent 8cf6eed806
commit efdcc26fc9
11 changed files with 284 additions and 362 deletions

View File

@@ -1,24 +1,13 @@
body {
/*background: url("../img/bg.jpg") no-repeat;*/
}
/*.navbar-inverse {
background-color: #65487a;
border-color: #9361b8;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
background-color: #996fb8;
}*/
.container-fluid {
padding-left: 0px;
}
#home {
/*background-color: #fff;*/
/*margin: 20px auto;
padding-bottom: 20px;*/
/*min-height: 500px;*/
}
#top {
background-color: #404a53;
@@ -51,7 +40,7 @@ body {
background-color: #404a53; /*padding-bottom: 0px; margin-bottom: 0px;*/
}
#main {
margin-top: 15px;
}
#left.col-md-1 {
padding: 0 2px;
@@ -156,15 +145,33 @@ th{
.table td, .table th{
padding: 5px;
}
.table td {background-color: #fff;}
/* 页面信息按钮样式 */
#main .info {
position: fixed;
float: right;
padding-top: 10px;
display: none;
right: 15px;
bottom: 7px;
z-index:99999;
}
/* 设置对话框内容居中显示 */
.modal-body {
text-align: center;
}
.tlist{
height:100%; overflow: auto;
}
.tlist>li{
margin-top: 0;
}
.tlist>li.active>a,
.tlist>li.active>a:focus,
.tlist>li.active>a:hover,
.tlist>li>a:hover {
background-color: #e2effc;
border-radius: 2px 0 0 2px;
}