index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .swipe {
  2. margin-top: 20rpx;
  3. height: 320rpx;
  4. margin-bottom: 20rpx;
  5. }
  6. .swiper-content {
  7. width: 750rpx;
  8. height: 320rpx;
  9. border-radius: 12rpx;
  10. }
  11. .swiper-content swiper-item {
  12. border-radius: 12rpx;
  13. margin-right: 20rpx;
  14. display: flex;
  15. justify-content: flex-start;
  16. }
  17. .swiper-content swiper-item:last-child {
  18. margin: 0;
  19. }
  20. .swiper-content .banner {
  21. width: 710rpx;
  22. height: 320rpx;
  23. margin: 0 20rpx;
  24. display: block;
  25. border-radius: 12rpx;
  26. position: relative;
  27. overflow: hidden;
  28. }
  29. .swiper-content .banner .banner-img {
  30. width: 710rpx;
  31. height: 320rpx;
  32. border-radius: 12rpx;
  33. display: block;
  34. overflow: hidden;
  35. }
  36. .search-bar {
  37. padding: 20rpx 25rpx;
  38. background-color: #fff;
  39. width: 100%;
  40. box-sizing: border-box;
  41. display: flex;
  42. align-items: center;
  43. }
  44. .search-box {
  45. background-color: #f0f0f0;
  46. height: 56rpx;
  47. line-height: 56rpx;
  48. border-radius: 28rpx;
  49. color: #acacac;
  50. display: flex;
  51. align-content: center;
  52. flex: 1;
  53. }
  54. .search-btn {
  55. padding-left: 20rpx;
  56. padding-right: 10rpx;
  57. background: transparent;
  58. line-height: 56rpx;
  59. font-size: 32rpx;
  60. padding-right: 5rpx;
  61. width: 95rpx;
  62. }
  63. button.search-btn::after {
  64. content: none;
  65. }
  66. .search-icon {
  67. position: absolute;
  68. left: 20rpx;
  69. margin-left: 25rpx;
  70. margin-right: 12rpx;
  71. }
  72. .search-icon .iconfont {
  73. font-size: 34rpx;
  74. padding-top: 10rpx;
  75. }
  76. .search-box .ipt {
  77. padding: 0 30rpx 0 60rpx;
  78. line-height: 56rpx;
  79. height: 56rpx;
  80. width: 100%;
  81. box-sizing: border-box;
  82. }
  83. /* 搜索 E */
  84. .none-rush-list {
  85. width: 100%;
  86. display: flex;
  87. flex-direction: column;
  88. align-items: center;
  89. justify-content: center;
  90. padding-bottom: 140rpx;
  91. padding-top: 140rpx;
  92. }
  93. .none-rush-list .img-block {
  94. width: 240rpx;
  95. height: 240rpx;
  96. margin-bottom: 30rpx;
  97. }
  98. .none-rush-list .h1 {
  99. font-size: 32rpx;
  100. line-height: 32rpx;
  101. color: #444;
  102. margin-bottom: 20rpx;
  103. }
  104. .twoCol {
  105. padding: 0 20rpx;
  106. display: flex;
  107. justify-content: space-between;
  108. flex-wrap: wrap;
  109. }