deptConsole.less 12 KB

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