weekly.css 2.33 KB
.weekly-header{
    margin: 0 -29px;
}
.weekly-header div {
    height: 66px;
    line-height: 66px;
    background: rgba(11, 166, 212, 0.1);
    text-align: center;
    font-size: 24px;
    color: rgba(0,0,0,0.9);
}
/*neirong*/
.container {
    padding-top: 70px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}
.container .container-title{
    height: 22px;
    line-height: 22px;
    width: 100%;
}
.container .container-title2{
    height: 22px;
    line-height: 22px;
    width: 100%;
}
.container .container-title .title-msg,.container-title2 .title-msg{
    font-size: 14px;
    color: rgba(0,0,0,.8);
    margin-left: 12px;
    float: left;
}
.container .container-title .title-Ico{
    background: url("img/weekly_titIco.png") no-repeat  center;
    width: 16px;
    height: 20px;
    padding-top: 2px;
    float: left;
}
.container .container-cont {
    padding: 20px 0 70px 10px;
}
.container-cont .weekly-border:before{
    content: "";
    margin-right: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background-color: #1e95cd;
}
.container-cont .weekly-linechart{
    width: 100%;
    height: 220px;
    margin-top: 50px;
}
.pop_echarts{
    padding: 3px 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 20px !important;
}
.container-cont .weekly-rankechart{
    width: 100%;
    height: 300px;
    margin-top: 50px;
}
.weekly-marginleft18{
    margin-left: 18px;
}
.weekly-zfzbechart{
    width: 380px;
    height: 260px;
    margin-top: 50px;
}
.charts-info{
    width: 160px;
    height: 60px;
    margin-top: 90px;
    padding: 10px 20px;
    background-color: #edf7fb;
    border-radius: 4px !important;
}
.charts-info ul li:nth-of-type(1):before {
    content: "";
    margin-right: 10px;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    background-color: #5fe98f;
}
.charts-info ul li:nth-of-type(2):before {
    content: "";
    margin-right: 10px;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    background-color: #d5d8d8;
}
/*table*/
.weekly-tablebody{
    min-height: 200px;
    width: 100%;
    margin-top: 50px;
}
.container .container-title2 .title-Ico{
    background: url("img/weekly_titCarIco.png") no-repeat  center;
    width: 16px;
    height: 20px;
    padding-top: 2px;
    float: left;
}