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.
230 lines
3.1 KiB
230 lines
3.1 KiB
|
|
#init-table{
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.search-condition{
|
|
padding-bottom: 10px;
|
|
border-bottom: 2px solid #3499da;
|
|
}
|
|
|
|
.header{
|
|
height: 60px;
|
|
background: #212121;
|
|
}
|
|
|
|
.header a{
|
|
display: inline-block;
|
|
float: left;
|
|
margin-top: 22px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.logo-title{
|
|
color: white;
|
|
line-height: 60px;
|
|
margin-left: 30px;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.list-info{
|
|
float: right;
|
|
margin-right: 30px;
|
|
color: white;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
/*****************************************/
|
|
body{
|
|
/* background: #e5e5e5; */
|
|
}
|
|
|
|
.app-container{
|
|
padding: 20px;
|
|
background: white;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.table{
|
|
text-align: center;
|
|
}
|
|
|
|
.table th{
|
|
text-align: center;
|
|
}
|
|
|
|
.table td{
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.lpro-thead{
|
|
/* background: #31ACE2; */
|
|
/* color: white; */
|
|
}
|
|
|
|
.ml-10{
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.ml-20{
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.mr-10{
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.mr-20{
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.form-line{
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.form-line span{
|
|
display: inline-block;
|
|
text-align: center;
|
|
width: 100px;
|
|
}
|
|
|
|
.input-inline{
|
|
display: inline;
|
|
width: 300px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.p-title{
|
|
font-size: 16px;
|
|
/* border-bottom: 2px solid #3499da; */
|
|
padding-left: 10px;
|
|
/* padding-bottom: 13px; */
|
|
}
|
|
|
|
#map {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"���ź�";}
|
|
|
|
.input-window{
|
|
width: 200px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.input,.button{
|
|
font-size: 12px;
|
|
}
|