Blame view

static/sass-bak/me/_yoho-coin-new.scss 1.72 KB
毕凯 authored
1
.yoho-coin-new-page {
2 3
    background-color: #f0f0f0;
    margin-top: pxToRem(30px);
4 5
    .coin{
        text-align: center;
6
        background-color: #fff;
7
    }
毕凯 authored
8 9
    .coin-num {
        color: #d0021b;
uedxwg authored
10
        font-size: pxToRem(80px);
毕凯 authored
11
        font-weight: bold;
uedxwg authored
12
        line-height: pxToRem(88px);
13
        // letter-spacing: pxToRem(8px);
毕凯 authored
14 15 16
    }

    .info {
17
        width: auto;
毕凯 authored
18 19
        color: #b0b0b0;
        font-size: pxToRem(24px);
20
        line-height: 1rem;
毕凯 authored
21 22 23 24 25
        .dollar {
            display: inline-block;
            width: pxToRem(24px);
            height: pxToRem(24px);
            background: image-url("me/yoho-coin/dollar.png") center center;
26
            background-size: 100% 100%;
毕凯 authored
27 28 29 30 31
        }
    }

    .more {
        display: inline-block;
32
        margin: pxToRem(20px) 0 pxToRem(30px);
毕凯 authored
33
        color: #444;
34 35 36 37
        font-size: pxToRem(28px);
        line-height: pxToRem(44px);
        width: pxToRem(168px);
        height: pxToRem(42px);
毕凯 authored
38 39
        text-align: center;
        border: 1px solid #444;
40
        border-radius: pxToRem(22px);
毕凯 authored
41 42 43 44 45 46 47
    }

    .coin-tip {
        margin-bottom: pxToRem(30px);
        padding: pxToRem(20px) pxToRem(30px);
        font-size: pxToRem(24px);
        line-height: pxToRem(32px);
48
        color: #d0021b;
毕凯 authored
49 50 51 52 53 54 55 56
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;

        .icon {
            display: inline-block;
            width: pxToRem(32px);
            height: pxToRem(32px);
            font-weight: bold;
57
            border: 2px solid #d0021b;
毕凯 authored
58 59 60 61 62
            border-radius: 50%;
        }
    }

    .banner {
63 64
        padding-top: pxToRem(30px);
        border-top: 1px solid #e0e0e0;
65 66 67 68 69 70

        a {
            img {
                width: 100%;
            }
        }
毕凯 authored
71 72
    }
}