style.less 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. .IndicatorMana {
  2. width: 100%;
  3. .bigTab {
  4. display: flex;
  5. flex-direction: row;
  6. justify-content: flex-start;
  7. align-items: center;
  8. padding-left: 8px;
  9. .tab {
  10. cursor: pointer;
  11. text-align: center;
  12. width: 80px;
  13. height: 32px;
  14. line-height: 32px;
  15. background: #e6eaf2;
  16. border-radius: 8px 8px 0px 0px;
  17. font-weight: 400;
  18. font-size: 14px;
  19. color: #17181a;
  20. margin-right: 4px;
  21. &.on {
  22. color: #3377ff;
  23. background: #fff;
  24. }
  25. }
  26. }
  27. .FillingMana-detail {
  28. .FillingMana-detail-header {
  29. height: 80px;
  30. padding: 16px;
  31. background: #ffffff;
  32. border-radius: 4px;
  33. margin-bottom: 16px;
  34. .FillingMana-detail-header-title {
  35. display: flex;
  36. flex-direction: row;
  37. justify-content: flex-start;
  38. align-items: center;
  39. margin-bottom: 10px;
  40. .backBtn {
  41. cursor: pointer;
  42. display: flex;
  43. justify-content: center;
  44. align-items: center;
  45. width: 24px;
  46. height: 24px;
  47. background: #fafcff;
  48. border-radius: 4px;
  49. margin-right: 12px;
  50. border: 1px solid #dae2f2;
  51. }
  52. & > span {
  53. font-weight: bold;
  54. font-size: 20px;
  55. color: #17181a;
  56. height: 20px;
  57. line-height: 20px;
  58. }
  59. }
  60. .FillingMana-detail-header-title-sub {
  61. display: flex;
  62. flex-direction: row;
  63. justify-content: flex-start;
  64. align-items: center;
  65. padding-left: 36px;
  66. & > span {
  67. display: inline-block;
  68. height: 14px;
  69. line-height: 14px;
  70. font-weight: 400;
  71. font-size: 14px;
  72. color: #525866;
  73. margin-right: 24px;
  74. &:last-child {
  75. display: inline-block;
  76. width: calc(100% - 200px);
  77. overflow: hidden;
  78. text-wrap: nowrap;
  79. text-overflow: ellipsis;
  80. }
  81. }
  82. }
  83. }
  84. .currentBigTab1content {
  85. display: flex;
  86. width: 100%;
  87. height: calc(100vh - 210px);
  88. flex-direction: column;
  89. justify-content: center;
  90. align-items: center;
  91. padding: 16px;
  92. background: #ffffff;
  93. border-radius: 4px;
  94. & > img {
  95. width: 160px;
  96. height: 140px;
  97. }
  98. .detail-noAuthRecord-title {
  99. font-weight: 500;
  100. font-size: 24px;
  101. height: 24px;
  102. color: #17181a;
  103. line-height: 24px;
  104. margin-top: 24px;
  105. margin-bottom: 16px;
  106. }
  107. .detail-noAuthRecord-title-sub {
  108. font-weight: 400;
  109. font-size: 14px;
  110. height: 14px;
  111. color: #7a8599;
  112. line-height: 14px;
  113. }
  114. .backBtn {
  115. width: 56px;
  116. height: 24px;
  117. text-align: center;
  118. margin-top: 24px;
  119. background: #3377ff;
  120. border-radius: 4px;
  121. font-weight: 400;
  122. font-size: 14px;
  123. color: #ffffff;
  124. line-height: 24px;
  125. cursor: pointer;
  126. }
  127. }
  128. .FillingMana-detail-content {
  129. padding: 16px;
  130. padding-top: 0;
  131. background: #ffffff;
  132. border-radius: 4px;
  133. .tabBar {
  134. display: flex;
  135. flex-direction: row;
  136. justify-content: space-between;
  137. align-items: center;
  138. .dataManaBtn {
  139. cursor: pointer;
  140. font-weight: 400;
  141. font-size: 14px;
  142. color: #3376fe;
  143. }
  144. .kcmp-ant-tabs {
  145. .kcmp-ant-tabs-nav {
  146. &::before {
  147. border-bottom: none;
  148. }
  149. .kcmp-ant-tabs-nav-wrap {
  150. .kcmp-ant-tabs-nav-list {
  151. .kcmp-ant-tabs-tab {
  152. padding-bottom: 5px;
  153. }
  154. }
  155. }
  156. }
  157. }
  158. }
  159. .toolBar {
  160. display: flex;
  161. flex-direction: row;
  162. justify-content: space-between;
  163. align-items: center;
  164. margin-bottom: 16px;
  165. .filter {
  166. display: flex;
  167. flex-direction: row;
  168. justify-content: flex-start;
  169. align-items: center;
  170. .filterItem {
  171. display: flex;
  172. flex-direction: row;
  173. justify-content: center;
  174. align-items: center;
  175. }
  176. }
  177. .btnGroup {
  178. .changeBtn {
  179. display: flex;
  180. flex-direction: row;
  181. justify-content: flex-start;
  182. align-items: center;
  183. .actBtn {
  184. cursor: pointer;
  185. display: flex;
  186. justify-content: center;
  187. align-items: center;
  188. width: 24px;
  189. height: 24px;
  190. background: #fafcff;
  191. border-radius: 4px;
  192. border: 1px solid #dae2f2;
  193. }
  194. }
  195. }
  196. }
  197. }
  198. }
  199. .content {
  200. display: flex;
  201. flex: 1;
  202. width: 100%;
  203. height: 100%;
  204. flex-direction: row;
  205. justify-content: space-between;
  206. align-items: flex-start;
  207. .left {
  208. width: 220px;
  209. height: calc(100vh - 80px);
  210. padding: 0px;
  211. padding-top: 8px;
  212. border-radius: 4px;
  213. background-color: #fff;
  214. }
  215. .right {
  216. width: calc(100% - 236px);
  217. padding: 16px;
  218. background-color: #fff;
  219. border-radius: 4px;
  220. .tableTitle {
  221. height: 16px;
  222. font-weight: bold;
  223. font-size: 16px;
  224. color: #17181a;
  225. line-height: 16px;
  226. margin-bottom: 16px;
  227. }
  228. .toolBar {
  229. display: flex;
  230. flex-direction: row;
  231. justify-content: space-between;
  232. align-items: center;
  233. margin-bottom: 16px;
  234. .filter {
  235. display: flex;
  236. flex-direction: row;
  237. justify-content: flex-start;
  238. align-items: center;
  239. .filterItem {
  240. display: flex;
  241. flex-direction: row;
  242. justify-content: center;
  243. align-items: center;
  244. }
  245. }
  246. .btnGroup {
  247. .add {
  248. cursor: pointer;
  249. display: inline-block;
  250. font-size: 14px;
  251. font-weight: 400;
  252. color: #ffffff;
  253. line-height: 24px;
  254. padding: 0 14px;
  255. background: #3377ff;
  256. border-radius: 4px;
  257. }
  258. }
  259. }
  260. }
  261. }
  262. }