console.less 8.7 KB

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