hot.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. swiper {
  2. margin-top: 10rpx;
  3. background: #fff;
  4. display: block;
  5. width: 100%;
  6. height: 312rpx;
  7. }
  8. .slide-image {
  9. display: block;
  10. margin: 0 auto;
  11. width: 728rpx;
  12. height: 312rpx;
  13. border-radius: 20rpx;
  14. }
  15. .searchSection {
  16. width: 748rpx;
  17. height: 84rpx;
  18. display: flex;
  19. align-items: center;
  20. background: #fff
  21. }
  22. .searchSection input {
  23. display: flex;
  24. width: 536rpx;
  25. height: 56rpx;
  26. border-radius: 10rpx;
  27. background: #F0F1F5;
  28. color: #717171;
  29. font-size: 28rpx;
  30. margin-left: 14rpx;
  31. text-indent: 20rpx;
  32. }
  33. .searchSection .searchBtn {
  34. /* background: #fff; */
  35. position: absolute;
  36. z-index: 2;
  37. right: 200rpx;
  38. width: 56rpx;
  39. height: 56rpx;
  40. border: 1rpx solid rgba(255, 255, 255, 0);
  41. }
  42. .searchSection .searchBtn icon {
  43. position: absolute;
  44. top: 10rpx;
  45. right: 15rpx;
  46. }
  47. .searchSection .allBooks {
  48. font-size: 28rpx;
  49. color: #61ca54;
  50. font-family: PingFangSC-regular;
  51. width: 112rpx;
  52. margin-left: 56rpx;
  53. }
  54. .hotSection {
  55. width: 100%;
  56. /* height: 50rpx; */
  57. background: #fff;
  58. margin-top: 10rpx;
  59. }
  60. .hotSection .title {
  61. display: flex;
  62. align-items: center;
  63. margin: 8rpx 20rpx 20rpx 8rpx;
  64. }
  65. .hotSection .title image {
  66. width: 54rpx;
  67. height: 60rpx;
  68. margin-left: 14rpx;
  69. }
  70. .hotSection .title .recommendTag {
  71. width: 38rpx;
  72. height: 34rpx;
  73. }
  74. .hotSection .title text {
  75. width: 224rpx;
  76. letter-spacing: 4rpx;
  77. height: 40rpx;
  78. margin-left: 12rpx;
  79. font-size: 32rpx;
  80. line-height: 40rpx;
  81. font-family: PingFangSC-regular;
  82. color: #414141;
  83. }
  84. .hotWares {
  85. display: flex;
  86. flex-wrap: wrap;
  87. }
  88. .hotSection .hotWares .hotWareCard {
  89. position: relative;
  90. overflow: hidden;
  91. width: 704rpx;
  92. height: 402rpx;
  93. /* margin: 0 0 18rpx 16rpx; */
  94. margin: 0 auto 20rpx;
  95. /* box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28); */
  96. }
  97. .hotWareCard .wareCardImg {
  98. width: 100%;
  99. height: 290rpx;
  100. border-radius: 20rpx;
  101. }
  102. .hotWareCard .wareCardTitle {
  103. /* margin: 0 auto; */
  104. width: 100%;
  105. height: 46rpx;
  106. display: block;
  107. /* text-align: left; */
  108. color: #414141;
  109. font-size: 32rpx;
  110. letter-spacing: 4rpx;
  111. font-family: MicrosoftYaHei;
  112. }
  113. .hotWareCard .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 .bottomData .wareCardPlays {
  122. width: 100rpx;
  123. margin-left: 270rpx;
  124. display: flex;
  125. flex-direction: row;
  126. align-items: center;
  127. }
  128. .hotWareCard .wareCardTip {
  129. width: 178rpx;
  130. height: 40rpx;
  131. display: block;
  132. text-align: center;
  133. color: #414141;
  134. font-size: 24rpx;
  135. }
  136. .hotWareCard .wareCardPlays .wareCardPlaysImg {
  137. width: 30rpx;
  138. height: 30rpx;
  139. }
  140. .hotWareCard .wareCardPlays text {
  141. margin-left: 4rpx;
  142. color: #61CA54;
  143. font-size: 24rpx;
  144. }
  145. .hotWareCard .wareCardLikes {
  146. width: 100rpx;
  147. margin-right: 18rpx;
  148. display: flex;
  149. flex-direction: row;
  150. align-items: center;
  151. }
  152. .hotWareCard .wareCardLikes .wareCardLikesImg {
  153. width: 30rpx;
  154. height: 30rpx;
  155. }
  156. .hotWareCard .wareCardLikes text {
  157. margin-left: 4rpx;
  158. color: #FF9800;
  159. font-size: 24rpx;
  160. }
  161. /** 第一个大图**/
  162. .hotSection .hotWares .hotWareCardFirst {
  163. position: relative;
  164. overflow: hidden;
  165. width: 740rpx;
  166. height: 342rpx;
  167. margin: 10rpx auto 20rpx;
  168. box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28);
  169. }
  170. .hotWareCardFirst .wareCardImg {
  171. width: 100%;
  172. height: 100%;
  173. }
  174. .hotWareCardFirst .wrapper {
  175. width: 100%;
  176. height: 100rpx;
  177. background: #fff;
  178. position: absolute;
  179. bottom: 0;
  180. }
  181. .hotWareCardFirst .wareCardTitle {
  182. margin: 10rpx 20rpx 0;
  183. display: block;
  184. /* text-align: center; */
  185. color: rgba(16, 16, 16, 1);
  186. font-size: 32rpx;
  187. }
  188. .hotWareCardFirst .wareCardTip {
  189. margin: 0 20rpx;
  190. width: 178rpx;
  191. height: 34rpx;
  192. display: block;
  193. text-align: center;
  194. color: rgba(16, 16, 16, 1);
  195. font-size: 28rpx;
  196. }
  197. .hotWareCardFirst .bottomData {
  198. width: 100%;
  199. height: 34rpx;
  200. margin-top: 5rpx;
  201. display: flex;
  202. flex-direction: row;
  203. justify-content: space-between;
  204. align-items: center;
  205. }
  206. .hotWareCardFirst .wareCardPlays {
  207. width: 100rpx;
  208. margin-left: 230rpx;
  209. display: flex;
  210. flex-direction: row;
  211. align-items: center;
  212. }
  213. .hotWareCardFirst .wareCardPlays .wareCardPlaysImg {
  214. width: 30rpx;
  215. height: 30rpx;
  216. }
  217. .hotWareCardFirst .wareCardPlays text {
  218. margin-left: 4rpx;
  219. color: #61CA54;
  220. font-size: 24rpx;
  221. }
  222. .hotWareCardFirst .wareCardLikes {
  223. width: 100rpx;
  224. margin-right: 18rpx;
  225. display: flex;
  226. flex-direction: row;
  227. align-items: center;
  228. }
  229. .hotWareCardFirst .wareCardLikes .wareCardLikesImg {
  230. width: 30rpx;
  231. height: 30rpx;
  232. }
  233. .hotWareCardFirst .wareCardLikes text {
  234. margin-left: 4rpx;
  235. color: #FF9800;
  236. font-size: 24rpx;
  237. }
  238. /** 第一个大图**/
  239. .hotSection .hotWares .hotWareCardFirst {
  240. position: relative;
  241. overflow: hidden;
  242. width: 740rpx;
  243. height: 342rpx;
  244. margin: 10rpx auto 20rpx;
  245. box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28);
  246. }
  247. .hotWareCardFirst .wareCardImg {
  248. width: 100%;
  249. height: 100%;
  250. }
  251. .hotWareCardFirst .wrapper {
  252. width: 100%;
  253. height: 100rpx;
  254. background: #fff;
  255. position: absolute;
  256. bottom: 0;
  257. }
  258. .hotWareCardFirst .wareCardTitle {
  259. margin: 10rpx 20rpx 0;
  260. display: block;
  261. /* text-align: center; */
  262. color: rgba(16, 16, 16, 1);
  263. font-size: 32rpx;
  264. }
  265. .hotWareCardFirst .wareCardTip {
  266. margin: 0 20rpx;
  267. width: 178rpx;
  268. height: 34rpx;
  269. display: block;
  270. text-align: center;
  271. color: rgba(16, 16, 16, 1);
  272. font-size: 28rpx;
  273. }
  274. .hotWareCardFirst .bottomData {
  275. width: 100%;
  276. height: 34rpx;
  277. margin-top: 5rpx;
  278. display: flex;
  279. flex-direction: row;
  280. justify-content: space-between;
  281. align-items: center;
  282. }
  283. .hotWareCardFirst .wareCardPlays {
  284. width: 100rpx;
  285. margin-left: 230rpx;
  286. display: flex;
  287. flex-direction: row;
  288. align-items: center;
  289. }
  290. .hotWareCardFirst .wareCardPlays .wareCardPlaysImg {
  291. width: 30rpx;
  292. height: 30rpx;
  293. }
  294. .hotWareCardFirst .wareCardPlays text {
  295. margin-left: 4rpx;
  296. color: #61CA54;
  297. font-size: 24rpx;
  298. }
  299. .hotWareCardFirst .wareCardLikes {
  300. width: 100rpx;
  301. margin-right: 18rpx;
  302. display: flex;
  303. flex-direction: row;
  304. align-items: center;
  305. }
  306. .hotWareCardFirst .wareCardLikes .wareCardLikesImg {
  307. width: 30rpx;
  308. height: 30rpx;
  309. }
  310. .hotWareCardFirst .wareCardLikes text {
  311. margin-left: 4rpx;
  312. color: #FF9800;
  313. font-size: 24rpx;
  314. }