style.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .pfm-ant-pro-page-container .pfm-ant-pro-page-container-warp-page-header~.pfm-ant-pro-grid-content .pfm-ant-pro-page-container-children-content {
  2. padding-block: 0 !important;
  3. }
  4. .pfm-ant-pro-page-container-children-content {
  5. padding-inline: 0 !important;
  6. padding-block: 0 !important;
  7. padding: 0;
  8. }
  9. .pfm-ant-pro-page-container-warp-page-header~.pfm-ant-pro-grid-content .pfm-ant-pro-page-container-children-content {
  10. padding-top: 16px !important;
  11. }
  12. .pfm-ant-page-header .pfm-ant-page-header-heading-left {
  13. margin-block: 0;
  14. }
  15. .pfm-ant-page-header .pfm-ant-page-header-heading-title {
  16. font-size: 16px;
  17. height: 21px;
  18. font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  19. font-weight: 500;
  20. color: #17181A;
  21. line-height: 21px !important;
  22. }
  23. .pageHelp {
  24. position: relative;
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. background: #FFFFFF;
  29. box-shadow: 0px 4px 6px 0px rgba(64, 85, 128, 0.1);
  30. border-radius: 8px;
  31. border: 1px solid #E6EAF2;
  32. cursor: pointer;
  33. .helpContent {
  34. position: absolute;
  35. top:0;
  36. right: 0;
  37. width: 0;
  38. height: 0;
  39. background: #FFFFFF;
  40. box-shadow: 0px 8px 16px 0px rgba(64, 85, 128, 0.1);
  41. border-radius: 8px;
  42. border: 1px solid #E6EAF2;
  43. overflow: hidden;
  44. transition: all 0.2s ease-in;
  45. .contentHeader {
  46. position: relative;
  47. height: 40px;
  48. background: #F7F9FC;
  49. font-size: 16px;
  50. font-weight: 500;
  51. color: #17181A;
  52. line-height: 40px;
  53. padding-left: 16px;
  54. border-bottom: 1px solid #E6EAF2;
  55. .closeBtn {
  56. display: flex;
  57. justify-content: center;
  58. align-items: center;
  59. position: absolute;
  60. width: 20px;
  61. height: 20px;
  62. right: 12px;
  63. top:12px;
  64. .anticon {
  65. font-size: 16px;
  66. color:#17181A
  67. }
  68. }
  69. }
  70. .content {
  71. padding:16px;
  72. img {
  73. width: 288px;
  74. height: 80px;
  75. margin-bottom: 16px;
  76. }
  77. .container {
  78. height: 430px;
  79. overflow-y: scroll;
  80. .inner {
  81. font-size: 12px;
  82. font-weight: 400;
  83. color: #525966;
  84. line-height: 16px;
  85. h1 {
  86. margin-bottom: 4px;
  87. }
  88. p {
  89. line-height: 16px;
  90. }
  91. }
  92. }
  93. }
  94. &.open {
  95. width: 320px;
  96. height: 600px;
  97. top: -616px;
  98. }
  99. }
  100. .anticon {
  101. font-size: 27px;
  102. color: #6B7A99;
  103. }
  104. &.active {
  105. .anticon {
  106. font-size: 27px;
  107. color: #17181A;
  108. }
  109. }
  110. &:hover {
  111. .anticon {
  112. font-size: 27px;
  113. color: #17181A;
  114. }
  115. }
  116. }