couponCenter.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .sld_coupon_center {
  2. width: 100%;
  3. .breadcrumb_con {
  4. width: 1200px;
  5. margin: 0 auto;
  6. }
  7. .imgCon2 {
  8. position: relative;
  9. margin: 0 auto;
  10. overflow: hidden;
  11. height: 260px;
  12. }
  13. .top_bg {
  14. height: 260px;
  15. width: 1903px;
  16. margin-left: -952px;
  17. left: 50%;
  18. position: absolute;
  19. display: block;
  20. }
  21. .nav_list {
  22. width: 1200px;
  23. margin: 0 auto;
  24. margin-top: 30px;
  25. box-sizing: border-box;
  26. .item {
  27. margin-right: 11px;
  28. width: 80px;
  29. height: 26px;
  30. text-align: center;
  31. line-height: 26px;
  32. color: #333333;
  33. &.active {
  34. background-color: $colorMain;
  35. color: white;
  36. }
  37. }
  38. }
  39. .coupon_con {
  40. width: 100%;
  41. background: #f8f8f8;
  42. border-top: 1px solid #dddddd;
  43. min-height: 650px;
  44. .el-pagination {
  45. margin-top: 20px;
  46. }
  47. .container {
  48. width: 1200px;
  49. margin: 0 auto;
  50. flex-wrap: wrap;
  51. .coupon_item {
  52. &:not(:nth-child(3n + 3)) {
  53. margin-right: 14px;
  54. }
  55. }
  56. }
  57. }
  58. }