Blame view

public/scss/passport/_success.css 583 Bytes
姜枫 authored
1 2 3 4
.success-page {
    color: #fefefe;

    .success-icon {
王水玲 authored
5 6 7
        width: 74PX;
        height: 74PX;
        margin: 60PX auto 30PX;
姜枫 authored
8 9 10 11 12
        background: resolve("passport/success.png");
        background-size: 100%;
    }

    .success-tip {
王水玲 authored
13 14
        padding: 10PX;
        font-size: 16PX;
姜枫 authored
15 16 17 18 19
        line-height: 1.5;
    }

    .go {
        display: block;
王水玲 authored
20 21 22 23 24
        margin: 30PX auto;
        width: 270PX;
        height: 40PX;
        font-size: 14PX;
        line-height: 40PX;
姜枫 authored
25
        color: #fff;
26
        background: rgba(255, 255, 255, 0.4);
王水玲 authored
27
        border-radius: 5PX;
姜枫 authored
28 29
    }
}