Blame view

public/scss/passport/_bind.css 403 Bytes
1 2
.bind-page {
    .bind-tip {
姜枫 authored
3 4 5 6 7
        color: #fff;
        font-size: 15PX;
    }

    #yohood {
王水玲 authored
8
        background-image: resolve("./common/yohood.png");
姜枫 authored
9 10 11 12 13 14 15 16 17
        background-size: 40%;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position-x: 10%;
        background-position-y: 40%;
        border: none;
        border-bottom: 4PX solid #fff;

    }
18
}