week.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .hotSection {
  2. width: 100%;
  3. /* height: 50rpx; */
  4. /* background: #fff; */
  5. background: rgba(240, 241, 245, 1);
  6. min-height: 100%;
  7. padding-bottom:20rpx;
  8. }
  9. .hotWares {
  10. display: flex;
  11. flex-wrap: wrap;
  12. }
  13. .hotSection .hotWares .hotWareCard {
  14. position: relative;
  15. overflow: hidden;
  16. width: 720rpx;
  17. height: 374rpx;
  18. background: #fff;
  19. border-radius: 12rpx;
  20. margin: 0 auto 20rpx;
  21. }
  22. .hotWareCard .titleSummary {
  23. display: flex;
  24. justify-content: space-between;
  25. margin-top: 12rpx;
  26. }
  27. .hotWareCard .wareCardImg {
  28. display: block;
  29. width: 662rpx;
  30. height: 272rpx;
  31. margin: 26rpx auto 0;
  32. border-radius: 20rpx;
  33. }
  34. .hotWareCard .wareCardTitle {
  35. width:80%;
  36. height:46rpx;
  37. display:block;
  38. color:#414141;
  39. font-size:32rpx;
  40. margin-left:28rpx;
  41. }
  42. .hotWareCard .bottomData {
  43. height: 34rpx;
  44. margin-top: 10rpx;
  45. display: flex;
  46. /* flex-direction: row; */
  47. justify-content: space-between;
  48. align-items: center;
  49. }
  50. .hotWareCard .wareCardTip {
  51. width: 178rpx;
  52. height: 40rpx;
  53. display: block;
  54. text-align: left;
  55. color: #444;
  56. font-size: 24rpx;
  57. }