hot.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. swiper {
  2. background: red;
  3. display: block;
  4. width: 100%;
  5. height: 318rpx;
  6. }
  7. .slide-image {
  8. display: block;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .searchSection {
  13. width: 748rpx;
  14. height: 84rpx;
  15. display: flex;
  16. align-items: center;
  17. background: #fff
  18. }
  19. .searchSection input {
  20. display: flex;
  21. width: 536rpx;
  22. height: 56rpx;
  23. border-radius: 10rpx;
  24. background: #F0F1F5;
  25. color: #717171;
  26. font-size: 28rpx;
  27. margin-left: 14rpx;
  28. text-indent: 20rpx;
  29. }
  30. .searchSection .searchBtn {
  31. /* background: #fff; */
  32. position: absolute;
  33. z-index: 2;
  34. right: 200rpx;
  35. width: 56rpx;
  36. height: 56rpx;
  37. border: 1rpx solid rgba(255, 255, 255, 0);
  38. }
  39. .searchSection .searchBtn icon {
  40. position: absolute;
  41. top: 10rpx;
  42. right: 15rpx;
  43. }
  44. .searchSection .allBooks{
  45. font-size: 28rpx;
  46. color:#61ca54;
  47. font-family: PingFangSC-regular;
  48. width: 112rpx;
  49. margin-left: 56rpx;
  50. }
  51. .hotSection{
  52. width: 100%;
  53. /* height: 50rpx; */
  54. background: #fff;
  55. margin-top: 8rpx;
  56. }
  57. .hotSection .title{
  58. display: flex;
  59. align-items: center;
  60. margin: 20rpx 0 20rpx 20rpx;
  61. }
  62. .hotSection .title image {
  63. /* margin-left: 24rpx; */
  64. width: 34rpx;
  65. height: 38rpx;
  66. }
  67. .hotSection .title text{
  68. width: 112rpx;
  69. height: 40rpx;
  70. margin-left: 12rpx;
  71. font-size: 28rpx;
  72. line-height: 50rpx;
  73. font-family: PingFangSC-regular;
  74. color:#101010
  75. }
  76. .hotWares{
  77. display: flex;
  78. flex-wrap: wrap;
  79. }
  80. .hotSection .hotWares .hotWareCard{
  81. position: relative;
  82. overflow: hidden;
  83. width: 352rpx;
  84. height: 322rpx;
  85. margin: 0 0 18rpx 16rpx;
  86. box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28);
  87. }
  88. .hotWareCard .wareCardImg{
  89. width: 100%;
  90. height: 200rpx;
  91. }
  92. .hotWareCard .wareCardTitle{
  93. margin: 0 auto;
  94. width: 320rpx;
  95. height: 46rpx;
  96. display:block;
  97. text-align: center;
  98. color: rgba(16,16,16,1);
  99. font-size: 32rpx;
  100. }
  101. .hotWareCard .wareCardTip{
  102. position: absolute;
  103. top: 10rpx;
  104. right: 4rpx;
  105. z-index: 2;
  106. width: 178rpx;
  107. height: 40rpx;
  108. display:block;
  109. text-align: center;
  110. color: rgba(16,16,16,1);
  111. font-size: 28rpx;
  112. }
  113. .bottomData{
  114. height: 34rpx;
  115. margin-top: 10rpx;
  116. display: flex;
  117. /* flex-direction: row; */
  118. justify-content:space-between;
  119. align-items: center;
  120. }
  121. .hotWareCard .wareCardPlays{
  122. width: 100rpx;
  123. margin-left: 18rpx;
  124. display: flex;
  125. flex-direction: row;
  126. align-items: center;
  127. }
  128. .hotWareCard .wareCardPlays .wareCardPlaysImg{
  129. width: 30rpx;
  130. height: 30rpx;
  131. }
  132. .hotWareCard .wareCardPlays text {
  133. margin-left: 4rpx;
  134. color: #61CA54;
  135. font-size: 24rpx;
  136. }
  137. .hotWareCard .wareCardLikes{
  138. width: 100rpx;
  139. margin-right: 18rpx;
  140. display: flex;
  141. flex-direction: row;
  142. align-items: center;
  143. }
  144. .hotWareCard .wareCardLikes .wareCardLikesImg{
  145. width: 30rpx;
  146. height: 30rpx;
  147. }
  148. .hotWareCard .wareCardLikes text {
  149. margin-left: 4rpx;
  150. color: #FF9800;
  151. font-size: 24rpx;
  152. }