Blame view

public/scss/home/_message.css 5.22 KB
lijing authored
1 2 3
.massage-page {
    margin-top: 16px;
    padding-bottom: 24px;
ccbikai(👎🏻🍜) authored
4
5 6 7 8 9 10
    .err {
        text-align: center;
        line-height: 40px;
        font-size: 30px;
        margin-top: 200px;
    }
lijing authored
11 12 13 14 15 16 17 18 19 20 21 22

    .massage-list {
        padding: 12px 100px 12px 24px;
        border-bottom: 1px solid #f8f8f8;
        position: relative;
        overflow: hidden;

        p {
            font-size: 28px;
            color: #222;
        }
lijing authored
23 24 25 26 27 28 29 30 31 32
        .ticket-pic {
            display: block;
            width: 580px;
            overflow: hidden;
            margin: 20px auto 30px;
            position: relative;
        }

        .ticket-btn {
            width: 580px;
郭成尧 authored
33
        }
lijing authored
34
郭成尧 authored
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
        .ticket-btn .ticket-btn-c {
            width: 420px;
            border-top: solid 1px #e0e0e0;
            clear: both;
            margin: 55px auto 0;

            div {
                width: 200px;
                margin: -25px auto 0;
                height: 54px;
                background-color: #fff;

                a {
                    width: 152px;
                    height: 50px;
                    border: solid 2px #d0021b;
                    color: #fff;
                    font-size: 24px;
                    display: block;
                    text-align: center;
                    line-height: 50px;
                    border-radius: 25px;
                    margin: 0 auto;
                    background-color: #d0021b;
                }
lijing authored
60
郭成尧 authored
61 62 63 64
                .disable {
                    background-color: #b0b0b0;
                    color: #fff;
                    border-color: #b0b0b0;
lijing authored
65 66 67 68
                }
            }
        }
lijing authored
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
        span {
            font-size: 24px;
            color: #999;
        }

        i {
            position: absolute;
            right: 48px;
            top: 24px;
            color: #ccc;
        }

        strong {
            width: 8px;
            height: 8px;
            position: absolute;
lijing authored
85 86
            left: 10px;
            top: 24px;
lijing authored
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
            background: #f00;
            border-radius: 50%;
        }
    }

    .massage-main {
        border-bottom: 1px solid #f8f8f8;
        padding: 12px;
        margin-left: 10px;
        margin-bottom: 10px;

        h6 {
            margin-bottom: 8px;
        }

        span {
            color: #656565;
        }
    }

    .sale-btn {
        background-color: #ea2622;
        color: #fff;
lijing authored
110
        padding: 5px 10px;
lijing authored
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 140 141 142 143
    }

    .coupon-item {
        margin-left: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8;
        margin-top: 10px;

        .coupon-img {
            width: 128px;
            height: auto;
            overflow: hidden;
            float: left;
            margin-right: 16px;

            img {
                width: 100%;
                height: auto;
            }
        }

        .coupon-info {
            font-size: 24px;

            span {
                color: #f00;
            }
        }

        .coupon-action {
            width: 110px;
            font-size: 24px;
            letter-spacing: 2px;
lijing authored
144
            margin: 3px 0 0;
lijing authored
145 146 147 148 149 150 151 152 153 154 155 156 157 158
            height: 35px;
            line-height: 35px;
            background: #ed0010;
            text-align: center;
            margin-left: 144px;

            a {
                display: block;
                color: #fff;
                width: 100%;
                height: 100%;
            }
        }
    }
lijing authored
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176

    .birth-type-c {
        padding: 0 30px;

        .title {
            color: #444;
            font-size: 28px;
            border-bottom: solid 1px #e0e0e0;
            line-height: 88px;

            span {
                font-size: 20px;
                color: #b0b0b0;
            }
        }

        .ticket-list {
            padding-top: 30px;
郭成尧 authored
177
        }
lijing authored
178
郭成尧 authored
179 180 181 182 183 184 185 186 187 188 189
        .ticket-list .ticket {
            margin-bottom: 30px;
            width: 580px;
            height: 168px;
            background-image: resolve("home/employ/employ2.png");
            background-position: top center;
            background-repeat: no-repeat;
            background-size: 100% 100%;

            .left {
                width: 200px;
lijing authored
190
                height: 168px;
郭成尧 authored
191 192 193 194 195 196
                color: #fff;
                font-size: 90px;
                line-height: 168px;
                text-align: center;
                float: left;
                overflow: hidden;
lijing authored
197
郭成尧 authored
198 199 200 201 202
                span {
                    float: left;
                    margin-left: 10px;
                    font-size: 50px;
                }
lijing authored
203
郭成尧 authored
204 205
                div {
                    overflow: hidden;
lijing authored
206
                }
郭成尧 authored
207
            }
lijing authored
208
郭成尧 authored
209 210 211 212 213
            .right {
                width: 270px;
                padding: 30px 0;
                height: 168px;
                float: left;
lijing authored
214
郭成尧 authored
215 216 217 218 219 220
                .first {
                    width: 240px;
                    overflow: hidden;
                    font-size: 26px;
                    line-height: 40px;
                    height: 80px;
lijing authored
221 222
                }
郭成尧 authored
223 224 225 226
                p {
                    font-size: 18px;
                    color: #fff;
                    line-height: 30px;
lijing authored
227 228
                }
            }
郭成尧 authored
229 230 231 232 233 234 235

            .btn {
                width: 110px;
                height: 168px;
                float: left;
                display: block;
            }
lijing authored
236 237
        }
    }
lijing authored
238
}