Blame view

public/scss/passport/_app-update.css 430 Bytes
郭成尧 authored
1
.app-update {
2
    background: resolve("app-update.png");
zzzzzzz authored
3
    background-size: 100% 100%;
zzzzzzz authored
4
    width: 100%;
5
    height: height("app-update.png");
zzzzzzz authored
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

    button {
        position: absolute;
        left: 50%;
        bottom: 220px;
        height: 90px;
        width: 470px;
        margin-left: -235px;
        padding: 0;
        background: #444;
        color: #fff;
        font-size: 30px;
        border-radius: 10px;
    }
}