style.less 3.2 KB

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