bargain-middle-page.scss 12.2 KB
Newer Older
zhanghaozhe committed
1
.bargain-middle-page {
xuzhenghua committed
2 3 4 5 6 7 8 9 10 11 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 44
  background: $bg_f4f4f4;
  padding-bottom: 50px;


  .indicator {
    color: $color_FE2F2F;
  }

  .price {
    color: $redprice;
  }

  .discount-price {
    color: $redprice;
    font-size: $font_16;
    margin-right: 14px;
  }

  .original-price {
    color: $color_999;
    font-size: $font_12;
    text-decoration: line-through;
  }


  & > .top {
    width: 100%;
    padding: 10px;
    background: $bg_FE2F2F;
    margin-bottom: 18px;

    .purchase-btn {
      position: absolute;
      right: 0;
      bottom: 2px;
      height: 22px;
      padding: 3px 4px;
      color: $white;
      font-size: $font_12;
      border: none;
      border-radius: 11px;
      background: $bg_ff3131;
      -webkit-appearance: none;
zhanghaozhe committed
45 46 47
    }


xuzhenghua committed
48 49 50 51 52 53
    .bargain-area {
      width: 355px;
      background: $white;
      border-radius: 3px;
      margin-bottom: 10px;
      padding-bottom: 20px;
zhanghaozhe committed
54

xuzhenghua committed
55
      .bargain-tip {
zhanghaozhe committed
56
        width: 100%;
xuzhenghua committed
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
        height: 45px;
        line-height: 45px;
        padding-left: 10px;
        border-bottom: 1px solid $sp_e7eaf1;
        color: $redprice;
        font-size: 14px;
      }

      .des {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
      }

      .v-list-item {
xuzhenghua committed
72
        padding: 15px 7px 10px 10px;
xuzhenghua committed
73 74 75

        .cover {
          margin-right: 10px;
xuzhenghua committed
76 77 78 79 80

          img {
            width: 125px;
            height: 90px;
          }
xuzhenghua committed
81
        }
zhanghaozhe committed
82

xuzhenghua committed
83 84
        .content {
          border-bottom: 1px solid $border_e7eaf1;
zhanghaozhe committed
85
        }
xuzhenghua committed
86
      }
zhanghaozhe committed
87

xuzhenghua committed
88 89 90
      .course-title {
        font-size: $font_14;
      }
zhanghaozhe committed
91

xuzhenghua committed
92 93 94
      .price-bar {
        position: relative;
      }
zhanghaozhe committed
95

xuzhenghua committed
96 97 98 99
      .bargain-detail {
        display: flex;
        flex-flow: column;
        padding: 0 10px;
zhanghaozhe committed
100

xuzhenghua committed
101 102 103 104
        .top {
          display: flex;
          justify-content: space-between;
          margin-bottom: 7px;
zhanghaozhe committed
105

xuzhenghua committed
106
          & > div:nth-child(1) {
zhanghaozhe committed
107
            font-size: $font_16;
xuzhenghua committed
108
          }
zhanghaozhe committed
109 110
        }

xuzhenghua committed
111 112
        .reduced-price {
          color: $redprice;
zhanghaozhe committed
113 114
        }

xuzhenghua committed
115 116 117 118 119 120 121 122 123 124
        .time {
          display: inline-block;
          width: 20px;
          height: 18px;
          background: $bg_666;
          border-radius: 2px;
          text-align: center;
          line-height: 18px;
          font-size: $font_12;
          color: $white;
zhanghaozhe committed
125 126
        }

xuzhenghua committed
127 128 129 130 131 132 133
        .sec {
          margin-right: 6px;
        }

        .inactive {
          color: $color_999;
        }
zhanghaozhe committed
134

xuzhenghua committed
135 136 137 138 139 140 141 142
        .middle {
          position: relative;
          width: 335px;
          height: 8px;
          background: $bg_E7E7E7;
          border-radius: 4px;
          overflow: hidden;
          margin-bottom: 7px;
zhanghaozhe committed
143

xuzhenghua committed
144 145 146 147 148 149 150 151
          span {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            height: 100%;
            background: $bg_FADD29;
          }
zhanghaozhe committed
152 153
        }

xuzhenghua committed
154 155 156 157
        .bottom {
          font-size: $font_14;
          margin-bottom: 7px;
        }
zhanghaozhe committed
158

xuzhenghua committed
159 160 161
        .button {
          display: flex;
          justify-content: center;
xuzhenghua committed
162
          margin-top: 10px;
xuzhenghua committed
163
        }
zhanghaozhe committed
164

xuzhenghua committed
165 166 167 168 169 170 171 172 173 174 175 176 177 178
        .artifact-btn {
          float: right;
          position: relative;
          top: -20px;
          width: 61px;
          height: 24px;
          background: $bg_FF4000;
          border-radius: 12px;
          font-size: 12px;
          border: none;
          color: $white;
        }

        .active-btn {
xuzhenghua committed
179 180 181 182 183 184 185 186
          width: 210px;
          height: 30px;
          box-shadow: 0px 1px 3px 0px rgba(255, 64, 0, 0.5);
          background: $bg_FADD29;
          border-radius: 15px;
          border: none;
          color: $bg_ff3131;
          -webkit-appearance: none;
xuzhenghua committed
187
          font-size: 16px;
zhanghaozhe committed
188 189
        }

xuzhenghua committed
190
        .invalid-btn {
xuzhenghua committed
191 192
          width: 210px;
          height: 30px;
xuzhenghua committed
193 194 195 196
          background: $bg_999;
          color: $white;
          font-size: 16px;
          box-shadow: none;
xuzhenghua committed
197 198
          border-radius: 15px;
          border: none;
zhanghaozhe committed
199
        }
xuzhenghua committed
200 201
      }
    }
zhanghaozhe committed
202

xuzhenghua committed
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
  }

  .bargain-records {
    width: 355px;
    height: 236px;
    background: #FFF9EC;
    border-radius: 3px;

    .title {
      height: 44px;
      line-height: 44px;
      font-size: $font_16;
      border-bottom: $sp_ddd;
      text-align: center;
      border-bottom: 1px solid $border_ddd;
    }

    ul {
      padding: 0 10px;

      li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid $border_ddd;

        .left, .right {
          display: flex;
          align-items: center;
zhanghaozhe committed
233 234
        }

xuzhenghua committed
235 236 237 238 239 240 241 242 243 244 245 246 247 248
        .avatar {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          margin-right: 11px;
        }

        .nickname {
          margin-right: 10px;
          font-size: $font_14;
          max-width: 130px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap
zhanghaozhe committed
249 250
        }

xuzhenghua committed
251 252 253 254 255 256 257
        .rank-tag {
          padding: 2px 5px;
          background: $bg_FE2F2F;
          color: $white;
          font-size: $font_12;
          flex: 0 0 auto;
          border-radius: 2px;
zhanghaozhe committed
258
        }
xuzhenghua committed
259
      }
zhanghaozhe committed
260 261 262
    }

    .more {
xuzhenghua committed
263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
      color: $color_555;
      font-size: $font_14;
      text-align: center;
      line-height: 40px;
    }
  }

  .bargain-course-list {
    background: $white;
    padding: 15px;

    ul {
      display: flex;
      flex-wrap: wrap;

      li:nth-child(odd) {
        margin-right: 15px;
      }
    }

    .title-wrapper {
      text-align: center;

      .title {
zhanghaozhe committed
287
        font-size: $font_16;
xuzhenghua committed
288 289 290 291 292
        margin-bottom: 10px;
      }

      .subtitle {
        font-size: $font_14;
xuzhenghua committed
293
        color: $color_FF4000;
xuzhenghua committed
294 295 296 297 298 299 300 301 302 303
      }
    }

    .course-title {
      margin-bottom: 10px;
      min-height: 38px;
    }

    .course-price {
      margin-bottom: 10px;
zhanghaozhe committed
304
    }
xuzhenghua committed
305 306 307 308 309 310 311 312 313

    .bargain {
      width: 165px;
      height: 30px;
      background: $bg_FADD29;
      border-radius: 2px;
      border: none;
      color: $color_FF4000;
      -webkit-appearance: none;
xuzhenghua committed
314 315 316
      display: inline-block;
      text-align: center;
      line-height: 30px;
xuzhenghua committed
317 318 319 320 321 322 323 324 325 326
    }

    .btns {
      display: flex;
      justify-content: space-between;

      .bargain-btn {
        width: 80px;
        height: 30px;
        background: $bg_FADD29;
xuzhenghua committed
327 328
        text-align: center;
        line-height: 28px;
xuzhenghua committed
329 330 331 332 333 334
        border: none;
        color: $color_FF4000;
        -webkit-appearance: none;
      }

      .invalid {
xuzhenghua committed
335 336
        width: 80px;
        height: 30px;
xuzhenghua committed
337 338
        background: $bg_999;
        color: $white;
xuzhenghua committed
339 340 341 342 343
        border: none;
        -webkit-appearance: none;
        border-radius: 2px;


xuzhenghua committed
344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375
      }

      .purchase-btn {
        width: 80px;
        height: 30px;
        background: $color_FF4000;
        color: $white;
        border-radius: 2px;
        border: none;
        -webkit-appearance: none;

      }
    }
  }

  .preferential {
    display: inline-block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: $font_16;
    color: $color_555;
    text-align: center;
  }

  .kanjia-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
  }

