deptConsole.less 9.2 KB

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