week.wxss 926 B

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