help-center-detail.module.less 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .imgContent {
  2. margin-bottom: 15px;
  3. img {
  4. width: 100% !important;
  5. }
  6. video {
  7. width: 100% !important;
  8. height: 210px;
  9. }
  10. h2 {
  11. display: flex;
  12. align-items: center;
  13. &::before {
  14. content: ' ';
  15. display: inline-block;
  16. width: 18px;
  17. height: 18px;
  18. background: url('./images/icon_content.png') no-repeat center;
  19. background-size: contain;
  20. margin-right: 6px;
  21. margin-top: -2px;
  22. }
  23. }
  24. }
  25. .help-center-detail {
  26. min-height: 100vh;
  27. overflow: hidden;
  28. // background-color: #fff;
  29. padding: 0 14px;
  30. line-height: 1.2;
  31. --van-nav-bar-icon-color: #000;
  32. h2 {
  33. font-weight: 600;
  34. color: 20px;
  35. line-height: 38px;
  36. font-size: 20px;
  37. padding-top: 12px;
  38. margin-bottom: 10px;
  39. }
  40. }
  41. .titleInfo {
  42. height: 15px;
  43. line-height: 15px;
  44. display: flex;
  45. flex-direction: row;
  46. // justify-content: space-between;
  47. color: #999;
  48. margin-bottom: 15px;
  49. font-size: 14px;
  50. p:first-child {
  51. padding-right: 10px;
  52. color: #2DC7AA;
  53. }
  54. }