console.less 10 KB

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