_footer.css 917 Bytes
.blk-footer {
    background: #fff;

    .center-content {
        border-top: 2px solid #eee;
    }

    .about-us {
        line-height: 88px;
        font-size: 14px;
        font-weight: bold;

        li {
            float: left;
            width: 20%;
            text-align: center;
        }
    }

    .record-info {
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
        padding: 15px 0;
    }

    .return-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #000;
        opacity: 0.5;
        position: fixed;
        left: 50%;
        bottom: 20px;
        margin-left: 595px;
        cursor: pointer;
        z-index: 3;

        .iconfont {
            color: #fff;
        }

        &.for-min {
            right: 20px;
            left: auto;
            margin-left: auto;
        }
    }
}