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.
77 lines
1.4 KiB
77 lines
1.4 KiB
.index_theLeft ul {
|
|
width: 100%;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
overflow: auto;
|
|
}
|
|
.index_theLeft li {
|
|
list-style: none;
|
|
text-align: center;
|
|
position: relative;
|
|
padding: 15px 0;
|
|
border-bottom: 1px solid #f9f9f9;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.index_theLeft li.active , .index_theLeft li:HOVER{
|
|
background: #f9f9f9;
|
|
}
|
|
|
|
.index_theLeft li span,.index_theLeft li h5{
|
|
text-align: center;
|
|
color: #333;
|
|
}
|
|
.mapContainer{
|
|
height: 550px;width:100%;
|
|
}
|
|
.app-container{
|
|
background: #f2f2f2;width: 100%;border-top:1px solid #ecf0f5;
|
|
}
|
|
|
|
.box-white {
|
|
width: 97%;
|
|
min-width: 897px;
|
|
padding-bottom: 0;
|
|
margin: 0 auto;
|
|
}
|
|
.box {
|
|
padding: 10px;
|
|
padding-top:1px;
|
|
border-left: 1px solid #d2d6de;
|
|
border-right: 1px solid #d2d6de;
|
|
border-bottom: 1px solid #d2d6de;
|
|
}
|
|
.box {
|
|
border: 0!important;
|
|
box-shadow: 0 0 2px 1px rgba(13,5,9,.08)!important;
|
|
}
|
|
.box {
|
|
position: relative;
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
border-top: 3px solid #d2d6de;
|
|
margin-bottom: 20px;
|
|
width: 100%;
|
|
box-shadow: 0 1px 1px rgba(0,0,0,.1);
|
|
}
|
|
|
|
.sceneList-info{
|
|
/* margin: 20px 0 0 20px; */
|
|
/* background: #fff; */
|
|
padding-top: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.dashboard-menu a{
|
|
display: inline-block;
|
|
}
|
|
|
|
@media screen and (max-width: 1367px){
|
|
.max-767{
|
|
display: block ;
|
|
height: 5px;
|
|
}
|
|
.ml-10-r{
|
|
margin-left: 0 !important ;
|
|
}
|
|
}
|