test.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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: PingFangSC-Regular,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: PingFangSC-Medium,NotoSansHans-Medium;
  28. }
  29. .hot_car_item{
  30. height:160rpx;
  31. padding: 20rpx 38rpx;
  32. display: flex;
  33. margin-bottom:2rpx;
  34. background-color: white;
  35. }
  36. .hot_car_info{
  37. flex: 1;
  38. position: relative;
  39. }
  40. .hot_car_title{
  41. width: 388rpx;
  42. line-height: 38rpx;
  43. color: rgba(56, 55, 53, 1);
  44. font-size: 28rpx;
  45. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  46. }
  47. .hot_car_detail{
  48. position: absolute;
  49. bottom: 20rpx;
  50. height: 22rpx;
  51. line-height: 22rpx;
  52. color: rgba(104, 104, 104, 1);
  53. font-size: 22rpx;
  54. text-align: left;
  55. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  56. }
  57. .hot_car_img{
  58. width:22rpx;
  59. height: 14rpx;
  60. margin-left:30rpx;
  61. }
  62. .hot_car_image{
  63. width:266rpx;
  64. height: 160rpx;
  65. }