Newer
Older
Nanping_sponge_JXKH / src / views / home / index.scss
@liyingjing liyingjing on 25 Oct 7 KB 海绵绩效考个
#container {
    position: relative;
    z-index: 1;
    display: flex;
    background: #F1F4F3;
    flex-direction: column;
    width: 100%;
    height: 100%;
    .center,
    .three {
        margin: 10px 0;
    }
    .top {
        height: 8.6vh;
        .astic {
            flex: 1;
            height: 100%;
            justify-content: space-around;
            align-items: center;
            margin: 0 5px;
            padding: 0 10px;
            border-radius: 6px;
            background-size: 100% 100% !important;
        }
        .astic_border {
            border-bottom: 3px solid #108ee9;
        }
        .flexClass {
            margin: 0 10px 0 0;
            flex: 0 0 auto;
            width: 15%;
            justify-content: center;
        }
        .time,
        .defen {
            flex-direction: column;
            color: #646464;
            font-size: 18px;
            font-weight: 500;
        }
        .khtime {
            margin-top: 5px;
            color: #989898;
            font-size: 14px;
            font-weight: 400;
        }
        .year_one {
            color: #515151;
            font-size: 20px;
            font-weight: 700;
        }
    }
    .total {
        color: #0F69FF;
        font-size: 32px;
    }
    .center {
        height: 12vh;
        .astic {
            flex: 1;
            height: 100%;
            margin: 0 10px;
            display: flex;
            flex-direction: column;
            padding: 0 30px;
            background: #ffffff;
            border-radius: 4px;
            .cont {
                flex: 1;
                align-items: center;
                .span {
                    display: inline-flex;
                    width: 4px;
                    height: 18px;
                    flex-shrink: 0;
                    border-radius: 2px;
                    background: #0F69FF;
                }
                .name {
                    color: #646464;
                    font-family: Source Han Sans CN;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 500;
                    margin: -1px 10px;
                }
                .total {
                    color: #0F69FF;
                    font-family: PangMenZhengDao;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 600;
                }
                .fz {
                    color: #989898;
                    font-family: Source Han Sans CN;
                    font-size: 14px;
                }
            }
            .top {
                display: flex;
                height: 30px;
                justify-content: space-between;
            }
        }
        .flexClass {
            margin: 0 10px 0 0;
        }
    }
    .three {
        height: 32.8vh;
        width: 100%;
         ::-webkit-scrollbar {
            width: 0;
            height: 8px;
            background: #ddd;
            border-radius: 2px
        }
        ;
        .left {
            display: flex;
            background: #ffffff;
            padding: 0 30px;
            margin: 0 10px;
            .nnfzbz {
                position: relative;
                flex: 1;
            }
            .otherzb {
                max-width: 30vw;
            }
            .span {
                display: inline-flex;
                width: 4px;
                height: 18px;
                flex-shrink: 0;
                border-radius: 2px;
                background: #0F69FF;
            }
            .tittle {
                color: #646464;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                display: inline-block;
                margin: 0 10px;
                .racal {
                    display: inline-block;
                    width: 7px;
                    height: 7px;
                    margin-bottom: 4px;
                    flex-shrink: 0;
                    background: #4285F4;
                    border-radius: 50%;
                }
            }
            .dbqk,
            .dbqkCenter {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin: 10px 0;
                .dffz {
                    color: #646464;
                    font-family: Source Han Sans CN;
                    font-size: 14px;
                    margin: 3px 0;
                }
                .dffzqk {
                    color: #30DC7F;
                    opacity: 0.9;
                    font-family: Source Han Sans CN;
                    font-size: 14px;
                    margin: 10px 0;
                }
            }
        }
        .right {
            padding: 15px 0 0 15px;
        }
        .flexClass {
            margin: 0 10px 0 0;
        }
    }
    .foot {
        height: 28.9vh;
        overflow: hidden;
        display: flex;
        .left,
        .right {
            flex: 1;
            background: #ffffff;
            padding: 0 30px;
            margin-right: 10px;
            .bzqk {
                width: 52px;
                height: 20px;
                display: inline-block;
                float: right;
                stroke-width: 1px;
                text-align: center;
                font-size: 14px;
            }
            .dw {
                color: #646464;
                font-family: Source Han Sans CN;
                font-size: 14px;
                margin-top: 5px;
            }
            .span {
                display: inline-flex;
                width: 4px;
                height: 18px;
                flex-shrink: 0;
                border-radius: 2px;
                background: #0F69FF;
            }
            .tittle {
                color: #646464;
                font-family: Source Han Sans CN;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                display: inline-block;
                margin: 0 10px;
                .racal {
                    display: inline-block;
                    width: 7px;
                    height: 7px;
                    margin-bottom: 3px;
                    flex-shrink: 0;
                    background: #4285F4;
                    border-radius: 50%;
                }
                .df {
                    display: inline-block;
                    width: 372px;
                    text-align: right;
                    span {
                        color: #30DC7F;
                    }
                }
                .gs {
                    color: #646464;
                    font-family: Source Han Sans CN;
                    font-size: 12px;
                    margin-left: 3px;
                }
            }
            .tittle_foot {
                flex-direction: row;
                width: 95%;
                justify-content: space-between;
            }
        }
        .flexClass {
            margin: 0 10px 0 0;
        }
        .left {
            flex: 0 0 41.8vw;
            .footTable {
                height: 100%;
                margin: 15px -22px 0 20px;
                overflow-y: scroll el-table {
                    width: 100%;
                    padding: 0;
                    margin: 0;
                }
            }
        }
    }
}

.flex {
    display: flex;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashbord {
    height: 258px;
    border-right: 1.5px dashed #4285F4;
    position: absolute;
    top: 40px;
    left: 5px;
}

.jsgcgl {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.dfFlx{ 
    display: flex;
    justify-content: space-between;
}
.progress{ 
    width:82%;
}