Blame view

public/scss/passport/_welcome.css 921 Bytes
htoooth authored
1 2
.welcome-page {
    color: #7f7f7f;
毕凯 authored
3
    text-align: center;
htoooth authored
4 5 6 7 8 9 10

    .content {
        padding-top: 82px;
    }

    .wel-title {
        margin-bottom: 30px;
毕凯 authored
11
        font-size: 30px;
htoooth authored
12 13 14

        em {
            color: #ff1901;
毕凯 authored
15
            font-style: normal;
htoooth authored
16 17 18 19 20
        }
    }

    .wel-sub-title {
        margin-bottom: 60px;
毕凯 authored
21
        font-size: 16px;
htoooth authored
22 23 24 25 26 27 28 29 30 31 32
    }

    .link {
        display: block;

        span {
            color: #7f7f7f;
        }
    }

    .link-img {
毕凯 authored
33
        margin-bottom: 10px;
htoooth authored
34
        width: 91px;
毕凯 authored
35
        height: 91px;
htoooth authored
36 37 38 39 40 41 42 43
        background-size: 100% 100%;
    }

    .go-shopping {
        float: left;
        padding-left: 100px;

        div {
yyq authored
44
            background-image: resolve("passport/go-shopping.png");
htoooth authored
45 46 47 48 49 50 51 52
        }
    }

    .complete-info {
        float: right;
        padding-right: 100px;

        div {
yyq authored
53
            background-image: resolve("passport/edit-info.png");
htoooth authored
54 55
        }
    }
毕凯 authored
56
}