style.less 2.6 KB

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