footer.scss 1.79 KB
// 尾部
.fot{
    width: 1920px;
    margin: 0 auto;
    margin-top: 70px;
    .all_ul{
        width: 100%;
        padding: 33px 0px 40px 0px;
        background-color: #F7F7F9;
        display: flex;
        justify-content: space-evenly;
        .ul1{
            span{
                font-size: 20px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 900;
                color: #3D3D3D;
                line-height: 56px;
            }
            ul{
                li{
                    font-size: 13px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 500;
                    color: #757575;
                    line-height: 18px;
                    margin: 10px 0px;
                }
            }
        }
    }
    .bot_logo{
        width: 100%;
        background-color: #354C96;
        padding: 10px 0;
        .logo_text{
            width: 81.25rem;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            .lef{
                display: flex;
                // justify-content: center;
                align-items: center;
                img{
                    height: 59.84px;
                }
                span{
                    margin-left: 80px;
                    font-size: 14px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 500;
                    color: #FFFFFF;
                    line-height: 56px;
                }
            }
        }
        p{
            font-size: 14px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 500;
            color: #FFFFFF;
            line-height: 56px;
        }
    }
}