Blame view

public/scss/common/offline.page.css 600 Bytes
郭成尧 authored
1 2 3 4 5 6 7 8 9 10 11 12
.offline-page {
    .offline-box {
        width: 100%;
        position: fixed;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
    }

    .offline-bg {
        height: 200px;
        width: 200px;
郭成尧 authored
13
        background: url("https://cdn.yoho.cn/pwa/404.png") no-repeat;
郭成尧 authored
14 15 16
        background-size: 100% 100%;
        display: inline-block;
    }
毕凯 authored
17
郭成尧 authored
18 19 20 21 22 23 24 25 26 27 28 29 30
    .slogan {
        margin-top: 40px;
    }

    .refresh {
        width: 240px;
        margin-top: 40px;
        padding: 20px;
        border-radius: 4px;
        background-color: #444;
        color: #fff;
    }
}