PayOrder.scss 6.26 KB
Newer Older
zhanghaozhe committed
1
@import "src/assets/css/variable";
wangshuo committed
2
.pay-order {
zhanghaozhe committed
3 4 5
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 50px;
wangshuo committed
6

zhanghaozhe committed
7 8
    .order-number {
        background-color: #fff;
wangshuo committed
9

zhanghaozhe committed
10 11 12 13
        span {
            font-size: 15px;
            color: #333333;
        }
wangshuo committed
14

zhanghaozhe committed
15 16 17 18
        .number {
            font-size: 12px;
            color: #666666;
        }
wangshuo committed
19

zhanghaozhe committed
20 21 22
        .money {
            color: #ff3131;
        }
wangshuo committed
23 24
    }

zhanghaozhe committed
25 26 27 28 29 30
    .pay-type-list {
        .am-list-body {
            &::after {
                display: none;
            }
        }
wangshuo committed
31

zhanghaozhe committed
32 33 34 35 36
        .am-list-header {
            color: #333333;
            font-size: 15px;
            background-color: #fff;
        }
wangshuo committed
37

zhanghaozhe committed
38 39 40 41
        .iconalipay {
            font-size: 22px;
            color: #01aaef;
        }
wangshuo committed
42

zhanghaozhe committed
43 44 45 46
        .iconweixinzhifu {
            font-size: 22px;
            color: #3baf34;
        }
wangshuo committed
47

zhanghaozhe committed
48 49 50 51
        .iconhuabei {
            font-size: 22px;
            color: #01aaef;
        }
wangshuo committed
52

zhanghaozhe committed
53 54 55 56 57 58
        .am-radio-inner {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #c1c1c1;
        }
wangshuo committed
59

zhanghaozhe committed
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
        .am-radio-inner:after {
            display: block;
            border-color: #fff;
            top: 0;
            right: 6px;
        }

        .am-radio.am-radio-checked .am-radio-inner {
            background-color: #009aff;
            border-radius: 50%;
            width: 20px;
            height: 20px;
        }

        .am-radio.am-radio-checked .am-radio-inner:after {
            display: block;
        }
wangshuo committed
77 78
    }

zhanghaozhe committed
79 80 81 82
    .pay-tip {
        width: 100%;
        height: 30px;
        line-height: 30px;
wangshuo committed
83
        text-align: center;
zhanghaozhe committed
84 85 86 87 88 89 90 91
        font-size: 12px;
        color: #ff3131;
        background-color: #fff4ce;
    }

    .pay-button {
        position: fixed;
        bottom: 0;
wangshuo committed
92 93 94
        width: 100%;
        height: 44px;
        line-height: 44px;
zhanghaozhe committed
95 96 97 98 99
        text-align: center;
        color: #fff;
        font-size: 18px;
        background-color: #18b4ed;
        z-index: 9;
wangshuo committed
100 101
    }

zhanghaozhe committed
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
    .check-staging {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, $alpha: 0.6);
        z-index: 19;

        .container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 300px;
            border-radius: 6px;
            background-color: #FFF;
            padding-bottom: 10px;

            .check-title {
                color: #333333;
                font-size: 16px;
                text-align: center;
                width: 100%;
                height: 44px;
                line-height: 44px;
                border-bottom: 1px solid #DDDDDD;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
            }
        }
wangshuo committed
133

zhanghaozhe committed
134 135 136
        .am-list-item .am-list-line .am-list-extra {
            flex-basis: 16%;
        }
137

zhanghaozhe committed
138 139 140 141 142 143 144
        .am-radio-inner {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 1px solid #BFBFBF;
            background-color: #fff;
        }
145

zhanghaozhe committed
146 147 148 149 150 151
        .am-radio-inner:after {
            display: block;
            border-color: #fff;
            top: 0;
            right: 6px;
        }
152

zhanghaozhe committed
153 154 155 156 157 158 159
        .am-radio.am-radio-checked .am-radio-inner {
            background-color: #009aff;
            border: 1px solid #FFF;
            border-radius: 50%;
            width: 20px;
            height: 20px;
        }
160

zhanghaozhe committed
161 162 163
        .am-radio.am-radio-checked .am-radio-inner:after {
            display: block;
        }
164 165
    }

zhanghaozhe committed
166 167 168
    .order-info {
        position: relative;
        flex: 1;
169

zhanghaozhe committed
170 171
        .order-title {
            font-size: 16px;
xuzhenghua committed
172
            color: $color_525B65;
zhanghaozhe committed
173
        }
174

zhanghaozhe committed
175 176
        .order-content {
            font-size: 14px;
xuzhenghua committed
177
            color: #777;
zhanghaozhe committed
178 179
            margin-top: 14px;
            line-height: 18px;
180 181 182 183 184
        }

    .order-des {
      height: 24px;
      line-height: 33px;
xuzhenghua committed
185 186
      position: absolute;
      bottom: 0;
187

zhanghaozhe committed
188 189 190 191 192 193 194 195 196 197 198
            .order-newprice {
                font-size: 16px;
                color: $redprice;
            }

            .order-price {
                font-size: 12px;
                color: $color_999;
                margin-left: 15px;
                text-decoration: line-through;
            }
199 200 201
        }
    }

zhanghaozhe committed
202 203 204
    .v-list-item {
        padding: 10px 15px;
        background-color: #fff;
205 206 207

    .content {
      border: none;
xuzhenghua committed
208
      padding-bottom: 0;
209

zhanghaozhe committed
210 211 212
            .cover {
                flex: inherit;
                width: 42.2%;
213 214 215

        img {
          width: 100%;
xuzhenghua committed
216
          height: 100%;
217 218
        }

zhanghaozhe committed
219 220 221 222
                .course-status {
                    background-color: rgba(224, 46, 36, 0.6);
                }
            }
223 224
        }

zhanghaozhe committed
225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281
        .info {
            width: 52.3%;
            position: relative;
            display: block;

            .title {
                font-size: 16px;
                color: $color_333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                height: 16px;
                line-height: 16px;
            }

            .contact {
                font-size: 14px;
                color: $color_666;
                margin-top: 14px;
            }

            .des {
                position: absolute;
                bottom: 0;

                .course-price {
                    .price {
                        color: $red;
                        font-size: 12px;
                    }

                    .new {
                        color: $red;
                        font-size: 16px;
                    }

                    .old {
                        color: $color_999;
                        font-size: 12px;
                        display: inline-block;
                        margin-left: 15px;
                        text-decoration: line-through;
                    }
                }

                .isbuy {
                    display: inline-block;
                    width: 61px;
                    height: 18px;
                    background-color: $bg_active;
                    border-radius: 9px;
                    color: $white;
                    font-size: 12px;
                    text-align: center;
                    line-height: 18px;
                }
            }
282 283
        }
    }
wangshuo committed
284
}