style.less 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. .standardProjectMana_drawer {
  2. .topbar {
  3. display: flex;
  4. flex-direction: row;
  5. justify-content: space-between;
  6. align-items: center;
  7. .title {
  8. height: 16px;
  9. font-size: 16px;
  10. font-weight: 500;
  11. color: #17181A;
  12. line-height:16px;
  13. }
  14. .btnGroup {
  15. .clearBtn {
  16. cursor: pointer;
  17. display: inline-block;
  18. text-align: center;
  19. width: 112px;
  20. height: 24px;
  21. line-height: 23px;
  22. background: #FAFCFF;
  23. border-radius: 4px;
  24. border: 1px solid #DAE2F2;
  25. font-size: 14px;
  26. font-weight: 400;
  27. color: #17181A;
  28. margin-right: 8px;
  29. &.disabled {
  30. cursor: not-allowed;
  31. color: #65676a;
  32. background-color: #f5f5f5;
  33. }
  34. }
  35. .cancel {
  36. cursor: pointer;
  37. display: inline-block;
  38. text-align: center;
  39. width: 56px;
  40. height: 24px;
  41. line-height: 23px;
  42. background: #FAFCFF;
  43. border-radius: 4px;
  44. border: 1px solid #DAE2F2;
  45. font-size: 14px;
  46. font-weight: 400;
  47. color: #17181A;
  48. margin-right: 8px;
  49. }
  50. .add {
  51. cursor: pointer;
  52. display: inline-block;
  53. width: 56px;
  54. text-align: center;
  55. height: 24px;
  56. line-height: 23px;
  57. background: #3377FF;
  58. border-radius: 4px;
  59. border: 1px solid #DAE2F2;
  60. font-size: 14px;
  61. font-weight: 400;
  62. color: #fff;
  63. }
  64. }
  65. }
  66. .content {
  67. overflow: hidden;
  68. .rightContent {
  69. position: relative;
  70. border-radius: 4px;
  71. // padding: 16px;
  72. background: #FFF;
  73. .checkBtn {
  74. position: absolute;
  75. cursor: pointer;
  76. top: 0;
  77. right: 0;
  78. padding: 0 14px;
  79. height: 24px;
  80. line-height: 24px;
  81. background: #3376FE;
  82. border-radius: 4px;
  83. text-align: center;
  84. font-size: 14px;
  85. font-weight: 400;
  86. color: #FFF;
  87. }
  88. .midLine {
  89. display: flex;
  90. flex-direction: row;
  91. justify-content: center;
  92. align-items: center;
  93. height: 24px;
  94. line-height: 24px;
  95. background: #F0FCFC;
  96. font-size: 12px;
  97. color: #515866;
  98. font-weight: 400;
  99. margin-top: 12px;
  100. margin-bottom: 15px;
  101. &>span {
  102. cursor: pointer;
  103. font-size: 12px;
  104. font-weight: 500;
  105. color: #00B3B3;
  106. padding-right: 4px;
  107. }
  108. }
  109. .kcmp-ant-tabs-nav {
  110. &::before {
  111. border-bottom: none !important;
  112. }
  113. }
  114. .tableToolbar {
  115. display: flex;
  116. flex-direction: row;
  117. justify-content: space-between;
  118. align-items: center;
  119. margin-bottom: 16px;
  120. .filter {
  121. display: flex;
  122. flex-direction: row;
  123. justify-content: flex-start;
  124. align-items: center;
  125. .filterItem {
  126. display: flex;
  127. flex-direction: row;
  128. justify-content: center;
  129. align-items: center;
  130. }
  131. }
  132. .btnGroup {
  133. &>span {
  134. display: inline-block;
  135. text-align: center;
  136. width: 56px;
  137. height: 24px;
  138. line-height: 24px;
  139. background: #3377FF;
  140. color: #FFF;
  141. border-radius: 4px;
  142. cursor: pointer;
  143. }
  144. }
  145. }
  146. .tixiMenuSet {
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. flex-direction: column;
  151. width: 100%;
  152. height:calc(100vh - 72px);
  153. .despcrip {
  154. height: 14px;
  155. line-height: 14px;
  156. font-size: 14px;
  157. color: #7A8599;
  158. margin-top: 16px;
  159. margin-bottom: 15px;
  160. }
  161. }
  162. }
  163. }
  164. }
  165. .StandardProjectMana {
  166. padding: 16px;
  167. background: #FFFFFF;
  168. border-radius: 4px;
  169. .toolBar {
  170. display: flex;
  171. flex-direction: row;
  172. justify-content: space-between;
  173. align-items: center;
  174. .filter {
  175. display: flex;
  176. flex-direction: row;
  177. justify-content: flex-start;
  178. align-items: center;
  179. .filterItem {
  180. display: flex;
  181. flex-direction: row;
  182. justify-content: center;
  183. align-items: center;
  184. }
  185. }
  186. .btnGroup {
  187. .import {
  188. cursor: pointer;
  189. display: inline-block;
  190. font-size: 14px;
  191. font-weight: 400;
  192. color: #17181A;
  193. line-height: 24px;
  194. padding: 0 14px;
  195. margin-right: 8px;
  196. background: #FAFCFF;
  197. border-radius: 4px;
  198. border: 1px solid #DAE2F2;
  199. }
  200. .add {
  201. cursor: pointer;
  202. display: inline-block;
  203. font-size: 14px;
  204. font-weight: 400;
  205. color: #FFFFFF;
  206. line-height: 24px;
  207. padding: 0 14px;
  208. background: #3377FF;
  209. border-radius: 4px;
  210. }
  211. }
  212. }
  213. }