index.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. .ArticleManagement {
  2. //overwrite antd css
  3. .mwc-ant-col-6 {
  4. margin-bottom: 10px;
  5. }
  6. .mwc-ant-space-align-center {
  7. align-items: flex-start;
  8. }
  9. .mwc-ant-pro-table-search {
  10. padding-bottom: 0;
  11. }
  12. .mwc-ant-pro-page-container-warp {
  13. display: none !important;
  14. }
  15. .mwc-ant-pro-card-col {
  16. transition: width 0.2s ease-in;
  17. transform: translate3d(0,0,0);
  18. }
  19. textarea.mwc-ant-input {
  20. font-size: 14px !important;
  21. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  22. font-weight: 400;
  23. color: #525866 !important;
  24. }
  25. //----------------
  26. .onlyMyselfFilter {
  27. display: flex;
  28. flex-direction: row;
  29. justify-content: space-between;
  30. align-items: center;
  31. margin-bottom: 16px;
  32. padding: 0 8px;
  33. &>span {
  34. font-size: 14px;
  35. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  36. font-weight: 400;
  37. color: #525966;
  38. }
  39. }
  40. .selfEvaluationWrap {
  41. padding: 16px;
  42. background: #FFFFFF;
  43. border-radius: 2px;
  44. margin-bottom: 16px;
  45. margin-top: 16px;
  46. .selfEvaluation {
  47. display: flex;
  48. height: 28px;
  49. flex-direction: row;
  50. align-items: center;
  51. span {
  52. font-size: 20px;
  53. font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  54. font-weight: 500;
  55. padding-left: 16px;
  56. }
  57. }
  58. .wrap {
  59. .tab {
  60. width: 20%;
  61. height: 28px;
  62. cursor: pointer;
  63. text-align: center;
  64. line-height: 28px;
  65. background: #F7F8FA;
  66. border-radius: 14px;
  67. font-size: 14px;
  68. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  69. font-weight: 400;
  70. color: #525866;
  71. margin-right: 16px;
  72. &.on {
  73. color: #3377FF;
  74. background: #EBF1FF;
  75. }
  76. &:last-child {
  77. margin-right: 0;
  78. }
  79. }
  80. }
  81. }
  82. .cardWrap {
  83. overflow-y: scroll;
  84. .card {
  85. padding: 16px;
  86. background: #FFFFFF;
  87. border-radius: 2px;
  88. margin-bottom: 16px;
  89. .cardTitle {
  90. font-size: 14px;
  91. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  92. font-weight: 400;
  93. color: #292C33;
  94. margin-bottom: 16px;
  95. }
  96. &:last-child {
  97. margin-bottom: 0 !important;
  98. }
  99. }
  100. &.isModeTwo {
  101. padding-top: 16px;
  102. background-color: #FFFFFF;
  103. }
  104. .mwc-ant-form-item {
  105. margin-bottom: 0;
  106. }
  107. }
  108. .card {
  109. padding: 16px;
  110. background-color: #FFFFFF;
  111. }
  112. .selfEvolutionTitle {
  113. text-align: left;
  114. font-size: 16px;
  115. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  116. font-weight: 400;
  117. color: #7A8599;
  118. margin-top: 20px;
  119. }
  120. .selfEvolutionArea {
  121. text-align: center;
  122. line-height: 50px;
  123. background: #FFFFFF;
  124. border-radius: 10px;
  125. border: 1px dashed #DADEE6;
  126. margin-top: 20px;
  127. margin-bottom: 40px;
  128. padding: 10px;
  129. padding-top: 40px;
  130. }
  131. .tabWrap {
  132. justify-content: space-around;
  133. }
  134. .formItemTitle {
  135. font-size: 16px;
  136. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  137. font-weight: 400;
  138. color: #7A8599;
  139. margin-bottom: 16px;
  140. }
  141. }
  142. .formItemTitle {
  143. font-size: 16px;
  144. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  145. font-weight: 400;
  146. color: #7A8599;
  147. margin-bottom: 16px;
  148. }