style.css 2.71 KB
*{
    margin: 0;
    padding: 0;
}
html,body{
    overflow: auto;
}
[v-cloak] {
    display: none;
}
#zbxq{
    display: flex;
    flex-direction: row;
    padding: 10px;
    width: 1644px;
    height: 939px;
    background-color: #eff1f4;
}
.zbxq_left{
    padding: 24px 24px 0px 24px;
    width: 254px;
    margin-bottom: 65px;
    background-color: #fff;
    overflow: auto;
}
.zblb_title{
    margin-bottom: 16px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
}
.zbxq_search{
    margin-bottom: 16px;
}
.zbxq_left_content{
    width: 278px;
    height: 48px;
    color: #494949;
    font-size: 14px;
    line-height: 48px;
    margin-left: -24px;
    padding-left: 24px;
}
.zbxq_left_content:hover{
    color: #1890FF;
    cursor: pointer;
    background-color: rgba(24, 144, 255, 0.1);
}
.zbxq_left_content .listStyle{
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}
.zbxq_left_content .listStyle:hover{
    background-color: rgba(24, 144, 255, 0.1);
}
/* .zbxq_left_content .active{
    background-color: rgba(24, 144, 255, 0.3);
} */
.zbxq_right{
    width: 1222px;
    height: 850px;
    margin-left: 20px;
    background-color: #fff;
    padding: 24px 32px 0px 32px;
    overflow: auto;

}
.zbxq_title{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    /* font-size: 16px;
    font-weight: 600;
    padding: 14px 10px; */
}
.zbxq_right_part_title span{
    width: 12px;
    height: 14px;
    display: inline-block;
    margin: 24px 0px 20px 0px;
    color: #1890FF;
}
.zbxq-right-part-rows{
    color: rgba(0,0,0,0.65);
    padding:12px 0;
    overflow: hidden;
}
.zbxq-right-part-date{
    font-size: 14px;
    float: right;
    color: rgba(0,0,0,0.65);
}
.zbxq-right-part-rows span{
    float:left;
    font-size: 14px;
}
.mc{
    width: 100px;
    text-align: right;
}
.mc1,.mc2{
    padding-left:100px;
    text-align: right;
}
.mc2{
    padding-left: 73px;
}
.tables{
    float: left;
    margin-left: 12px;
    /* width: 100%; */
}
.zbxq-right-part-rows-bgrows{
    padding-left: 28px;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    height: 30px;
    line-height: 30px;
    background-color:rgba(0,0,0,0.04);
}
.zbxq-right-part-rglr table tr{
    height: 38px;
}
#zbxq .zbxq_search .el-input__inner {
    /* width: 216px; */
    width: 100%;
    height: 30px;
    background: #F3F3F3;
}
#zbxq .zbxq_search .el-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}
#zbxq .zbxq_search .el-button i {
    width: 12.5px;
    height: 12.5px;
}
.input {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
}