_footer.scss 1.01 KB
.yoho-footer {
    font-size: 12px;
    background-color: #fff;
    position: relative;

    .op-row {
        padding: 0 15px;
        height: 60px;
        line-height: 60px;
        span{
            display: inline-block;
            overflow:hidden;
        }
        a{
            display: inline-block;
            overflow:hidden;
        }
        .user-name {
            text-decoration: underline;
            margin-left: .3em;
            margin-right: 1em;
            max-width: 200rem / $pxConvertRem;
            text-overflow:ellipsis;
            white-space:nowrap;
        }

        .back-to-top {
            position: absolute;
            right: 20px;
        }

        .sep-line {
            margin: 0 0.3em;
        }
    }

    .copyright {
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #ccc;
        text-align: center;
        color: #666;
        background-color: #eee;
    }

    &.bottom {
        position: fixed;
        width: 100%;
        bottom: 0;
    }

}