week.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 .titleSummary {
  21. display: flex;
  22. justify-content: space-between;
  23. margin-top: 12rpx;
  24. }
  25. .hotWareCard .wareCardImg {
  26. width: 100%;
  27. height: 290rpx;
  28. border-radius: 20rpx;
  29. }
  30. .hotWareCard .wareCardTitle {
  31. /* margin: 0 auto; */
  32. width: 100%;
  33. height: 46rpx;
  34. display: block;
  35. /* text-align: left; */
  36. color: #444;
  37. font-size: 32rpx;
  38. /* letter-spacing: 4rpx; */
  39. /* font-family: MicrosoftYaHei; */
  40. }
  41. .hotWareCard .bottomData {
  42. height: 34rpx;
  43. margin-top: 10rpx;
  44. display: flex;
  45. /* flex-direction: row; */
  46. justify-content: space-between;
  47. align-items: center;
  48. }
  49. .hotWareCard .wareCardTip {
  50. width: 178rpx;
  51. height: 40rpx;
  52. display: block;
  53. text-align: left;
  54. color: #444;
  55. font-size: 24rpx;
  56. }