_footer.css 1.09 KB
.yoho-footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 640px;
    font-size: 24px;
    background-color: #fff;
    position: relative;

    .op-row {
        padding: 0 30px;
        height: 120px;
        line-height: 120px;
        span {
            display: inline-block;
            overflow: hidden;
        }
        a {
            display: inline-block;
            overflow: hidden;
        }
        .user-name {
            text-decoration: underline;
            margin-left: 0.3em;
            margin-right: 1em;
            max-width: 200px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

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

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

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

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

}