system_detail.scss 5.67 KB
.head{
    ul{
        position: relative;
        .to_li {
            position: absolute;
            display: block;
            width: 40px;
            height: 5px;
            background: #C70009;
            border-radius: 49px 21px 0px 0px;
            bottom: -34px;
            left: 33.5%;
        }
    }
}
// 详情区域
.fen{
    width: 81.25rem;
    margin: 0 auto;
    // title区域
    .title{
        // float: left;
        font-size: 30px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 900;
        color: #3D3D3D;
        line-height: 56px;
        display: flex;
        align-items: center;
        margin-top: 46px;
        &::before{
            content: "";
            display: inline-block;
            width: 6px;
            height: 56px;
            margin-right: 20px;
            background-color: #C70009;
        }
    }
    .two{
        width: 100%;
        // width: 59.2331rem;
        margin-left: 20px;
        font-size: 22px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        color: #000000;
        line-height: 56px;
        margin-top: 21px;
    }
}

// 详情内容区域
.content{
    width: 81.25rem;
    margin: 0 auto;
    .sys_pic{
        display: block;
        width: 100%;
    }
    .p_pic{
        width: 100%;
        margin-top: 40px;
        position: relative;
        height: 600px;
        // display: flex;
        // justify-content: space-between;
        img{
            position: absolute;
            z-index: 1;
            // float: left;
            left: 0;
            bottom: 15px;
            width: 301px;
            height: 544.96px;
            display: block;
            border-radius: 10px 10px 10px 10px;
        }
        .p_text{
            position: absolute;
            width: 63.385rem;
            background-color: #F7F7F9;
            right: 0;
            top: 0;
            border-radius: 10px 10px 10px 10px;
            overflow: hidden;
            padding-left: 40px;
            p{
                width: 95%;
            }
            .lef{
                width: 842.25px;
                margin: 0 auto;
                // padding-left: 40px;
                position: relative;
                overflow: hidden;
                .center{
                    font-size: 16px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 400;
                    color: #787878;
                    line-height: 35px;
                    margin-top: 20px;
                    padding-bottom: 30px;
                    text-align: justify;
                }
                .top{
                    font-size: 24px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 700;
                    color: #C70009;
                    line-height: 56px;
                    margin-top: 20px;
                    &::after{
                        content: "";
                        display: block;
                        width: 73px;
                        height: 2px;
                        background-color: #C70009;
                    }
                }
                .wid1{
                    width: 100%;
                    bottom: 0;
                }
            }
        }
    } 
    .bot{
        width: 100%;
        background-color: #F7F7F9;
        border-radius: 10px 10px 10px 10px;
        padding: 12px 0px 24px 0px;
        margin-top: 40px;
        p{
            width: 95%;
            margin-left: 42px;
            &:nth-child(1){
                font-size: 24px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 700;
                color: #C70009;
                line-height: 56px;
                margin-top: 10px;
                
                &::after{
                    content: "";
                    display: block;
                    width: 73px;
                    height: 2px;
                    background-color: #C70009;
                }
            }
            &:nth-child(2){
                font-size: 16px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 400;
                color: #787878;
                line-height: 32px;
                margin-top: 15px;
                text-align: justify;
            }
        }
        .sys_detail_img{
            display: block;
            width: 96%;
            height: 100%;
            // margin: 0 auto;
            // text-align: left;
        }
        .tab1{
            width: 94%;
            height: 400px;
            border: 1px solid #e7b1b1;
            margin: 40px auto;
            border-collapse: collapse;
            // border-radius: 30px;
            tr{
                td{
                    width: 50%;
                    border: 1px solid #e7b1b1;
                    font-size: 20px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 700;
                    color: #000000;
                    line-height: 43px;
                    text-align: center;
                }
            }
        }
        .tab2{
            width: 94%;
            height: 836.02px;
            border: 1px solid #e7b1b1;
            margin: 40px auto;
            border-collapse: collapse;
            tr{
                td{
                    border: 1px solid #e7b1b1;
                    text-align: center;
                    font-size: 20px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 700;
                    color: #000000;
                    line-height: 43px;
                }
            }
        }
    }
}