deptConsole.less 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. @import './reset.less';
  2. body.console {
  3. overflow: auto;
  4. background-color: @themeColor;
  5. }
  6. .echarts {
  7. width: 100%;
  8. height: 300px;
  9. padding: 0 15px;
  10. }
  11. .barChartPay {
  12. width: 100%;
  13. height: 300px;
  14. }
  15. .emptyCircle {
  16. width: 35%;
  17. height: 200px;
  18. float: left;
  19. margin-top: 32px;
  20. }
  21. #emptyCircleB {
  22. margin-top: 50px;
  23. }
  24. .partAll {
  25. background-color: #fff;
  26. }
  27. .partWrap {
  28. // overflow: auto;
  29. height: auto;
  30. background: @themeBorderClr;
  31. min-width: 1080px;
  32. ul {
  33. padding: 0 40px;
  34. }
  35. .partLi {
  36. float: left;
  37. margin: 15px 0;
  38. width: 20%;
  39. height: 100px;
  40. overflow: hidden;
  41. .partIn {
  42. height: 100px;
  43. box-sizing: border-box;
  44. border-radius: 3px;
  45. padding: 10px 15px;
  46. border: 1px solid #E2E5EF;
  47. margin: 0 6px;
  48. }
  49. p {
  50. padding-bottom: 10px;
  51. color: #51649C;
  52. }
  53. .top {
  54. margin-bottom: 12px;
  55. }
  56. .btm {
  57. padding-bottom: 4px;
  58. img {
  59. float: left;
  60. width: 40px;
  61. }
  62. span {
  63. float: right;
  64. font-size: 28px;
  65. color: #51649C;
  66. }
  67. }
  68. }
  69. .title {
  70. font-size: 16px;
  71. font-weight: bold;
  72. border-bottom: 1px solid @themeBorderClr;
  73. height: 36px;
  74. line-height: 36px;
  75. padding-left: 15px;
  76. }
  77. }
  78. .swiperWrap {
  79. width: 300px;
  80. border: 1px solid #ccc;
  81. }
  82. .grayLine {
  83. height: 10px;
  84. background-color: @themeBorderClr;
  85. }
  86. .partTitleT {
  87. height: 44px;
  88. }
  89. .partTitle {
  90. position: absolute;
  91. top: 0px;
  92. left: 0;
  93. width: 100%;
  94. min-width: 1080px;
  95. box-sizing: border-box;
  96. background-color: @themeColor;
  97. z-index: 20;
  98. height: 44px;
  99. line-height: 44px;
  100. padding-left: 15px;
  101. font-size: 14px;
  102. font-weight: bold;
  103. letter-spacing: 1px;
  104. p {
  105. display: inline-block;
  106. font-size: 16px;
  107. color: #fff;
  108. span,i {
  109. color: #fff;
  110. font-size: 16px;
  111. }
  112. }
  113. .dateDetail {
  114. font-size: 12px;
  115. color: #fff;
  116. margin-right: 30px;
  117. font-weight: normal;
  118. }
  119. .monthYear {
  120. float: right;
  121. margin-right: 20px;
  122. border: 1px solid @activeColor;
  123. height: 28px;
  124. line-height: 28px;
  125. border-radius: 4px;
  126. overflow: hidden;
  127. cursor: pointer;
  128. margin-top: 7px;
  129. span {
  130. width: 48px;
  131. height: 28px;
  132. line-height: 28px;
  133. display: inline-block;
  134. text-align: center;
  135. font-weight: normal;
  136. }
  137. .year {
  138. background-color: @activeColor;
  139. color: #fff;
  140. }
  141. .mon {
  142. color: #fff;
  143. }
  144. }
  145. }
  146. .partTitles {
  147. height: 44px;
  148. line-height: 44px;
  149. padding-left: 10px;
  150. margin-right: 0;
  151. }
  152. .pubEchart {
  153. width: 100%;
  154. display: inline-block;
  155. margin-bottom: 10px;
  156. background-color: #fff;
  157. border-top: 10px solid @themeBorderClr;
  158. }
  159. .pubEchartB {
  160. width: 55%;
  161. display: inline-block;
  162. margin-bottom: 10px;
  163. background-color: #fff;
  164. border-top: 10px solid @themeBorderClr;
  165. border-left: 10px solid @themeBorderClr;
  166. box-sizing: border-box;
  167. }
  168. .paymoney {
  169. box-sizing: border-box;
  170. position: relative;
  171. }
  172. .dept {
  173. box-sizing: border-box;
  174. }
  175. .circle {
  176. height: 304px;
  177. width: 100%;
  178. display: inline-block;
  179. background-color: @themeColor;
  180. box-sizing: border-box;
  181. position: relative;
  182. }
  183. .circleB {
  184. height: 350px;
  185. width: 100%;
  186. display: inline-block;
  187. background-color: @themeColor;
  188. box-sizing: border-box;
  189. border-top: 10px solid @themeBorderClr;
  190. position: relative;
  191. .title {
  192. cursor: pointer;
  193. color: #fff;
  194. }
  195. }
  196. .btmWrap {
  197. width: 100%;
  198. overflow: hidden;
  199. }
  200. .explainPan {
  201. width: 60%;
  202. float: right;
  203. position: absolute;
  204. top: 50%;
  205. right: 0;
  206. padding-right: 30px;
  207. box-sizing: border-box;
  208. max-height: 250px;
  209. overflow: auto;
  210. table {
  211. width: 100%;
  212. }
  213. .explainLi {
  214. height: 30px;
  215. line-height: 30px;
  216. span {
  217. display: inline-block;
  218. }
  219. .tip {
  220. display: inline-block;
  221. width: 10px;
  222. height: 10px;
  223. border-radius: 50%;
  224. background-color: red;
  225. margin-right: 10px;
  226. }
  227. .deptName {
  228. color: #fff;
  229. p {
  230. width: 110px;
  231. overflow: hidden;
  232. text-overflow: ellipsis;
  233. white-space: nowrap;
  234. color: #fff;
  235. }
  236. .smp {
  237. width: 100px;
  238. }
  239. }
  240. .deptNum {
  241. color: #fff;
  242. font-size: 16px;
  243. font-weight: bold;
  244. padding-right: 10px;
  245. width: 40px;
  246. text-align: right;
  247. }
  248. .percent {
  249. color: #fff;
  250. width: 40px;
  251. }
  252. }
  253. }
  254. .circleBSingle .explainPan .deptName p {
  255. width: 220px;
  256. }
  257. .detailGo {
  258. width: 16px;
  259. position: relative;
  260. top: 3px;
  261. left: 7px;
  262. }
  263. .part01 {
  264. width: 30%;
  265. background-color: @themeColor;
  266. border-right: 10px solid @themeBorderClr;
  267. box-sizing: border-box;
  268. ul {
  269. padding: 40px 20px;
  270. border-bottom: 10px solid @themeBorderClr;
  271. li {
  272. width: 50%;
  273. float: left;
  274. color: #fff;
  275. }
  276. .lis {
  277. border-left: 3px solid #F2637B;
  278. height: 72px;
  279. box-sizing: border-box;
  280. padding-left: 12px;
  281. margin-left: 60px;
  282. &.li02 {
  283. border-left: 3px solid #FAD336;
  284. }
  285. }
  286. }
  287. .defect {
  288. background-color: @themeColor;
  289. height: 452px;
  290. overflow: hidden;
  291. border-bottom: 10px solid @themeBorderClr;
  292. .list {
  293. padding: 15px 5px;
  294. width: 100%;
  295. box-sizing: border-box;
  296. overflow: auto;
  297. height: 405px;
  298. }
  299. .thead {
  300. td {
  301. color: #fff;
  302. }
  303. }
  304. .qtable {
  305. width: 100%;
  306. overflow: auto;
  307. }
  308. td {
  309. padding: 7px 10px;
  310. color: #fff;
  311. i {
  312. width: 17px;
  313. height: 17px;
  314. line-height: 17px;
  315. border-radius: 8px;
  316. background-color: #999;
  317. color: #fff;
  318. display: inline-block;
  319. text-align: center;
  320. font-size: 12px;
  321. }
  322. }
  323. tr {
  324. border-bottom: 1px solid @themeBorderClr;
  325. box-sizing: border-box;
  326. }
  327. .td01 {
  328. width: 30px;
  329. }
  330. .td02 {
  331. }
  332. .td03 {
  333. width: 40px;
  334. }
  335. .td04 {
  336. width: 40px;
  337. }
  338. }
  339. }
  340. .part02{
  341. // border-right: 10px solid #f5f5f5;
  342. box-sizing: border-box;
  343. width: 70%;
  344. background-color: @themeColor;
  345. .bingli {
  346. padding: 20px;
  347. cursor: pointer;
  348. li {
  349. float: left;
  350. width: 23%;
  351. text-align: center;
  352. border-right: 1px solid @themeBorderClr;
  353. }
  354. .fst {
  355. // border-right: 1px solid #E2E5EF;
  356. box-sizing: border-box;
  357. width: 30%;
  358. }
  359. .four {
  360. border-right: 0 none;
  361. }
  362. }
  363. .bingliLis {
  364. border-top: 1px solid @themeBorderClr;
  365. padding: 20px 30px;
  366. cursor: pointer;
  367. p {
  368. text-align: center;
  369. font-weight: bold;
  370. font-size: 16px;
  371. padding-bottom: 2px;
  372. margin-bottom: 10px;
  373. cursor: pointer;
  374. color: #fff;
  375. img {
  376. top: 1px;
  377. }
  378. }
  379. }
  380. .panPartPub {
  381. width: 33.33%;
  382. height: 130px;
  383. float: left;
  384. position: relative;
  385. p {
  386. text-align: center;
  387. font-size: 12px;
  388. font-weight: normal;
  389. width: 100px;
  390. position: absolute;
  391. bottom: 0;
  392. left: 50%;
  393. margin-left: -50px;
  394. }
  395. .fen {
  396. width: 100px;
  397. height: 100px;
  398. position: absolute;
  399. left: 50%;
  400. margin-left: -50px;
  401. }
  402. }
  403. }
  404. .partTitlePub {
  405. height: 44px;
  406. line-height: 44px;
  407. padding: 0 15px;
  408. box-sizing: border-box;
  409. border-bottom: 1px solid @themeBorderClr;
  410. font-weight: bold;
  411. font-size: 16px;
  412. color: #fff;
  413. cursor: pointer;
  414. .name {
  415. float: left;
  416. font-size: 16px;
  417. color: #fff;
  418. }
  419. .personNum {
  420. float: right;
  421. color: #51649C;
  422. color: #fff;
  423. }
  424. }
  425. .numShow {
  426. font-size: 28px;
  427. display: inline-block;
  428. height: 36px;
  429. line-height: 40px;
  430. font-weight: bold;
  431. color: #fff;
  432. }
  433. .explainNum {
  434. margin-top: 8px;
  435. color: #fff;
  436. }
  437. .toggleSlide {
  438. cursor: pointer;
  439. margin-right: 20px;
  440. margin-top: 6px;
  441. p {
  442. width: 170px;
  443. height: 30px;
  444. line-height: 28px;
  445. border: 1px solid #E2E5EF;
  446. padding-right: 20px;
  447. padding-left: 10px;
  448. position: relative;
  449. font-size: 14px;
  450. border-radius: 4px;
  451. font-weight: normal;
  452. span {
  453. width: 155px;
  454. height: 30px;
  455. line-height: 30px;
  456. display: inline-block;
  457. overflow: hidden;
  458. text-overflow: ellipsis;
  459. white-space: nowrap;
  460. font-size: 14px;
  461. }
  462. img {
  463. width: 10px;
  464. position: absolute;
  465. right: 10px;
  466. top: 12px;
  467. }
  468. }
  469. ul {
  470. display: none;
  471. background-color: #fff;
  472. font-weight: normal;
  473. border: 1px solid #E2E5EF;
  474. z-index: 100;
  475. padding: 0;
  476. position: relative;
  477. top: -15px;
  478. li {
  479. height: 30px;
  480. line-height: 30px;
  481. padding: 0 10px;
  482. width: 180px;
  483. overflow: hidden;
  484. text-overflow: ellipsis;
  485. white-space: nowrap;
  486. font-size: 14px;
  487. &:hover {
  488. background-color: #EEF4FF;
  489. }
  490. }
  491. }
  492. }
  493. .circleBLis {
  494. // display: none;
  495. position: relative;
  496. .homePage {
  497. width: 45%;
  498. border-right: 10px solid @themeBorderClr;
  499. box-sizing: border-box;
  500. }
  501. .homePageNo {
  502. width: 55%;
  503. }
  504. }
  505. .emptyLineCircle {
  506. width: 100%;
  507. height: 300px;
  508. margin-top: 0;
  509. }