searchResult.wxss 973 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .hotWares .hotWareCard {
  2. position: relative;
  3. overflow: hidden;
  4. width: 704rpx;
  5. height: 402rpx;
  6. margin: 0 auto 20rpx;
  7. }
  8. .hotWareCard .wareCardImg {
  9. width: 100%;
  10. height: 290rpx;
  11. border-radius: 20rpx;
  12. }
  13. .hotWareCard .wareCardTitle {
  14. /* margin: 0 auto; */
  15. width: 100%;
  16. height: 46rpx;
  17. display: block;
  18. /* text-align: left; */
  19. color: #414141;
  20. font-size: 32rpx;
  21. letter-spacing: 4rpx;
  22. font-family: MicrosoftYaHei;
  23. }
  24. .hotWareCard .bottomData {
  25. height: 34rpx;
  26. margin-top: 10rpx;
  27. display: flex;
  28. /* flex-direction: row; */
  29. justify-content: space-between;
  30. align-items: center;
  31. }
  32. .hotWareCard .bottomData .wareCardPlays {
  33. width: 100rpx;
  34. margin-left: 270rpx;
  35. display: flex;
  36. flex-direction: row;
  37. align-items: center;
  38. }
  39. .hotWareCard .wareCardTip {
  40. width: 178rpx;
  41. height: 40rpx;
  42. display: block;
  43. text-align: center;
  44. color: #414141;
  45. font-size: 24rpx;
  46. }