index.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .wrap {
  2. padding-bottom: 100rpx;
  3. }
  4. .wrap.pb20 {
  5. padding-bottom: 140rpx;
  6. }
  7. .sticky-content {
  8. position: fixed;
  9. left: 0;
  10. right: 0;
  11. top: 0;
  12. z-index: 100;
  13. }
  14. .sticky-content .category-list {
  15. background-color: #fff;
  16. }
  17. .blank35 {
  18. height: 70rpx;
  19. }
  20. .swipe {
  21. margin-top: 20rpx;
  22. height: 320rpx;
  23. margin-bottom: 20rpx;
  24. }
  25. .swiper-content {
  26. width: 750rpx;
  27. height: 320rpx;
  28. border-radius: 12rpx;
  29. }
  30. .swiper-content swiper-item {
  31. border-radius: 12rpx;
  32. margin-right: 20rpx;
  33. display: flex;
  34. justify-content: flex-start;
  35. }
  36. .swiper-content swiper-item:last-child {
  37. margin: 0;
  38. }
  39. .swiper-content .banner {
  40. width: 710rpx;
  41. height: 320rpx;
  42. margin: 0 20rpx;
  43. display: block;
  44. border-radius: 12rpx;
  45. position: relative;
  46. overflow: hidden;
  47. }
  48. .swiper-content .banner .banner-img {
  49. width: 710rpx;
  50. height: 320rpx;
  51. border-radius: 12rpx;
  52. display: block;
  53. overflow: hidden;
  54. }
  55. .none-rush-list {
  56. width: 100%;
  57. display: flex;
  58. flex-direction: column;
  59. align-items: center;
  60. justify-content: center;
  61. padding-bottom: 140rpx;
  62. padding-top: 140rpx;
  63. }
  64. .none-rush-list .img-block {
  65. width: 240rpx;
  66. height: 240rpx;
  67. margin-bottom: 30rpx;
  68. }
  69. .none-rush-list .h1 {
  70. font-size: 32rpx;
  71. line-height: 32rpx;
  72. color: #444;
  73. margin-bottom: 20rpx;
  74. }
  75. .twoCol {
  76. padding: 0 20rpx;
  77. display: flex;
  78. justify-content: space-between;
  79. flex-wrap: wrap;
  80. }