index.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .list-swiper {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. --van-swipe-indicator-size: 16px;
  7. --van-swipe-indicator-margin: 62px;
  8. --van-swipe-indicator-inactive-background: none;
  9. }
  10. :deep(.van-swipe__indicator) {
  11. border: 2px solid #ffffff;
  12. }
  13. .list {
  14. position: relative;
  15. top: 438px;
  16. padding: 50px 45px;
  17. min-height: calc(100vh - 438px);
  18. overflow: hidden;
  19. background: url('@/assets/images/cover-home/bg@2x-min.png') no-repeat center top / 100% auto;
  20. background-color: #f6f2e6;
  21. z-index: 1;
  22. font-size: 40px;
  23. font-family: Source Han Serif CN-Bold;
  24. border-top-right-radius: 35px;
  25. border-top-left-radius: 35px;
  26. h2 {
  27. margin-bottom: 50px;
  28. color: #623d18;
  29. font-size: inherit;
  30. }
  31. &__item {
  32. display: flex;
  33. align-items: center;
  34. margin-bottom: 30px;
  35. padding: 0 36px;
  36. width: 100%;
  37. height: 160px;
  38. color: white;
  39. background-size: cover;
  40. background-position: center;
  41. p {
  42. flex: 1;
  43. }
  44. &::after {
  45. content: '';
  46. display: block;
  47. width: 36px;
  48. height: 36px;
  49. background: url('@/assets/images/cover-home/icon_enter@2x.png') no-repeat center / contain;
  50. }
  51. &:last-child {
  52. margin-bottom: 0;
  53. }
  54. &.bt {
  55. color: #454344;
  56. background-image: url('@/assets/images/cover-home/btn_beita@2x-min.png');
  57. }
  58. &.zxql {
  59. background-image: url('@/assets/images/cover-home/btn_zhouji@2x-min.png');
  60. }
  61. &.ty {
  62. background-image: url('@/assets/images/cover-home/btn_tongyan@2x-min.png');
  63. }
  64. &.fy {
  65. background-image: url('@/assets/images/cover-home/btn_niaolei@2x-min.png');
  66. }
  67. &.hz {
  68. background-image: url('@/assets/images/cover-home/btn_hongzhuang@2x-min.png');
  69. }
  70. &.pxdy {
  71. background-image: url('@/assets/images/cover-home/btn_hudie@2x-min.png');
  72. }
  73. &.nlcz {
  74. background-image: url('@/assets/images/cover-home/btn_ningzhu@2x-min.png');
  75. }
  76. &.gjqf {
  77. background-image: url('@/assets/images/cover-home/btn_qianfan@2x-min.png');
  78. }
  79. }
  80. }