console.less 9.0 KB

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