style.css 2.33 KB
* {
    padding: 0;
    margin: 0;
}
[v-cloak] {
    display: none;
}
html,
body {
    width: 100%;
    height: 100%;
}

#zbgl {
    width: 100%;
    height: 939px;
    padding: 7px 24px 16px 9px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.zbgl_top {
    width: 98%;
    height: 218px;
    padding: 20px 11px 0px 24px;
    background-color: #fff;
}

.zbgl_title>span {
    width: 64px;
    height: 22px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #2F2F2F;
}

.zbgl-top-content {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.zbgl-chart {
    width: 190px;
    height: 160px;
    position: relative;
}

.tips {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    font-size: 16px;
    color: rgba(37, 37, 37, 0.40);
}

.zbgl-chart .tips>span {
    font-size: 36px;
}

.zbgl-chart .mc {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    top: 108px;
    color: #252525;
}

.zbgl_bottom {
    margin-top: 20px;
    width: 97%;
    height: 576px;
    background-color: #fff;
    padding: 20px 27px 24px 24px;
}

.buttons {
    float: right;
}

.el-button+.el-button {
    margin-left: 5px;
}

.zt1before:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #FF3000;
    display: inline-block;
}

.zt2before:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #52C41A;
    display: inline-block;
}

.zt3before:before {
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #9D9D9D;
    display: inline-block;
}

.el-input {
    width: 190px;
}

.pagenation {
    float: right;
    margin-top: 16px;
}

/* .el-table th>.cell {
    text-align: center;
}

.el-table .cell {
    text-align: center;
} */

.btn-prev,
.btn-next {
    width: 68px;
    height: 30px;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    background-color: #fff;
    border: 1px solid #e2e2e2;
}

.zbgl_bottom_content {
    margin-top: 35px;
}

.el-input__inner {
    height: 35px;
}