Blame view

public/scss/common/suspend-home.scss 385 Bytes
沈志敏 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.suspend-home {
    position: fixed;
    right: 30px;
    bottom: 140px;
    z-index: 10;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 88px;

    a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .iconfont {
        color: #fff;
        font-size: 36px;
    }
郭成尧 authored
23
}