123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668 |
- .grid-wrapper {
- color: #ffffff;
- padding: 23px 16px 16px;
- height: calc(100% - 94px);
- display: grid;
- grid-gap: 8px;
- grid-template-columns: repeat(3, 1fr);
- grid-template-rows: repeat(2, 1fr);
- grid-template-areas: "left center right" "left bottom bottom"; }
- /*.grid-wrapper > div {
- overflow: hidden;
- background-color: #001346;
- padding: 4px;
- }*/
- .grid-wrapper > div .wrapper {
- border-radius: 6px;
- height: 100%;
- background-color: #001346;
- overflow: hidden;
- }
- .grid-wrapper > div .tab-t {
- padding-left: 102px;
- height: 40px;
- line-height: 40px;
- background-color: #0f215c;
- }
- .grid-wrapper .tab-t>.tab-title {
- font-size: 1.5em;
- position: relative;
- }
- .grid-wrapper .tab-t>.tab-title:before {
- content:"";
- position:absolute;
- left:-1.5em;
- top:50%;
- width: 0.5em;
- height: 0.5em;
- border:2px solid #6DDFE9;
- transform:rotate(45deg) translateY(-50%);
- -ms-transform:rotate(45deg) translateY(-50%); /* IE 9 */
- -moz-transform:rotate(45deg) translateY(-50%); /* Firefox */
- -webkit-transform:rotate(45deg) translateY(-50%); /* Safari 和 Chrome */
- -o-transform:rotate(45deg) translateY(-50%); /* Opera */
- }
- .grid-wrapper .left {
- grid-area: left;
- }
- .grid-wrapper .left .left-side-bar{
- position:relative;
- }
- .left .left-side-table{
- position:absolute;
- bottom:0px;
- left:0px;
- width:100%;
- padding:20px 5%;
- background-color: #001346;
- height:calc(56% - 40px);
- display:none
- }
- #table-clfb th{
- color:#6DDFE9
- }
- #table-clfb tr,#table-clfb td,#table-clfb th{
- height:33px;
- vertical-align:middle;
- border:1px solid #528DFF
- }
- #table-clfb tr td{
- text-align:center
-
- }
- .grid-wrapper .left .calendar{
- height:calc(44% - 40px);
- }
- .grid-wrapper .left .calendar .tabs {
- display: flex;
- justify-content: space-around;
- align-items: center;
- height: 58px;
- border-bottom: 3px solid transparent;
- border-image: linear-gradient(-90deg, #0A214A, #6DDFE9, #0A214A) 10;
- }
- .grid-wrapper .left .calendar .tabs .tab {
- cursor: pointer;
- font-size: 1.4em;
- color: #A5ACA4;
- }
- .grid-wrapper .left .calendar .tabs .tab.active {
- color: #6DDFE9;
- }
- .grid-wrapper .left .calendar #calendarWrapper .calendar-wrapper {
- display: none;
- }
- .grid-wrapper #chartLeft1{
- height:25%;
- }
- .grid-wrapper #chartLeft2{
- height:31%;
- }
- #chart-clfb,#chart-tcqk{
- height:calc(100% - 40px);
- }
- .grid-wrapper .chart-tab-t{
- padding-left: 102px;
- height: 40px;
- line-height: 40px;
- }
- .grid-wrapper .chart-tab-t .chart-tab-title{
- font-size: 1em;
- position: relative;
- }
- .grid-wrapper .chart-tab-t .chart-tab-title:before{
- content:'';
- width:14px;
- height:14px;
- border-radius:50%;
- position:absolute;
- left:-20px;
- top:50%;
- background-color:#fff;
- transform:translateY(-50%);
- -ms-transform:translateY(-50%); /* IE 9 */
- -moz-transform:translateY(-50%); /* Firefox */
- -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
- -o-transform:translateY(-50%); /* Opera */
- }
- .grid-wrapper .center {
- grid-area: center;
- }
- .grid-wrapper .center .line1 {
- font-size: 1.4em;
- height: 40px;
- display: flex;
- align-items: center;
- }
- .grid-wrapper .center .line1 .division {
- flex: 1;
- height: 2px;
- background-color:#528DFF;
- }
- .grid-wrapper .center .line1 .cont {
- margin: 1px 20px;
- }
- .grid-wrapper .center .line1 img {
- width: 30px;
- }
- .grid-wrapper .center .line2 {
- color: #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- position:relative;
- padding-bottom:20px;
- height:98px;
- }
- .grid-wrapper .center .line2:before{
- content:'';
- position:absolute;
- bottom:0px;
- left:10%;
- height:3px;
- width:80%;
- background: linear-gradient(to right, rgba(105,248,254,0), #6DDFE9, rgba(105,248,254,0));
- }
- .grid-wrapper .center .line2 .wait-finish{
- margin-right: 30px;
- }
- .grid-wrapper .center .line2 .wait-finish .wait-do{
- text-align:center;
- }
- .grid-wrapper .center .line2 img {
- width: 50px;
- }
- .grid-wrapper .center .line2 .cross-line{
- width:1px;
- height:60px;
- background-color:#6DDFE9;
- }
- .grid-wrapper .center .line2 .list {
- overflow:hidden;
- height:100%;
- max-width:60%;
- padding-left: 30px;
- }
- .grid-wrapper .center .line2 .list .item {
- overflow:hidden;
- height: 26px;
- line-height: 26px;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .grid-wrapper .center .line2 .list .item .title {
- color: #6DDFE9;
- }
- .grid-wrapper .line3{
- margin-top:10px;
- height:calc(100% - 148px);
- }
- #chartCenter{
- height:100%;
- }
- #chart-ydfscts{
- height: calc(100% - 40px);
- }
- .grid-wrapper .right {
- grid-area: right;
- }
- .right .charts-content{
- height:calc(100% - 40px);
- }
- #chartRight1{
- height:45%;
- }
- #chart-ttfb{
- height:calc(100% - 40px);
- }
- #chartRight2{
- height:55%;
- }
- #chart-ydttsl{
- height:calc(100% - 40px);
- }
- .grid-wrapper .bottom {
- grid-area: bottom;
- }
- /*
- .grid-wrapper .bottom .wrapper {
- display: flex;
- flex-direction: column;
- }*/
- .grid-wrapper .bottom .wrapper .chartBlock {
- display: flex;
- height:calc(100% - 40px);
- }
- .grid-wrapper .bottom .wrapper .chartBlock > #chartBottom1 ,.grid-wrapper .bottom .wrapper .chartBlock > #chartBottom2{
- height: 100%;
- flex: 1;
- display: flex;
- flex-direction: column;
- }
- .grid-wrapper .bottom .wrapper .chartBlock > #chartBottom1{
- position:relative;
- }
- #chartBottom1 .choosebtn{
- position:absolute;
- right:1em;
- top:0;
- z-index:99;
- }
- .grid-wrapper .bottom .wrapper .chartBlock > #chartBottom1 .choosepc{
- cursor:pointer;
- font-size: 1.2em;
- height: 40px;
- display: flex;
- align-items: center;
- }
- #chartBottom1 .choosepc .choose-item{
- margin-right:10px;
- }
- #chartBottom1 .choosebtn .choosebox{
- display:none;
- width:180px;
- padding:15px;
- position:absolute;
- top:40px;
- right:0;
- border:1px solid #3bb3e0;
- background-color:#001346;
- }
- #chartBottom1 .choosebtn .choosebox .box-btns{
- display: flex;
- flex:1;
- justify-content:space-around;
- }
- .a_demo_two {
- background-color:#3bb3e0;
- padding:10px 15px;
- position:relative;
- font-family: 'Open Sans', sans-serif;
- font-size:12px;
- text-decoration:none;
- color:#fff;
- background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
- background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
- background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
- background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
- background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0, rgb(44,160,202)),
- color-stop(1, rgb(62,184,229))
- );
- -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
- -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
- -o-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
- box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -o-border-radius: 5px;
- border-radius: 5px;
- }
- .a_demo_two::before {
- background-color:#072239;
- content:"";
- display:block;
- position:absolute;
- width:100%;
- height:100%;
- padding-left:2px;
- padding-right:2px;
- padding-bottom:4px;
- left:-2px;
- top:5px;
- z-index:-1;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- -o-border-radius: 6px;
- border-radius: 6px;
- }
- .a_demo_two:active {
- color:#156785;
- text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
- background:rgb(44,160,202);
- -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
- -moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
- -o-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
- box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
- top:3px;
- }
- .a_demo_two:active::before {
- top:-2px;
- }
- .switch-bt-active{
- color: #156785;
- text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
- background: rgb(44,160,202);
- -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
- -moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
- -o-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
- box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
- top:3px;
- }
- .choosebox .tab-areas{
- height:130px;
- padding-top:20px;
- }
- #tab-area1,#tab-area2{
- height:100%;
-
- }
- #tab-area1 .pc-nums{
- height:100%;
- overflow:hidden;
- background-color:#fff;
- }
- #tab-area1 .pc-nums .item{
- overflow:hidden;
- height: 28px;
- line-height: 28px;
- text-overflow:ellipsis;
- white-space: nowrap;
- color:#333;
- padding-left:5px;
- cursor:pointer;
-
- }
- #tab-area1 .pc-nums .item:hover{
- background-color:#9de5f5;
- color:#fff
- }
- .tabshow{
- display:none !important;
- }
- #tab-area2{
- display: flex;
- flex:1;
- justify-content:space-around;
- }
- #tab-area2 .select{
- display: inline-block;
- width: 45%;
- height:28px;
- position: relative;
- vertical-align: middle;
- padding: 2px;
- overflow: hidden;
- background-color: #fff;
- color: #555;
- text-shadow: none;
- border-radius: 4px;
- transition: box-shadow 0.25s ease;
- z-index: 2;
- }
- #tab-area2 .select-list{
- width: 45%;
- height:100%;
- overflow:hidden;
- background-color:#fff;
- }
- #tab-area2 .select-list .item{
- overflow:hidden;
- height: 28px;
- line-height: 28px;
- text-overflow:ellipsis;
- white-space: nowrap;
- color:#333;
- padding-left:5px;
- cursor:pointer;
-
- }
- #tab-area2 .select-list .item:hover{
- background-color:#9de5f5;
- color:#fff
- }
- #tab-area2 .select:hover {
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
- }
-
- #tab-area2 .select:before {
- content: "";
- position: absolute;
- width: 0;
- height: 0;
- border: 3px solid transparent;
- border-top-color: #ccc;
- top: 12px;
- right: 4px;
- cursor: pointer;
- z-index: -2;
- }
- #tab-area2 .select select {
- cursor: pointer;
- padding: 3px 0px;
- width: 100%;
- border: none;
- background: transparent;
- background-image: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- }
-
- #tab-area2 .select select:focus {
- outline: none;
- }
- #chartBottom1 .choosepc .cont img{
- width:30px;
- }
- #chart-pzfb1,#chart-fmczfb1{
- height:50%;
-
- }
- #chart-fmczfb2,#chart-pzfb2{
- height:40%;
- }
- /*
- .grid-wrapper .bottom .wrapper .block {
- height: 48%;
- }*/
- .grid-wrapper .bottom .wrapper .block .panel {
- display: flex;
- }
- .grid-wrapper .bottom .wrapper .block .panel > div {
- width: 50%;
- }
- .calendar-wrapper {
- color: #ffffff;
- position: relative;
- margin: 15px;
- min-height: 155px;
- margin-top:10px;
- }
- .calendar-wrapper .flexoCalendar {
- margin: 0 auto;
- border-collapse: separate;
- width: 100%;
- position: relative;
- z-index: 1; }
- .flexoCalendar td, .flexoCalendar th {
- border: 0 none;
- height: 30px;
- line-height:30px;
- text-align: center;
- width: 32px;
- font-size: 1.2em;
- cursor: pointer;
- }
- .flexoCalendar th {
- font-size: 1.4em;
- }
- .flexoCalendar tr th .icon-arrow-left {
- display: inline-block;
- height: 16px;
- line-height: 16px;
- margin-top: 4px;
- vertical-align: text-top;
- width: 12px;
- cursor: pointer;
- position:relative;
- }
-
- .icon-arrow-left:before,.icon-arrow-left:after{
- width: 0;
- height: 0;
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 5;
- border-top: 10px transparent dashed;
- border-left: 10px transparent dashed;
- border-bottom: 10px transparent dashed;
- border-right: 10px #001346 solid;
- overflow: hidden;
- }
- .icon-arrow-left:before {
- content: '';
- border-right: 10px #6DDFE9 solid;
-
- }
- .icon-arrow-left:after {
- content:'';
- left:3px;
- border-right: 10px #001346 solid;
-
- }
- .flexoCalendar tr th .icon-arrow-right {
- display: inline-block;
- height: 16px;
- line-height: 16px;
- margin-top: 4px;
- vertical-align: text-top;
- width: 12px;
- cursor: pointer;
- position:relative;
- }
- .icon-arrow-right:before,.icon-arrow-right:after{
- width: 0;
- height: 0;
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- border-top: 10px transparent dashed;
- border-right: 10px transparent dashed;
- border-bottom: 10px transparent dashed;
- border-left: 10px #6DDFE9 solid;
- overflow: hidden;
-
- }
- .icon-arrow-right:after {
- content: '';
- border-left: 10px #001346 solid;
-
- }
- .icon-arrow-right:before {
- content:'';
- left:3px;
- border-left: 10px #6DDFE9 solid;
-
- }
- .flexoCalendar thead tr {
- height: 40px;
- color: #fff;
- }
- .flexoCalendar thead tr:nth-child(2){
- height:50px;
- }
- .flexoCalendar thead tr:first-child th {
- cursor: pointer; }
- .flexoCalendar thead tr:first-child th:hover .icon-arrow-right:after{
- border-left-color: #2b488e;
-
- }
- .flexoCalendar thead tr:first-child th:hover .icon-arrow-left:after{
- border-right-color: #2b488e;
- }
- .flexoCalendar thead tr:first-child th:hover {
- background: #2b488e;
- }
- .flexoCalendar tr td.other-month {
- color: #aaa; }
- .flexoCalendar thead, .flexoCalendar th {
- font-weight: normal;
- color: #fff; }
- .flexoCalendar tr th.current-year {
- width: 60%; }
- .flexoCalendar td.selected-day span {
- color: #2b488e; }
- .flexoCalendar tr td .day {
- display: block;
- height: 30px;
- line-height: 30px;
- text-align: center;
- margin: 1px;
- border: 1px solid transparent; }
- .flexoCalendar tr td.current-day > div, .flexoCalendar td.current-day > span {
- border: 1px solid #2b488e !important;
- border-radius: 4px;
- color: #2b488e; }
- .flexoCalendar tr td.selected > div, .flexoCalendar tr td.selected > span, .flexoCalendar tr td.selected > div span {
- border-radius: 4px;
- background-color: #2b488e;
- color: #fff !important;
- }
- #calendar-weekly .calendar-hd, #calendar-monthly .calendar-hd, #calendar-weekly tbody td {
- height: 40px;
- }
- #calendar-weekly tr td div {
- margin-bottom: 2px; }
- #calendar-weekly tr td .week {
- width: 100%;
- height: 100%;
- line-height: 30px;
- color: #fff;
- text-align: center; }
- #calendar-weekly tr td .process {
- color: #999;
- margin-left: 20px;
- display: inline-block;
- width: 57px;
- text-align: left; }
- #calendar-monthly td.tmonth .month {
- display: block;
- width: 80%;
- margin:0 auto;
- font-size:1.2em;
- text-align: center;
- border-radius: 4px;
- color: #fff;
- border: 1px solid transparent;
- }
- #calendar-monthly td.current-month .month {
- border: 1px solid #2b488e;
- }
- #calendar-weekly tr td.week1 div, .tmonth.month1 span, .tmonth.month2 span, .tmonth.month3 span, .tmonth.month4 span {
- margin-top: 10px !important;
- }
|