hot.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* pages/hot/hot.wxss *//* pages/hot/hot.wxss */
  2. @import "../../module/caritem/caritem.wxss"
  3. .conent{
  4. background-color:#F9F9F9;
  5. }
  6. .hot_list{
  7. }
  8. .hot_empty{
  9. margin-top:260rpx;
  10. height: 39rpx;
  11. line-height: 39rpx;
  12. color: rgba(104, 104, 104, 1);
  13. font-size: 26rpx;
  14. text-align: center;
  15. font-family: NotoSansHans-DemiLight;
  16. }
  17. .hot_empty_bt{
  18. margin:60rpx auto 0rpx;
  19. width: 280rpx;
  20. height: 68rpx;
  21. line-height: 68rpx;
  22. border-radius: 6rpx;
  23. background: linear-gradient(270deg,#FFD800,#FFE600);
  24. color: rgba(56, 55, 53, 1);
  25. font-size: 26rpx;
  26. text-align: center;
  27. font-family: NotoSansHans-DemiLight;
  28. font-weight: bold;
  29. }
  30. .hot_car_item{
  31. height:160rpx;
  32. padding: 20rpx 38rpx;
  33. display: flex;
  34. margin-bottom:2rpx;
  35. background-color: white;
  36. }
  37. .hot_car_info{
  38. flex: 1;
  39. position: relative;
  40. }
  41. .hot_car_title{
  42. width: 388rpx;
  43. line-height: 38rpx;
  44. color: rgba(56, 55, 53, 1);
  45. font-size: 28rpx;
  46. font-family: NotoSansHans-Medium;
  47. }
  48. .hot_car_detail{
  49. position: absolute;
  50. bottom: 20rpx;
  51. height: 22rpx;
  52. line-height: 22rpx;
  53. color: rgba(104, 104, 104, 1);
  54. font-size: 22rpx;
  55. text-align: left;
  56. font-family: NotoSansHans-DemiLight;
  57. }
  58. .hot_car_img{
  59. width:22rpx;
  60. height: 14rpx;
  61. margin-left:30rpx;
  62. }
  63. .hot_car_image{
  64. width:266rpx;
  65. height: 160rpx;
  66. }