deptConsole.less 9.3 KB

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