xuzhenghua committed
376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403
}

.bargain-public-number, .bargain-first, .bargain-second, .not-bargain {
  width: 300px;
  padding: 20px 0;
  background-color: $bg_fff;
  border-radius: 3px;
  text-align: center;
  margin: 200px auto 20px auto;
  position: relative;

  .ff4 {
    color: $color_FF4000;
  }

  .status-title {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }

  .status-dec {
    font-size: 12px;
    color: $color_666;
    height: 12px;
    line-height: 12px;
  }

xuzhenghua committed
404 405
  .bargain-href {
    display: inline-block;
xuzhenghua committed
406 407
    width: 260px;
    height: 30px;
xuzhenghua committed
408
    line-height: 28px;
xuzhenghua committed
409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486
    background-color: $bg_FADD29;
    color: $color_FF4000;
    font-size: 16px;
    border: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .top-img {
    position: absolute;
    width: 135px;
    height: 67px;
    top: -67px;
    margin-left: -67px;
  }

}

.bargain-public-number {
  height: 185px;

  .avait {
    position: absolute;
    top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .status-title {
    margin-top: 10px;
  }

  .status-dec {
    margin-top: 10px;
  }

  .public-number-img {
    width: 86px;
    height: 86px;
    margin-top: 15px;
  }

}

.bargain-first {
  height: 145px;

  .status-dec {
    margin-top: 15px;
  }
}

.bargain-second {
  height: 105px;
}

.not-bargain {
  height: 205px;
  padding: 15px 20px 20px 20px;

  .middle-img {
    width: 51px;
    height: 51px;
  }

  .status-title {
    height: 37px;
    line-height: 20px;
    font-size: 15px;
    margin-top: 10px;
  }

  .status-dec {
    margin-top: 15px;
  }
xuzhenghua committed
487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571
}


.artifact-box, .use-artifact-box {
  padding: 20px 0;
  background-color: $bg_fff;
  border-radius: 3px;
  text-align: center;
  margin: 200px auto 20px auto;
  position: relative;

  .top-img {
    position: absolute;
    width: 135px;
    height: 67px;
    top: -67px;
    margin-left: -67px;
  }

  .top-tip {
    font-size: 16px;
    color: $color_333;
    height: 16px;
    line-height: 16px;
  }

  .middle-tip {
    font-size: 14px;
    color: $color_333;
    height: 14px;
    line-height: 14px;
    margin-top: 15px;
  }

  .btm-tip {
    font-size: 14px;
    color: $color_666;
    height: 14px;
    line-height: 14px;
    margin-top: 10px;
  }

  .use-artifact {
    background-color: $bg_fff;
    width: 84px;
    height: 24px;
    font-size: 14px;
    border: 1px solid $redprice;
    border-radius: 12px;
    margin: 20px auto 0 auto;
    color: $redprice;
  }

  .tubuy {
    display: inline-block;
    margin-top: 17px;
    width: 81px;
    height: 24px;
    background-color: $redprice;
    border-radius: 12px;
    font-size: 16px;
    color: $white;
    border: none;
  }

  .indicator {
    color: $color_FE2F2F;
  }
}

.artifact-box {
  width: 300px;
  height: 130px;
}

.use-artifact-box {
  width: 300px;
  height: 148px;

  .middle-tip {
    color: $color_666;
  }

}

xuzhenghua committed
572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709
.close-bargain-success {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bargain-success {
  width: 290px;
  height: 109px;
  padding: 15px;
  background: $white;
  border-radius: 5px;
  text-align: center;
  margin: 100px auto 20px auto;
  position: relative;

  p:nth-of-type(2) {
    font-size: 14px;
    margin-top: 10px;
  }

  p:nth-of-type(1) {
    font-size: 12px;
    margin-top: 10px;
  }

  .indicator {
    color: $color_FE2F2F;
  }

  .iconyindao {
    display: inline-block;
    width: 60px;
    height: 44px;
    position: absolute;
    top: -60px;
    right: 0;
    color: $white;
    font-size: 40px;
  }

  .moreMbc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;

    .content {
      width: 300px;
      height: 340px;
      background-color: $white;
      border-radius: 3px;
      margin: 130px auto 20px auto;
      position: relative;

      .title-box {
        width: 100%;
        height: 45px;
        text-align: center;
        color: $color_202426;
        font-size: 16px;
        line-height: 45px;
      }

      .more-bargain-list {
        width: 100%;
        height: 253px;
        overflow: auto;
        border-top: 1px solid $sp_e7eaf1;
        padding: 0 15px;
        background-color: $bg_f5f5f5;

        .bargain-item {
          border-bottom: 1px solid $sp_e7eaf1;
          height: 50px;
          display: flex;
          position: relative;

          .avatar {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-top: 10px;
            margin-right: 10px;
          }


          .name {
            font-size: 14px;
            color: $color_333;
            max-width: 130px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 50px;
          }

          .bargain-status {
            line-height: 50px;
            color: $color_333;
            font-size: 14px;
            position: absolute;
            right: 0;
          }
        }

      }

    }

    .more-bargain-dec {
      width: 100%;
      position: absolute;
      bottom: 0;
      height: 42px;
      font-size: 12px;
      color: $color_FF4000;
      text-align: center;
      line-height: 42px;
    }


    .close {
      color: #fff;
      font-size: 22px;
      position: relative;
      left: 50%;
      margin-left: -11px;
    }
  }

}