Blame view

public/scss/home/_my-guang.css 469 Bytes
lijing authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.my-guang-page {
    .null {
        height: 240px;
        width: 100%;
        position: absolute;
        text-align: center;
        top: 50%;
        margin-top: -120px;

        span {
            color: #b0b0b0;
            font-size: 24px;
            margin-top: 20px;
        }
    }

    .icon-null {
        width: 188px;
        height: 171px;
20
        background: url("/home/fav/fav-null.png");
lijing authored
21 22 23 24
        margin: 0 auto;
        margin-bottom: 30px;
    }
}