console.less 9.4 KB

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