deptConsole.less 9.8 KB

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