contact.scss 5.18 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: 93.4%;
        }
    }
}
.contact_cont {
    width: 100%;
    margin-top: 23px;

    .content {
        width: 81.25rem;
        // height: 100px;
        margin: 0 auto;
        overflow: hidden;

        div {
            background-color: #F7F7F9;
            border-radius: 10px;
            overflow: hidden;
            margin-top: 22px;
            transition: all linear 800ms;
            // padding-bottom: 20px;
            &:hover {
                background: url(../../imgs/contact/bg.jpg) center center no-repeat;
                background-size: 100% 100%;
                box-shadow: 27px 21px 44px 0px rgba(24, 35, 80, 0.18);

                .one {
                    color: #FCD106;

                    &::after {
                        background-color: #FCD106;
                    }
                }

                .two,
                .thr,
                .fou {
                    color: #DFDFDF;
                    span {
                        color: #FCD106;
                    }
                }
                .two {
                    margin-top: 30px;
    
                    &::before {
                        content: "";
                        display: inline-block;
                        width: 18px;
                        height: 20px;
                        background: url(../../imgs/contact/addr_yellow.png) center center no-repeat;
                        background-size: 100%;
                        margin-top: 4px;
                        margin-right: 16px;
                    }
                }
    
                .thr {
                    &::before {
                        content: "";
                        display: inline-block;
                        width: 16px;
                        height: 20px;
                        background: url(../../imgs/contact/tel_yellow.png) center center no-repeat;
                        background-size: 100%;
                        margin-top: 4px;
                        margin-right: 16px;
                    }
                }
    
                .fou {

                    &::before {
                        content: "";
                        display: inline-block;
                        width: 20px;
                        height: 19px;
                        background: url(../../imgs/contact/mail_yellow.png) center center no-repeat;
                        background-size: 100%;
                        margin-top: 4px;
                        margin-right: 16px;
                    }
                }
            }

            p {
                width: 1162.98px;
                margin: 0 auto;
            }

            .one {
                font-size: 24px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 700;
                color: #C70009;
                line-height: 40px;
                margin-top: 20px;

                &::after {
                    content: "";
                    width: 73px;
                    height: 2px;
                    display: block;
                    background-color: #C70009;
                    margin-top: 10px;
                }
            }

            .two,
            .thr,
            .fou {
                font-size: 18px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 500;
                color: #787878;
                line-height: 40px;

                span {
                    font-size: 20px;
                    font-weight: 600;
                    color: #C70009;
                }
            }

            .two {
                margin-top: 30px;

                &::before {
                    content: "";
                    display: inline-block;
                    width: 18px;
                    height: 20px;
                    background: url(../../imgs/contact/addr_red.png) center center no-repeat;
                    background-size: 100%;
                    margin-top: 4px;
                    margin-right: 16px;
                }
            }

            .thr {
                &::before {
                    content: "";
                    display: inline-block;
                    width: 16px;
                    height: 20px;
                    background: url(../../imgs/contact/tel_red.png) center center no-repeat;
                    background-size: 100%;
                    margin-top: 4px;
                    margin-right: 16px;
                }
            }

            .fou {
                padding-bottom: 24px;
                &::before {
                    content: "";
                    display: inline-block;
                    width: 20px;
                    height: 19px;
                    background: url(../../imgs/contact/mail_red.png) center center no-repeat;
                    background-size: 100%;
                    margin-top: 4px;
                    margin-right: 16px;
                }
            }
        }
    }
}