fzfx.css 14 KB

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