hotdt.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* pages/hotdt/hotdt.wxss */
  2. .conent{
  3. background-color: white;
  4. }
  5. .hotdt_c{
  6. width:674rpx;
  7. margin:30rpx auto 0rpx;
  8. padding-bottom: 60rpx;
  9. }
  10. .hotdt_title{
  11. line-height: 52rpx;
  12. color: rgba(56, 55, 53, 1);
  13. font-size: 42rpx;
  14. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  15. }
  16. .hotdt_author{
  17. display: flex;
  18. margin-top: 20rpx;
  19. }
  20. .hotdt_author_img{
  21. width:54rpx;
  22. height: 54rpx;
  23. margin-right: 10rpx;
  24. }
  25. .hotdt_author_dt{
  26. flex: 1;
  27. }
  28. .hotdt_author_name{
  29. height: 30rpx;
  30. line-height: 30rpx;
  31. color: rgba(56, 55, 53, 1);
  32. font-size: 24rpx;
  33. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  34. }
  35. .hotdt_author_time{
  36. height: 22rpx;
  37. line-height: 22rpx;
  38. color: rgba(104, 104, 104, 1);
  39. font-size: 22rpx;
  40. text-align: left;
  41. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  42. }
  43. .hot_car_image{
  44. width:22rpx;
  45. height: 14rpx;
  46. margin-left:30rpx;
  47. }
  48. .hotdt_content{
  49. margin-top:60rpx;
  50. line-height: 42rpx;
  51. color: rgba(104, 104, 104, 1);
  52. font-size: 28rpx;
  53. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  54. }
  55. .hotdt_content img{
  56. max-width: 100%;
  57. }
  58. .info_img{
  59. max-width: 100%;
  60. height: auto!important;
  61. }