fzfx.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. .grid-wrapper {
  2. box-sizing: border-box;
  3. color: #ffffff;
  4. padding: 23px 16px 16px;
  5. height: calc(100% - 94px);
  6. display: grid;
  7. grid-gap: 8px;
  8. grid-template-columns: repeat(3, 1fr);
  9. grid-template-rows: repeat(2, 1fr);
  10. grid-template-areas: "left center right" "left bottom bottom"; }
  11. /*.grid-wrapper > div {
  12. overflow: hidden;
  13. background-color: #001346;
  14. padding: 4px;
  15. }*/
  16. .grid-wrapper > div .wrapper {
  17. border-radius: 6px;
  18. height: 100%;
  19. background-color: #001346;
  20. overflow: hidden;
  21. }
  22. .grid-wrapper > div .tab-t {
  23. padding-left: 102px;
  24. height: 40px;
  25. line-height: 40px;
  26. background-color: #0f215c;
  27. }
  28. .grid-wrapper .tab-t>.tab-title {
  29. font-size: 1.5em;
  30. position: relative;
  31. }
  32. .grid-wrapper .tab-t>.tab-title:before {
  33. content:"";
  34. position:absolute;
  35. left:-1.5em;
  36. top:50%;
  37. width: 0.5em;
  38. height: 0.5em;
  39. border:2px solid #6DDFE9;
  40. transform:rotate(45deg) translateY(-50%);
  41. -ms-transform:rotate(45deg) translateY(-50%); /* IE 9 */
  42. -moz-transform:rotate(45deg) translateY(-50%); /* Firefox */
  43. -webkit-transform:rotate(45deg) translateY(-50%); /* Safari 和 Chrome */
  44. -o-transform:rotate(45deg) translateY(-50%); /* Opera */
  45. }
  46. .grid-wrapper .left {
  47. grid-area: left;
  48. }
  49. .grid-wrapper .left .left-side-bar{
  50. position:relative;
  51. }
  52. .left .left-side-table{
  53. position:absolute;
  54. bottom:0px;
  55. left:0px;
  56. width:100%;
  57. padding:20px 5%;
  58. background-color: #001346;
  59. height:calc(56% - 40px);
  60. display:none
  61. }
  62. #table-clfb th{
  63. color:#6DDFE9
  64. }
  65. #table-clfb tr,#table-clfb td,#table-clfb th{
  66. height:33px;
  67. vertical-align:middle;
  68. border:1px solid #528DFF
  69. }
  70. #table-clfb tr td{
  71. text-align:center
  72. }
  73. .grid-wrapper .left .calendar{
  74. height:calc(44% - 40px);
  75. }
  76. .grid-wrapper .left .calendar .tabs {
  77. display: flex;
  78. justify-content: space-around;
  79. align-items: center;
  80. height: 58px;
  81. border-bottom: 3px solid transparent;
  82. border-image: linear-gradient(-90deg, #0A214A, #6DDFE9, #0A214A) 10;
  83. }
  84. .grid-wrapper .left .calendar .tabs .tab {
  85. cursor: pointer;
  86. font-size: 1.4em;
  87. color: #A5ACA4;
  88. }
  89. .grid-wrapper .left .calendar .tabs .tab.active {
  90. color: #6DDFE9;
  91. }
  92. .grid-wrapper .left .calendar #calendarWrapper .calendar-wrapper {
  93. display: none;
  94. }
  95. .grid-wrapper #chartLeft1{
  96. height:25%;
  97. }
  98. .grid-wrapper #chartLeft2{
  99. height:31%;
  100. }
  101. .grid-wrapper #chartLeft3{
  102. height:31%;
  103. }
  104. #chart-clfb,#chart-tcqk,#chart-gjdzzcl{
  105. height:calc(100% - 40px);
  106. }
  107. .grid-wrapper .chart-tab-t{
  108. padding-left: 102px;
  109. height: 40px;
  110. line-height: 40px;
  111. }
  112. .grid-wrapper .chart-tab-t .chart-tab-title{
  113. font-size: 1em;
  114. position: relative;
  115. }
  116. .grid-wrapper .chart-tab-t .chart-tab-title:before{
  117. content:'';
  118. width:14px;
  119. height:14px;
  120. border-radius:50%;
  121. position:absolute;
  122. left:-20px;
  123. top:50%;
  124. background-color:#fff;
  125. transform:translateY(-50%);
  126. -ms-transform:translateY(-50%); /* IE 9 */
  127. -moz-transform:translateY(-50%); /* Firefox */
  128. -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
  129. -o-transform:translateY(-50%); /* Opera */
  130. }
  131. .grid-wrapper .center {
  132. grid-area: center;
  133. }
  134. .grid-wrapper .center .line1 {
  135. font-size: 1.4em;
  136. height: 40px;
  137. display: flex;
  138. align-items: center;
  139. }
  140. .grid-wrapper .center .line1 .division {
  141. flex: 1;
  142. height: 2px;
  143. background-color:#528DFF;
  144. }
  145. .grid-wrapper .center .line1 .cont {
  146. margin: 1px 20px;
  147. }
  148. .grid-wrapper .center .line1 img {
  149. width: 30px;
  150. }
  151. .grid-wrapper .center .line2 {
  152. color: #ffffff;
  153. display: flex;
  154. align-items: center;
  155. justify-content: center;
  156. position:relative;
  157. padding-bottom:20px;
  158. height:68px;
  159. }
  160. .grid-wrapper .center .line2:before{
  161. content:'';
  162. position:absolute;
  163. bottom:0px;
  164. left:10%;
  165. height:3px;
  166. width:80%;
  167. background: linear-gradient(to right, rgba(105,248,254,0), #6DDFE9, rgba(105,248,254,0));
  168. }
  169. .grid-wrapper .center .line2 .wait-finish{
  170. margin-right: 30px;
  171. }
  172. .grid-wrapper .center .line2 .wait-finish .wait-do{
  173. text-align:center;
  174. }
  175. .grid-wrapper .center .line2 img {
  176. width: 50px;
  177. }
  178. .grid-wrapper .center .line2 .cross-line{
  179. width:1px;
  180. height:60px;
  181. background-color:#6DDFE9;
  182. }
  183. .grid-wrapper .center .line2 .list {
  184. overflow:hidden;
  185. height:100%;
  186. max-width:60%;
  187. padding-left: 30px;
  188. }
  189. /* .grid-wrapper .center .line2 .list .item {
  190. overflow:hidden;
  191. height: 26px;
  192. line-height: 26px;
  193. text-overflow:ellipsis;
  194. white-space: nowrap;
  195. }
  196. .grid-wrapper .center .line2 .list .item .title {
  197. color: #6DDFE9;
  198. } */
  199. .grid-wrapper .center .line2 .top{
  200. display: flex;
  201. }
  202. .grid-wrapper .center .line2 .top .cell{
  203. margin: 5px 8px;
  204. border: #64CFDC 1px solid;
  205. border-radius: 5px;
  206. padding: 5px;
  207. }
  208. .grid-wrapper .center .line2 .top .cell .title{
  209. color: #69bdfd;
  210. font-size: 18px;
  211. }
  212. .grid-wrapper .center .line2 .top .cell .content{
  213. font-weight: 600;
  214. font-size: 18px;
  215. }
  216. .grid-wrapper .line3{
  217. margin-top:10px;
  218. height:calc(100% - 148px);
  219. }
  220. .ln-Dropdown{
  221. cursor: pointer;
  222. position: relative;
  223. display: inline-block;
  224. }
  225. .ln-Dropdown .ln-Dropdown-content{
  226. min-width: 100px;
  227. background-color: #ddd;
  228. display: none;
  229. z-index: 999;
  230. position: absolute;
  231. top: 80%;
  232. /* transform: translateX(-150%); */
  233. /* width: 100%; */
  234. border-radius: 5px;
  235. padding: 5px 0;
  236. }
  237. .ln-Dropdown .ln-Dropdown-content .ln-Dropdown-item{
  238. color: #000;
  239. text-align: center;
  240. line-height: 180%;
  241. padding: 0 20px;
  242. }
  243. .grid-wrapper .line3 .ln-Dropdown .ln-Dropdown-content .ln-Dropdown-item:hover{
  244. background-color: #b9e4e8;
  245. }
  246. #chartCenter{
  247. height:100%;
  248. }
  249. #chart-ydfscts{
  250. height: calc(100% - 40px);
  251. }
  252. .grid-wrapper .right {
  253. grid-area: right;
  254. }
  255. .right .charts-content{
  256. height:calc(100% - 40px);
  257. }
  258. #chartRight1{
  259. height:45%;
  260. }
  261. #chart-ttfb{
  262. height:calc(100% - 40px);
  263. }
  264. #chartRight2{
  265. height:55%;
  266. }
  267. #chart-ydttsl{
  268. height:calc(100% - 40px);
  269. }
  270. .grid-wrapper .bottom {
  271. grid-area: bottom;
  272. }
  273. /*
  274. .grid-wrapper .bottom .wrapper {
  275. display: flex;
  276. flex-direction: column;
  277. }*/
  278. .grid-wrapper .bottom .wrapper .chartBlock {
  279. display: flex;
  280. height:calc(100% - 40px);
  281. }
  282. .grid-wrapper .bottom .wrapper .chartBlock > #chartBottom1 ,.grid-wrapper .bottom .wrapper .chartBlock > #chartBottom2{
  283. height: 100%;
  284. flex: 1;
  285. display: flex;
  286. flex-direction: column;
  287. }
  288. .grid-wrapper .bottom .wrapper .chartBlock > #chartBottom1{
  289. position:relative;
  290. }
  291. #chartBottom1 .choosebtn{
  292. position:absolute;
  293. right:1em;
  294. top:0;
  295. z-index:99;
  296. }
  297. .grid-wrapper .bottom .wrapper .chartBlock > #chartBottom1 .choosepc{
  298. cursor:pointer;
  299. font-size: 1.2em;
  300. height: 40px;
  301. display: flex;
  302. align-items: center;
  303. }
  304. #chartBottom1 .choosepc .choose-item{
  305. margin-right:10px;
  306. }
  307. #chartBottom1 .choosebtn .choosebox{
  308. display:none;
  309. width:180px;
  310. padding:15px;
  311. position:absolute;
  312. top:40px;
  313. right:0;
  314. border:1px solid #3bb3e0;
  315. background-color:#001346;
  316. }
  317. #chartBottom1 .choosebtn .choosebox .box-btns{
  318. display: flex;
  319. flex:1;
  320. justify-content:space-around;
  321. }
  322. .a_demo_two {
  323. background-color:#3bb3e0;
  324. padding:10px 15px;
  325. position:relative;
  326. font-family: 'Open Sans', sans-serif;
  327. font-size:12px;
  328. text-decoration:none;
  329. color:#fff;
  330. background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  331. background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  332. background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  333. background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  334. background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  335. background-image: -webkit-gradient(
  336. linear,
  337. left bottom,
  338. left top,
  339. color-stop(0, rgb(44,160,202)),
  340. color-stop(1, rgb(62,184,229))
  341. );
  342. -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
  343. -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
  344. -o-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
  345. box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
  346. -webkit-border-radius: 5px;
  347. -moz-border-radius: 5px;
  348. -o-border-radius: 5px;
  349. border-radius: 5px;
  350. }
  351. .a_demo_two::before {
  352. background-color:#072239;
  353. content:"";
  354. display:block;
  355. position:absolute;
  356. width:100%;
  357. height:100%;
  358. padding-left:2px;
  359. padding-right:2px;
  360. padding-bottom:4px;
  361. left:-2px;
  362. top:5px;
  363. z-index:-1;
  364. -webkit-border-radius: 6px;
  365. -moz-border-radius: 6px;
  366. -o-border-radius: 6px;
  367. border-radius: 6px;
  368. }
  369. .a_demo_two:active {
  370. color:#156785;
  371. text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
  372. background:rgb(44,160,202);
  373. -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  374. -moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  375. -o-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  376. box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  377. top:3px;
  378. }
  379. .a_demo_two:active::before {
  380. top:-2px;
  381. }
  382. .switch-bt-active{
  383. color: #156785;
  384. text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
  385. background: rgb(44,160,202);
  386. -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  387. -moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  388. -o-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  389. box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  390. top:3px;
  391. }
  392. .choosebox .tab-areas{
  393. height:130px;
  394. padding-top:20px;
  395. }
  396. #tab-area1,#tab-area2{
  397. height:100%;
  398. }
  399. #tab-area1 .pc-nums{
  400. height:100%;
  401. overflow:hidden;
  402. background-color:#fff;
  403. }
  404. #tab-area1 .pc-nums .item{
  405. overflow:hidden;
  406. height: 28px;
  407. line-height: 28px;
  408. text-overflow:ellipsis;
  409. white-space: nowrap;
  410. color:#333;
  411. padding-left:5px;
  412. cursor:pointer;
  413. }
  414. #tab-area1 .pc-nums .item:hover{
  415. background-color:#9de5f5;
  416. color:#fff
  417. }
  418. .tabshow{
  419. display:none !important;
  420. }
  421. #tab-area2{
  422. display: flex;
  423. flex:1;
  424. justify-content:space-around;
  425. }
  426. #tab-area2 .select{
  427. display: inline-block;
  428. width: 45%;
  429. height:28px;
  430. position: relative;
  431. vertical-align: middle;
  432. padding: 2px;
  433. overflow: hidden;
  434. background-color: #fff;
  435. color: #555;
  436. text-shadow: none;
  437. border-radius: 4px;
  438. transition: box-shadow 0.25s ease;
  439. z-index: 2;
  440. }
  441. #tab-area2 .select-list{
  442. width: 45%;
  443. height:100%;
  444. overflow:hidden;
  445. background-color:#fff;
  446. }
  447. #tab-area2 .select-list .item{
  448. overflow:hidden;
  449. height: 28px;
  450. line-height: 28px;
  451. text-overflow:ellipsis;
  452. white-space: nowrap;
  453. color:#333;
  454. padding-left:5px;
  455. cursor:pointer;
  456. }
  457. #tab-area2 .select-list .item:hover{
  458. background-color:#9de5f5;
  459. color:#fff
  460. }
  461. #tab-area2 .select:hover {
  462. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  463. }
  464. #tab-area2 .select:before {
  465. content: "";
  466. position: absolute;
  467. width: 0;
  468. height: 0;
  469. border: 3px solid transparent;
  470. border-top-color: #ccc;
  471. top: 12px;
  472. right: 4px;
  473. cursor: pointer;
  474. z-index: -2;
  475. }
  476. #tab-area2 .select select {
  477. cursor: pointer;
  478. padding: 3px 0px;
  479. width: 100%;
  480. border: none;
  481. background: transparent;
  482. background-image: none;
  483. -webkit-appearance: none;
  484. -moz-appearance: none;
  485. }
  486. #tab-area2 .select select:focus {
  487. outline: none;
  488. }
  489. #chartBottom1 .choosepc .cont img{
  490. width:30px;
  491. }
  492. #chart-pzfb1,#chart-fmczfb1{
  493. height:50%;
  494. }
  495. #chart-fmczfb2,#chart-pzfb2{
  496. height:40%;
  497. }
  498. /*
  499. .grid-wrapper .bottom .wrapper .block {
  500. height: 48%;
  501. }*/
  502. .grid-wrapper .bottom .wrapper .block .panel {
  503. display: flex;
  504. }
  505. .grid-wrapper .bottom .wrapper .block .panel > div {
  506. width: 50%;
  507. }
  508. .calendar-wrapper {
  509. color: #ffffff;
  510. position: relative;
  511. margin: 15px;
  512. min-height: 155px;
  513. margin-top:10px;
  514. }
  515. .calendar-wrapper .flexoCalendar {
  516. margin: 0 auto;
  517. border-collapse: separate;
  518. width: 100%;
  519. position: relative;
  520. z-index: 1; }
  521. .flexoCalendar td, .flexoCalendar th {
  522. border: 0 none;
  523. height: 30px;
  524. line-height:30px;
  525. text-align: center;
  526. width: 32px;
  527. font-size: 1.2em;
  528. cursor: pointer;
  529. }
  530. .flexoCalendar th {
  531. font-size: 1.4em;
  532. }
  533. .flexoCalendar tr th .icon-arrow-left {
  534. display: inline-block;
  535. height: 16px;
  536. line-height: 16px;
  537. margin-top: 4px;
  538. vertical-align: text-top;
  539. width: 12px;
  540. cursor: pointer;
  541. position:relative;
  542. }
  543. .icon-arrow-left:before,.icon-arrow-left:after{
  544. width: 0;
  545. height: 0;
  546. display: block;
  547. position: absolute;
  548. left: 0;
  549. top: 0;
  550. z-index: 5;
  551. border-top: 10px transparent dashed;
  552. border-left: 10px transparent dashed;
  553. border-bottom: 10px transparent dashed;
  554. border-right: 10px #001346 solid;
  555. overflow: hidden;
  556. }
  557. .icon-arrow-left:before {
  558. content: '';
  559. border-right: 10px #6DDFE9 solid;
  560. }
  561. .icon-arrow-left:after {
  562. content:'';
  563. left:3px;
  564. border-right: 10px #001346 solid;
  565. }
  566. .flexoCalendar tr th .icon-arrow-right {
  567. display: inline-block;
  568. height: 16px;
  569. line-height: 16px;
  570. margin-top: 4px;
  571. vertical-align: text-top;
  572. width: 12px;
  573. cursor: pointer;
  574. position:relative;
  575. }
  576. .icon-arrow-right:before,.icon-arrow-right:after{
  577. width: 0;
  578. height: 0;
  579. display: block;
  580. position: absolute;
  581. left: 0;
  582. top: 0;
  583. border-top: 10px transparent dashed;
  584. border-right: 10px transparent dashed;
  585. border-bottom: 10px transparent dashed;
  586. border-left: 10px #6DDFE9 solid;
  587. overflow: hidden;
  588. }
  589. .icon-arrow-right:after {
  590. content: '';
  591. border-left: 10px #001346 solid;
  592. }
  593. .icon-arrow-right:before {
  594. content:'';
  595. left:3px;
  596. border-left: 10px #6DDFE9 solid;
  597. }
  598. .flexoCalendar thead tr {
  599. height: 40px;
  600. color: #fff;
  601. }
  602. .flexoCalendar thead tr:nth-child(2){
  603. height:50px;
  604. }
  605. .flexoCalendar thead tr:first-child th {
  606. cursor: pointer; }
  607. .flexoCalendar thead tr:first-child th:hover .icon-arrow-right:after{
  608. border-left-color: #2b488e;
  609. }
  610. .flexoCalendar thead tr:first-child th:hover .icon-arrow-left:after{
  611. border-right-color: #2b488e;
  612. }
  613. .flexoCalendar thead tr:first-child th:hover {
  614. background: #2b488e;
  615. }
  616. .flexoCalendar tr td.other-month {
  617. color: #aaa; }
  618. .flexoCalendar thead, .flexoCalendar th {
  619. font-weight: normal;
  620. color: #fff; }
  621. .flexoCalendar tr th.current-year {
  622. width: 60%; }
  623. .flexoCalendar td.selected-day span {
  624. color: #2b488e; }
  625. .flexoCalendar tr td .day {
  626. display: block;
  627. height: 30px;
  628. line-height: 30px;
  629. text-align: center;
  630. margin: 1px;
  631. border: 1px solid transparent; }
  632. .flexoCalendar tr td.current-day > div, .flexoCalendar td.current-day > span {
  633. border: 1px solid #2b488e !important;
  634. border-radius: 4px;
  635. color: #2b488e; }
  636. .flexoCalendar tr td.selected > div, .flexoCalendar tr td.selected > span, .flexoCalendar tr td.selected > div span {
  637. border-radius: 4px;
  638. background-color: #2b488e;
  639. color: #fff !important;
  640. }
  641. #calendar-weekly .calendar-hd, #calendar-monthly .calendar-hd, #calendar-weekly tbody td {
  642. height: 40px;
  643. }
  644. #calendar-weekly tr td div {
  645. margin-bottom: 2px; }
  646. #calendar-weekly tr td .week {
  647. width: 100%;
  648. height: 100%;
  649. line-height: 30px;
  650. color: #fff;
  651. text-align: center; }
  652. #calendar-weekly tr td .process {
  653. color: #999;
  654. margin-left: 20px;
  655. display: inline-block;
  656. width: 57px;
  657. text-align: left; }
  658. #calendar-monthly td.tmonth .month {
  659. display: block;
  660. width: 80%;
  661. margin:0 auto;
  662. font-size:1.2em;
  663. text-align: center;
  664. border-radius: 4px;
  665. color: #fff;
  666. border: 1px solid transparent;
  667. }
  668. #calendar-monthly td.current-month .month {
  669. border: 1px solid #2b488e;
  670. }
  671. #calendar-weekly tr td.week1 div, .tmonth.month1 span, .tmonth.month2 span, .tmonth.month3 span, .tmonth.month4 span {
  672. margin-top: 10px !important;
  673. }