console.less 13 KB

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