searchResult.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .hotWares {
  2. display: flex;
  3. flex-wrap: wrap;
  4. padding-top:22rpx;
  5. background: rgba(240, 241, 245, 1);
  6. }
  7. .hotWares .hotWareCard {
  8. position: relative;
  9. overflow: hidden;
  10. width: 100%;
  11. height: 384rpx;
  12. background: #fff;
  13. /* padding: 26rpx; */
  14. /* border-radius: 12rpx; */
  15. /* margin: 0 0 18rpx 16rpx; */
  16. margin: 0 auto 20rpx;
  17. /* box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28); */
  18. }
  19. .hotWareCard .wareCardImg {
  20. display: block;
  21. width: 704rpx;
  22. height: 290rpx;
  23. margin: 26rpx auto 0;
  24. border-radius: 20rpx;
  25. }
  26. .resultData {
  27. display: flex;
  28. justify-content: space-between;
  29. margin-top: 12rpx;
  30. }
  31. .hotWareCard .titleSummary {
  32. display: flex;
  33. justify-content: space-between;
  34. margin-top: 12rpx;
  35. }
  36. .hotWareCard .wareCardTitle {
  37. /* margin: 0 auto; */
  38. width: 80%;
  39. height: 46rpx;
  40. display: block;
  41. /* text-align: left; */
  42. color: #414141;
  43. font-size: 32rpx;
  44. /* letter-spacing: 4rpx; */
  45. margin-left: 28rpx;
  46. /* font-family: MicrosoftYaHei; */
  47. }
  48. .hotWareCard .bottomData {
  49. height: 34rpx;
  50. margin-top: 10rpx;
  51. display: flex;
  52. /* flex-direction: row; */
  53. justify-content: space-between;
  54. align-items: center;
  55. }
  56. .hotWareCard .bottomData .wareCardPlays {
  57. width: 100rpx;
  58. margin-left: 270rpx;
  59. display: flex;
  60. flex-direction: row;
  61. align-items: center;
  62. }
  63. .hotWareCard .wareCardTip {
  64. width: 178rpx;
  65. height: 40rpx;
  66. display: block;
  67. text-align: left;
  68. color: #444;
  69. font-size: 24rpx;
  70. line-height: 41rpx;
  71. }
  72. .search-placerholder{
  73. width: 100%;
  74. height: 50rpx;
  75. line-height: 50rpx;
  76. text-align: center;
  77. font-size: 32rpx;
  78. font-weight: 800;
  79. color: #393939;
  80. background: #fff;
  81. }