Blame view

public/scss/home/_qrcode.css 3.39 KB
weiqingting authored
1 2 3 4 5 6 7 8 9 10
.qrcode {
    font-size: 12px;

    .subtitle {
        margin: 20px 10px 0 10px;
        font-weight: 400;
        border: 1px solid #e6e6e6;
        height: 21px;
        line-height: 21px;
        padding-left: 23px;
周少峰 authored
11
        background: resolve(home/complaint-icon.png) no-repeat 5px 5px #efefef;
weiqingting authored
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

        h2 {
            float: left;
            color: #333;
        }

        .pad20 {
            padding: 0 20px;
        }

        .r-go {
            color: #3f919f;
            float: right;
            padding-right: 20px;
        }
    }

    .question {
        line-height: 20px;

        .main-info {
            padding: 20px 10px 10px;

            p.tro {
                padding-left: 20px;
            }
        }

        .p1 {
            padding-bottom: 10px;
            font-weight: 700;
            padding-left: 25px;
周少峰 authored
44
            background: resolve(home/qr-tip.png) no-repeat -22px 3px;
weiqingting authored
45 46 47 48 49
        }

        .gray {
            color: #8e8e8e;
            padding-left: 25px;
周少峰 authored
50
            background: resolve(home/qr-tip.png) no-repeat 3px -24px;
weiqingting authored
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
        }
    }

    .qrcmain {
        width: 500px;
        margin: 0 auto;
        margin-top: 40px;
        position: relative;

        .qrcim {
            width: 153px;
            margin: 0 auto;

            img {
                display: block;
                width: 100%;
                height: 153px;
                margin-bottom: 20px;
            }
        }

        .qrctxt {
            height: 233px;
            overflow: hidden;
            position: relative;
weiqingting authored
76 77 78 79
            text-align:inherit;
            p{
                text-align:left
            }
weiqingting authored
80 81
            label {
                width: 60px;
weiqingting authored
82 83 84
                display: block;
                text-align:center;
                float:left;
weiqingting authored
85 86 87 88 89 90 91 92
            }

            li {
                float: left;
                line-height: 20px;
                width: 100%;
                position: absolute;
            }
weiqingting authored
93 94 95 96

            .center{
                text-align:center;
            }
weiqingting authored
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
        }

        .btn-qcode {
            font-size: 18px;
            line-height: 32px;
            width: 148px;
            height: 32px;
            display: block;
            text-align: center;
            color: #fff;
            background-color: #e30038;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 20px;
            border: 1px solid #e90150;
            border-radius: 2px;
        }

        .qrcmain-switch a {
            position: absolute;
            top: 50%;
            margin: -20px 0 0;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            z-index: 2;
            color: #fff;
            background: #000;
        }

        .qrcmain-switch a.prev {
            left: 0;
        }

        .qrcmain-switch a.next {
            right: 0;
        }

        .qrcmain-switch a.gray {
            opacity: 0.55;
        }
    }
weiqingting authored
140 141

}
周少峰 authored
142 143 144
.print_qrcode {
    width: 613px;
    height: 860px;
weiqingting authored
145
    margin: 0 auto;
周少峰 authored
146 147 148
    position: relative;

    .print_content {
weiqingting authored
149
        width: 180px;
周少峰 authored
150 151 152 153 154 155 156 157 158 159
        position: absolute;
        top: 54px;
        left: 340px;

        li {
            margin-bottom: 2px;

            img {
                width: 120px;
                height: 120px;
weiqingting authored
160
            }
周少峰 authored
161 162 163

            p {
                font-size: 12px;
weiqingting authored
164 165 166 167
                line-height: 16px;
            }
        }
    }
weiqingting authored
168
}