technology_detail.scss 6.6 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: 46%;
        }
    }
}

// 详情区域
.fen {
    width: 81.25rem;
    margin: 0 auto;
    margin-bottom: 40px;

    // 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: 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;
    margin-top: 50px;
    height: auto;

    .sys_pic {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .p_pic {
        width: 100%;
        // margin-top: 55px;
        position: relative;
        height: 620px;

        // display: flex;
        // justify-content: space-between;
        img {
            position: absolute;
            z-index: 1;
            // float: left;
            right: 0;
            bottom: 0;
            width: 531px;
            height: 575.58px;
            display: block;
            border-radius: 10px 10px 10px 10px;
        }

        .p_text {
            height: 100%;
            position: absolute;
            width: 998.28px;
            background-color: #F7F7F9;
            left: 0;
            bottom: 0;
            border-radius: 10px 10px 10px 10px;
            overflow: hidden;

            .lef {
                width: 651.23px;
                margin-left: 43px;
                // padding-left: 40px;
                position: relative;
                overflow: hidden;
                padding-bottom: 20px;
                height: 100%;

                .center {
                    height: 86%;
                    font-size: 16px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 400;
                    color: #787878;
                    line-height: 43px;
                    margin-top: 20px;
                    text-align: justify;
                    overflow: scroll;
                    padding-right: 20px;
                    padding-bottom: 20px;
                    &::-webkit-scrollbar {
                        width: 6px;
                        // height: 10px;
                        border-radius: 171px 171px 171px 171px;
                    }

                    &::-webkit-scrollbar-thumb {
                        background-color: #bf464c;
                        border-radius: 10px;
                    }

                    &::-webkit-scrollbar-track {
                        background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
                        border-radius: 171px 171px 171px 171px;
                    }

                    // padding-bottom: 30px;
                }

                .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: 30px;

        p {
            width: 95%;
            margin-left: 42px;
            overflow: hidden;

            &: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;
            }
        }

        .tab1 {
            width: 94%;
            // height: 400px;
            border: 1px solid #e7b1b1;
            margin: 40px auto;
            border-collapse: collapse;

            // border-radius: 30px;
            tr {
                &:first-child {
                    td {
                        background-color: #D9DDEA;
                        font-size: 24px;
                        font-family: Source Han Sans, Source Han Sans;
                        font-weight: 700;
                        color: #000000;
                        line-height: 43px;
                    }
                }

                td {
                    border: 1px solid #e7b1b1;
                    font-size: 20px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 500;
                    color: #787878;
                    line-height: 43px;
                    text-align: center;
                    padding: 15px 0;

                    &:nth-child(1) {
                        width: 60%;
                    }
                }

                .bolds {
                    background-color: #D9DDEA;
                    font-size: 24px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 700;
                    color: #000000;
                    line-height: 43px;
                }
            }

        }
    }
}