deptConsole.less 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  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. .homegodetail {
  374. cursor: pointer;
  375. p {
  376. color: @fstColor;
  377. }
  378. &:hover p.td02name {
  379. color: @activeColor;
  380. }
  381. }
  382. .td03 {
  383. width: 40px;
  384. }
  385. .td04 {
  386. width: 60px;
  387. }
  388. }
  389. }
  390. .part02{
  391. // border-right: 10px solid #f5f5f5;
  392. box-sizing: border-box;
  393. width: 62%;
  394. background-color: @themeColor;
  395. .bingli {
  396. padding: 20px;
  397. cursor: pointer;
  398. li {
  399. float: left;
  400. width: 23%;
  401. text-align: center;
  402. border-right: 1px solid @themeBorderClr;
  403. }
  404. .fst {
  405. // border-right: 1px solid #E2E5EF;
  406. box-sizing: border-box;
  407. width: 30%;
  408. cursor: default;
  409. }
  410. .four {
  411. border-right: 0 none;
  412. }
  413. }
  414. .bingliLis {
  415. border-top: 1px solid @themeBorderClr;
  416. padding: 20px 30px;
  417. cursor: pointer;
  418. p {
  419. text-align: center;
  420. // font-weight: bold;
  421. font-size: 16px;
  422. padding-bottom: 2px;
  423. margin-bottom: 10px;
  424. cursor: pointer;
  425. color: @secColor;
  426. img {
  427. top: 1px;
  428. }
  429. }
  430. }
  431. .panPartPub {
  432. width: 33.33%;
  433. height: 130px;
  434. float: left;
  435. position: relative;
  436. p {
  437. text-align: center;
  438. font-size: 12px;
  439. font-weight: normal;
  440. width: 100px;
  441. position: absolute;
  442. bottom: 0;
  443. left: 50%;
  444. margin-left: -50px;
  445. }
  446. .fen {
  447. width: 100px;
  448. height: 100px;
  449. position: absolute;
  450. left: 50%;
  451. margin-left: -50px;
  452. }
  453. }
  454. }
  455. .partTitlePub {
  456. height: 44px;
  457. line-height: 44px;
  458. padding: 0 15px;
  459. box-sizing: border-box;
  460. border-bottom: 1px solid @themeBorderClr;
  461. // font-weight: bold;
  462. font-size: 16px;
  463. color: @fstColor;
  464. cursor: pointer;
  465. .name {
  466. float: left;
  467. font-size: 16px;
  468. color: @fstColor;
  469. }
  470. .personNum {
  471. float: right;
  472. color: #51649C;
  473. color: @fstColor;
  474. }
  475. }
  476. .numShow {
  477. font-size: 28px;
  478. display: inline-block;
  479. height: 36px;
  480. line-height: 40px;
  481. font-weight: bold;
  482. color: @fstColor;
  483. }
  484. .explainNum {
  485. margin-top: 8px;
  486. color: @secColor;
  487. }
  488. .toggleSlide {
  489. cursor: pointer;
  490. margin-right: 20px;
  491. margin-top: 6px;
  492. p {
  493. width: 170px;
  494. height: 30px;
  495. line-height: 28px;
  496. border: 1px solid #E2E5EF;
  497. padding-right: 20px;
  498. padding-left: 10px;
  499. position: relative;
  500. font-size: 14px;
  501. border-radius: 4px;
  502. font-weight: normal;
  503. span {
  504. width: 155px;
  505. height: 30px;
  506. line-height: 30px;
  507. display: inline-block;
  508. overflow: hidden;
  509. text-overflow: ellipsis;
  510. white-space: nowrap;
  511. font-size: 14px;
  512. color: @fstColor;
  513. }
  514. img {
  515. width: 10px;
  516. position: absolute;
  517. right: 10px;
  518. top: 12px;
  519. }
  520. }
  521. ul {
  522. display: none;
  523. background-color: #203463;
  524. font-weight: normal;
  525. border: 1px solid @darkLightBorderColor;
  526. z-index: 100;
  527. padding: 0;
  528. position: relative;
  529. top: -15px;
  530. li {
  531. height: 30px;
  532. line-height: 30px;
  533. padding: 0 10px;
  534. width: 180px;
  535. overflow: hidden;
  536. text-overflow: ellipsis;
  537. white-space: nowrap;
  538. font-size: 14px;
  539. color: @fstColor;
  540. &:hover {
  541. background-color: #142753;
  542. }
  543. }
  544. }
  545. }
  546. .circleBLis {
  547. // display: none;
  548. position: relative;
  549. .homePage {
  550. width: 45%;
  551. border-right: 10px solid @activeBg;
  552. box-sizing: border-box;
  553. }
  554. .homePageNo {
  555. width: 55%;
  556. }
  557. }
  558. .emptyLineCircle {
  559. width: 100%;
  560. height: 300px;
  561. margin-top: 0;
  562. }