customSearchCharts.css 2.17 KB
#top {
    border-top: 2px red;
}

#buttom {
    margin-top: 10px;
    font-family: 微软雅黑;
    color: #000000;
    font-size: 12px;
    border-top: 2px red;
}

#left {
    float: left;
    width: 40%;

}

#mark {
    padding-left: 20px;
    height: 52px;
    line-height: 52px;
    background:#F9F9F9;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

#charts {
    padding-left: 20px;
    /*height: 70%;*/
    border-right: 1px solid #c7c3c2;
    overflow: auto;
}

.main {
    /*width: 375px;
    height: 395px;*/
    margin-top: 10px;
    position: relative;
}
.chartTop{
    height: 38px;
    position: absolute;
    width: 550px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    line-height: 38px;
}
.topText{
    margin-left: 20px;
    font-size: 14px;
    color: #636363;
}

.cls {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #dad8d8;
}

.cls:hover {
    background: #30b5ff;
    color: white;

}

.chart {
    width: 94%;
    height: 375px;
    border: 1px solid #dad8d8;
}

#right {
    float: right;
    width: 60%;
}


#showCharts{/*line 518*/
    height: 100%;
    background: white;
    width: 48%;
    right: 0px;
    top:0px;
    border-left:1px solid #c7c3c2;
    position: absolute;
    z-index: 5;
}

#loading{/*line 518*/
    height: 100%;
    background: white;
    width: 100%;
    right: 0px;
    top:0px;
    border-left:1px solid #c7c3c2;
    position: absolute;
    z-index: 6;
}


.flaghide{
    background-image:url("/wui/theme/ecology8/page/images/leftShowDefault_wev8.png");
    z-index: 99999999999;
    position: absolute;
    bottom: 50%;
    left: 52%;
    height: 48px;
    width:15px;
    cursor: pointer;
}

.flagshow{
    background-image: url("/wui/theme/ecology8/page/images/lefthide_wev8.png");
    position: absolute;
    height: 48px;
    width:15px;
    cursor: pointer;
    left:99%;
    bottom: 50%;
    z-index: 999999999999;
    cursor: pointer;
}

#chartsview{
    padding-left: 20px;
    border-right: 1px solid #c7c3c2;
    overflow-y: auto;
    height: 900px;
}