deptConsole.less 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  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: 22px;
  221. line-height: 22px;
  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. tr:nth-child(2n+1) {
  334. background: #283B69;
  335. /*border-bottom: 1px solid @activeBg;
  336. box-sizing: border-box;*/
  337. }
  338. .td01 {
  339. width: 30px;
  340. }
  341. .td02 {
  342. }
  343. .td03 {
  344. width: 40px;
  345. }
  346. .td04 {
  347. width: 40px;
  348. }
  349. }
  350. }
  351. .part02{
  352. // border-right: 10px solid #f5f5f5;
  353. box-sizing: border-box;
  354. width: 62%;
  355. background-color: @themeColor;
  356. .bingli {
  357. padding: 20px;
  358. cursor: pointer;
  359. li {
  360. float: left;
  361. width: 23%;
  362. text-align: center;
  363. border-right: 1px solid @themeBorderClr;
  364. }
  365. .fst {
  366. // border-right: 1px solid #E2E5EF;
  367. box-sizing: border-box;
  368. width: 30%;
  369. }
  370. .four {
  371. border-right: 0 none;
  372. }
  373. }
  374. .bingliLis {
  375. border-top: 1px solid @themeBorderClr;
  376. padding: 20px 30px;
  377. cursor: pointer;
  378. p {
  379. text-align: center;
  380. // font-weight: bold;
  381. font-size: 16px;
  382. padding-bottom: 2px;
  383. margin-bottom: 10px;
  384. cursor: pointer;
  385. color: @fstColor;
  386. img {
  387. top: 1px;
  388. }
  389. }
  390. }
  391. .panPartPub {
  392. width: 33.33%;
  393. height: 130px;
  394. float: left;
  395. position: relative;
  396. p {
  397. text-align: center;
  398. font-size: 12px;
  399. font-weight: normal;
  400. width: 100px;
  401. position: absolute;
  402. bottom: 0;
  403. left: 50%;
  404. margin-left: -50px;
  405. }
  406. .fen {
  407. width: 100px;
  408. height: 100px;
  409. position: absolute;
  410. left: 50%;
  411. margin-left: -50px;
  412. }
  413. }
  414. }
  415. .partTitlePub {
  416. height: 44px;
  417. line-height: 44px;
  418. padding: 0 15px;
  419. box-sizing: border-box;
  420. border-bottom: 1px solid @themeBorderClr;
  421. // font-weight: bold;
  422. font-size: 16px;
  423. color: @fstColor;
  424. cursor: pointer;
  425. .name {
  426. float: left;
  427. font-size: 16px;
  428. color: @fstColor;
  429. }
  430. .personNum {
  431. float: right;
  432. color: #51649C;
  433. color: @fstColor;
  434. }
  435. }
  436. .numShow {
  437. font-size: 28px;
  438. display: inline-block;
  439. height: 36px;
  440. line-height: 40px;
  441. font-weight: bold;
  442. color: @fstColor;
  443. }
  444. .explainNum {
  445. margin-top: 8px;
  446. color: @fstColor;
  447. }
  448. .toggleSlide {
  449. cursor: pointer;
  450. margin-right: 20px;
  451. margin-top: 6px;
  452. p {
  453. width: 170px;
  454. height: 30px;
  455. line-height: 28px;
  456. border: 1px solid #E2E5EF;
  457. padding-right: 20px;
  458. padding-left: 10px;
  459. position: relative;
  460. font-size: 14px;
  461. border-radius: 4px;
  462. font-weight: normal;
  463. span {
  464. width: 155px;
  465. height: 30px;
  466. line-height: 30px;
  467. display: inline-block;
  468. overflow: hidden;
  469. text-overflow: ellipsis;
  470. white-space: nowrap;
  471. font-size: 14px;
  472. color: @fstColor;
  473. }
  474. img {
  475. width: 10px;
  476. position: absolute;
  477. right: 10px;
  478. top: 12px;
  479. }
  480. }
  481. ul {
  482. display: none;
  483. background-color: #203463;
  484. font-weight: normal;
  485. border: 1px solid @darkLightBorderColor;
  486. z-index: 100;
  487. padding: 0;
  488. position: relative;
  489. top: -15px;
  490. li {
  491. height: 30px;
  492. line-height: 30px;
  493. padding: 0 10px;
  494. width: 180px;
  495. overflow: hidden;
  496. text-overflow: ellipsis;
  497. white-space: nowrap;
  498. font-size: 14px;
  499. color: @fstColor;
  500. &:hover {
  501. background-color: #142753;
  502. }
  503. }
  504. }
  505. }
  506. .circleBLis {
  507. // display: none;
  508. position: relative;
  509. .homePage {
  510. width: 45%;
  511. border-right: 10px solid @themeBorderClr;
  512. box-sizing: border-box;
  513. }
  514. .homePageNo {
  515. width: 55%;
  516. }
  517. }
  518. .emptyLineCircle {
  519. width: 100%;
  520. height: 300px;
  521. margin-top: 0;
  522. }