searchResult.wxss 1.1 KB

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