fzfx.css 15 KB

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