You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
164 lines
2.2 KiB
164 lines
2.2 KiB
|
|
.header{
|
|
height: 60px;
|
|
background: #212121;
|
|
}
|
|
|
|
.system-name{
|
|
height: 60px;
|
|
line-height: 60px;
|
|
color: #fff;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
.system-name span{
|
|
font-size: 18px;
|
|
}
|
|
|
|
.list-info{
|
|
color: white;
|
|
}
|
|
|
|
.list-info{
|
|
float: right;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.list-info img{
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.list-info li{
|
|
float: left;
|
|
list-style: none;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
margin: 0 20px;
|
|
}
|
|
|
|
.logut-li{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.logout{
|
|
width: 20px;
|
|
}
|
|
|
|
|
|
/* left */
|
|
ul{
|
|
padding: 0;
|
|
}
|
|
|
|
.left-container{
|
|
width: 225px;
|
|
float: left;
|
|
background: #3d3d3d;
|
|
min-height: 500px;
|
|
}
|
|
|
|
.ul-list{
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.ul-list li{
|
|
color:white;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
padding-left: 25px;
|
|
border-bottom: 1px solid #5c5c5c;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ul-list li:HOVER{
|
|
background: #5c5c5c;
|
|
}
|
|
|
|
.ul-list li.active{
|
|
background: #e02222;
|
|
}
|
|
|
|
.ul-list .sidebar-toggler {
|
|
cursor: pointer;
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
margin-top: 15px;
|
|
margin-left: 145px;
|
|
width: 29px;
|
|
height: 29px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.sidebar-toggler {
|
|
background-image: url(../../image/base/sidebar-toggler.jpg);
|
|
background-color: #242424;
|
|
}
|
|
|
|
.left-container .title{
|
|
padding-left: 10px;
|
|
}
|
|
|
|
span.right{
|
|
float: right;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
|
|
ul.sub-menu{
|
|
margin: 0;
|
|
list-style: none;
|
|
margin-left: -25px;
|
|
display: none;
|
|
}
|
|
|
|
.active ul.sub-menu{
|
|
display: block;
|
|
}
|
|
|
|
ul.sub-menu li{
|
|
color: white;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding-left: 50px;
|
|
border-bottom: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
ul.sub-menu li:HOVER {
|
|
background: #575757;
|
|
}
|
|
ul.sub-menu li.active{
|
|
background: #575757;
|
|
}
|
|
|
|
.right-container{
|
|
margin-left: 225px;
|
|
}
|
|
|
|
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.title-style{
|
|
color: white;
|
|
}
|
|
|
|
.table{
|
|
margin-top: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.table th{
|
|
text-align: center;
|
|
}
|
|
|
|
.lpro-thead{
|
|
background: #d9d9d9;
|
|
}
|
|
|
|
.jump-btn:HOVER{
|
|
background: white;
|
|
color: black;
|
|
cursor: pointer;
|
|
}
|