123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536 |
- .grid-wrapper {
- color: #ffffff;
- padding: 23px 16px 16px;
- height: calc(100% - 80px);
- display: grid;
- grid-gap: 8px;
- grid-template-columns: repeat(4, 1fr);
- grid-template-rows: repeat(3, 1fr);
- grid-template-areas: "left1 center center right" "left2 center center right" "bottom1 bottom1 bottom2 bottom3";
- }
- .grid-wrapper > div .wrapper {
- border-radius: 6px;
- height: 100%;
- background-color: #001346;
- overflow: hidden;
- }
- .grid-wrapper .wrapper-content{
- position:relative;
- height:calc(100% - 40px);
-
- }
- .grid-wrapper .wide-border{
- height:calc(100% + 1px);
- width:100%;
- position:absolute;
- top:-3px;
- left:0px;
- border:1px solid #53BAFD;
- }
- .wide-border-line1{
- position:absolute;
- left:0px;
- top:-26px;
- background-color:#0f215c
- }
- .wide-border-line2{
- position:absolute;
- right:0px;
- top:-26px;
- background-color:#0f215c
- }
- .wide-border-line3{
- position:absolute;
- left:0px;
- bottom:0;
- background-color:#001346;
-
- }
- .wide-border-line4{
- position:absolute;
- right:0px;
- bottom:0;
- background-color:#001346;
-
- }
- .grid-wrapper .chart-tab-t{
- padding-left: 82px;
- height: 40px;
- line-height: 40px;
- background-color: #0f215c;
- }
- .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;
- margin-top:-7px;
- }
- .grid-wrapper .left1 {
- grid-area: left1;
- }
- #sbyxzt-imgs{
- display:flex;
- flex-direction:column;
- padding:20px;
- height:100%;
- align-items:center;
- justify-content:space-around;
- }
- #sbyxzt-imgs .split-line{
- height:30px;
- width:100%;
- position:relative;
- }
- #sbyxzt-imgs .split-line:before{
- content: '';
- position: absolute;
- top: 50%;
- left: 0;
- height: 2px;
- margin-top:-1px;
- width: 100%;
- background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
- }
- #sbyxzt-imgs .shebei-status{
- width:100%;
- display:flex;
- height:45%;
- align-items:center;
- justify-content:center;
- }
- #sbyxzt-imgs .shebei-status img{
- width:151px;
-
- }
- .grid-wrapper .left2 {
- grid-area: left2;
- }
- #chart-ssqx,#chart-pzfb,#chart-ttfb,#chart-ydttsl,#chart-fmzzfb,#chart-czfx,#chart-jyfx,#chart-rlfbqk{
- height:100%;
- }
- .grid-wrapper .center {
- grid-area: center;
- }
- .center .line1{
- display:flex;
- align-items:center;
- height:70px;
- }
- .center .line1 img{
- width:40px;
- cursor:pointer;
- }
- .grid-wrapper .center .line1 .cont {
- margin: 1px 20px;
- font-size:2.0em
- }
- .grid-wrapper .center .line1 .division {
- flex: 1;
- height: 2px;
- background-color: #528DFF;
- }
- .center .line2{
- flex:1;
- height:30%;
- background-color:#001346;
- margin-bottom:10px;
- border-radius:6px;
- }
- .line2 .line2-content{
- display: flex;
- flex-wrap: wrap;
- align-items:center;
- justify-content:space-between;
- padding:10px;
- height:100%;
- }
- .line2 .qrcode{
- flex:1;
- display: flex;
- justify-content:center;
- align-items:center;
- }
- .line2 img{
- width:80%;
- }
- .line2-data-item{
- flex:4;
- display:flex;
- flex-wrap: wrap;
- height:100%;
- justify-content:space-between;
- }
- .line2-data-item .data-item1{
- height:50%;
- width:50%;
- padding:5px;
- }
- .line2-data-item .data-item2{
- width:50%;
- height:33.33%;
- padding:5px;
- }
- .line2-data-item .data-item1 .item1-content,.line2-data-item .data-item2 .item1-content{
- background-color:#060B2E;
- border-radius:6px;
- width:100%;
- height:100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .line2-data-item .data-item1 .item1-content .title{
- color:#69F8FE;
- font-size:1.8em;
- }
- .line2-data-item .data-item2 .item1-content .title{
- color:#69F8FE;
- font-size:1.4em;
- }
- .line2-data-item .data-item1 .item1-content .data-value{
- font-size:1.8em;
- font-weight:bold;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- max-width: 60%;
- }
- .line2-data-item .data-item2 .item1-content .data-value{
- font-size:1.6em;
- font-weight:bold;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- max-width: 60%;
- }
- .line2-btns{
- flex:1;
- display:flex;
- height:100%;
- flex-direction:column;
- align-items:center;
- justify-content:space-around;
- }
- .line2-btns .find-fz-info{
- width:80%;
- height:39px;
- border: 2.5px solid #53BAFD;
- position: relative;
- border-radius:6px;
- }
- .find-fz-info .zhe-block{
- width: 15px;
- height: 15px;
- border-bottom: 3px solid #53BAFD;
- position: absolute;
- background-color: #001346;
- }
- .find-fz-info .title{
- height: 100%;
- font-size: 0.9em;
- color: #53BAFD;
- font-weight: normal;
- cursor:pointer;
- display:flex;
- align-items:center;
- justify-content:center;
- }
- .find-fz-info .arrow-right{
- height: 20px;
- vertical-align: text-top;
- width: 20px;
- cursor: pointer;
- position: relative;
- margin-left:2px;
- }
- .find-fz-info .arrow-right:before{
- content: '';
- left: 3px;
- border-left: 10px #53BAFD solid;
- }
- .find-fz-info .arrow-right:before,.find-fz-info .arrow-right:after {
- width: 0;
- height: 0;
- display: block;
- position: absolute;
- right: 0;
- top: 0;
- border-top: 10px transparent dashed;
- border-right: 10px transparent dashed;
- border-bottom: 10px transparent dashed;
- border-left: 10px #53BAFD solid;
- overflow: hidden;
- }
- .find-fz-info .arrow-right:after{
- content: '';
- border-left: 10px #001346 solid;
- }
- .line2-btns .replay-Video{
- width:50%;
- height:39px;
- border: 2.5px solid #53BAFD;
- border-radius:6px;
- position:relative;
- }
- .replay-btn{
- width:100%;
- height:100%;
- display:flex;
- align-items:center;
- justify-content:center;
-
- cursor:pointer;
- }
- .line2-btns .replay-Video .arrow-u-right{
- width:0;
- height:0;
- border: 10px solid transparent;
- border-left-color: #53BAFD;
- margin-right:-10px;
- }
- .replay-Video .choose-videoBox{
- width:446px;
- position:absolute;
- top:50px;
- left:50%;
- transform:translateX(-50%);
- -ms-transform:translateX(-50%); /* IE 9 */
- -moz-transform:translateX(-50%); /* Firefox */
- -webkit-transform:translateX(-50%); /* Safari 和 Chrome */
- -o-transform:translateX(-50%); /* Opera */
-
- z-index:100;
- background-color: #001346;
- border-radius:6px;
- box-shadow:0px -5px 5px 0px rgba(255,255,255,0.1),-5px 0px 5px 0px rgba(255,255,255,0.1),5px 0px 5px 0px rgba(255,255,255,0.1),0px 5px 5px 0px rgba(255,255,255,0.1);
- }
- .choose-videoBox .tab-videocontrol{
- width:100%;
- height:100%;
- }
- .tab-videocontrol .control-box1{
- display:none;
- }
- .control-box1 .tab-video-head {
- height:40px;
- display: flex;
- align-items: center;
- justify-content:center;
- font-size:1.2em;
- color:#53BAFD;
- position:relative;
- }
- .control-box1 .tab-video-body{
- height:240px;
- padding:10px 50px;
- }
- .control-box1 .tab-video-foot{
-
-
- }
- .tab-video-foot .tab-foot-top{
- height:40px;
- display: flex;
- align-items: center;
- justify-content:center;
- font-size:1.2em;
- color:#53BAFD;
- position:relative;
- }
- .tab-video-foot .tab-videoes{
- height:140px;
- padding:10px 50px;
- overflow:hidden;
- }
- .tab-videoes .video-item{
- height: 31px;
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- padding: 0 10px;
- color: #fff;
- border-bottom:1px dashed #a4cfe5;
- }
- .video-date,.video-time{
- font-size:0.9em;
- }
- .video-item i{
- margin-right:15px;
- }
- .video-item .time-crossline{
- margin:0 15px;
- }
- .tab-video-body .tab-video-content{
- display:flex;
- align-items: center;
- margin-top:20px;
- }
- .tab-video-content .tab-type{
- flex:1;
- text-align:center;
- font-size:1.2em;
- }
- .tab-video-content .select{
- flex:2;
- height:32px;
- position: relative;
- vertical-align: middle;
- padding: 2px;
- overflow: hidden;
- background-color: #001346;
- color: #fff;
- text-shadow: none;
- border-radius: 4px;
- transition: box-shadow 0.25s ease;
- border:1px solid #0b52e0;
- z-index: 2;
- display:flex;
- align-items: center;
- }
- .tab-video-content .datetimePicker{
- flex:2;
- height:32px;
- border-radius: 4px;
- transition: box-shadow 0.25s ease;
- font-size: 0;
- white-space: nowrap;
- display:flex;
- justify-content: space-between;
- }
- .tab-video-content .video-find{
- flex:2;
- }
- .tab-video-content .video-find #sub-btn{
- width:103px;
- height:30px;
- font-size:1.1em;
- text-align:center;
- line-height:30px;
- -webkit-border-radius: 16px;
- -moz-border-radius: 16px;
- border-radius: 16px;
- background-color:#ea8c29;
- color:#fff;
- cursor:pointer;
- }
- input[type="text"]{
- display: inline-block;
- height: 20px;
- padding: 4px 6px;
- margin-bottom: 10px;
- font-size: 14px;
- line-height: 20px;
- color: #555555;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- vertical-align: middle;
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear .2s, box-shadow linear .2s;
- -moz-transition: border linear .2s, box-shadow linear .2s;
- -o-transition: border linear .2s, box-shadow linear .2s;
- transition: border linear .2s, box-shadow linear .2s;
- }
- .input-append input{
- position: relative;
- margin-bottom: 0;
- vertical-align: top;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- background-color: #eeeeee;
- outline:none;
- border:1px solid #0b52e0;
- height: 32px;
- color:#fff;
- background-color: #001346;
- }
- input[readonly]{
- cursor: not-allowed;
-
- }
- .input-append .add-on {
- white-space: nowrap;
- vertical-align: middle;
- display:flex;
- align-items: center;
- }
- [class^="icon-"], [class*=" icon-"]{
- display: inline-block;
- background-image: url(../img/glyphicons-halflings-white.png);
- background-repeat: no-repeat;
- cursor: pointer;
- width: 14px;
- height: 14px;
- }
- .icon-remove {
- background-position: -312px 0;
- }
- .icon-th {
- background-position: -240px 0;
- }
- table {
- max-width: 100%;
- background-color: transparent;
- border-collapse: collapse;
- border-spacing: 0;
- }
- .table-condensed th i{
- background-image: url(../img/glyphicons-halflings.png);
- }
- .table-condensed th, .table-condensed td {
- padding: 4px 5px;
- }
- .icon-arrow-left {
- background-position: -240px -96px;
- }
- .icon-arrow-right {
- background-position: -264px -96px;
- }
- .dropdown-menu {
- position: absolute;
- top: 100%;
- left: 0;
- z-index: 1000;
- display: none;
- float: left;
- min-width: 160px;
- padding: 5px 0;
- margin: 2px 0 0;
- list-style: none;
- background-color: #fff;
- border: 1px solid #ccc;
- border: 1px solid rgba(0,0,0,0.2);
- *border-right-width: 2px;
- *border-bottom-width: 2px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
- -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
- box-shadow: 0 5px 10px rgba(0,0,0,0.2);
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- }
- .tab-video-content .select:before {
- content: "";
- position: absolute;
- width: 0;
- height: 0;
- border: 6px solid transparent;
- border-top-color: #fff;
- top: 12px;
- right: 4px;
- cursor: pointer;
- z-index: -2;
-
- }
- .tab-video-content .select select {
- cursor: pointer;
- padding: 3px 0px;
- width: 100%;
- border: none;
- background: transparent;
- background-image: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- outline:none;
- text-align:center;
- color: #fff;
- padding-left:10px;
- font-size:0.7em;
- }
- .tab-video-content .select option{
- background-color:#001346;
- }
- .tab-video-head:before,.tab-video-foot .tab-foot-top:before{
- content: '';
- position: absolute;
- bottom: 0px;
- left: 5%;
- height: 2px;
- width: 90%;
- background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
- }
- .grid-wrapper .right {
- grid-area: right;
- }
- /*疫苗开始*/
- .wrapper .msg-tab-head{
- background-color:#0E1E51;
- width:100%;
- padding:10px 40px;
- height:100px;
- color:#898a90;
- display: flex;
- flex:1;
- justify-content:space-around;
- flex-wrap:nowrap;
- }
- .wrapper .msg-tab-body{
- height:calc(100% - 100px);
- padding:5px;
- padding-bottom:0;
- }
- .msg-list-content{
- height:100%;
- overflow:hidden;
- display:none;
- width:100%;
- }
- .msg-list-content .list-container{
- height:100%;
- display:flex;
- flex-direction:column;
- width:100%;
- }
- .msg-tab-body .msg-list-content.active{
- display:block;
- }
- .msg-tab-body .msg-tab-list{
- height:30px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-wrap:nowrap;
- color:#a4cfe5;
- width:100%;
- margin-bottom:3px;
- }
- .msg-tab-body .msg-tab-list .man-dothis{
- font-size:0.8em;
- background-color:#060B2E;
- border-radius:5px;
- width:55px;
- height:100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .msg-tab-body .msg-tab-list .this-info{
- width:60px;
- height:100%;
- padding:0 4px;
- text-align:center;
- }
- .msg-tab-body .msg-tab-list .blank-info{
- width:4px;
- }
- .msg-tab-body .msg-tab-list .plan-obj{
- font-size:0.8em;
- background-color:#060B2E;
- border-radius:5px;
- height:100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .msg-tab-body .msg-tab-list .this-content-box{
- flex:1;
- height:100%;
- }
- .msg-tab-body .msg-tab-list .this-content{
- font-size:0.8em;
- display:flex;
- align-items:center;
- background-color:#060B2E;
- border-radius:5px;
- padding-left:3px;
- height:100%;
- position:relative;
- padding-right:60px;
- }
- .msg-tab-body .msg-tab-list .this-content.finish-over{
- padding-right:75px;
- }
- .msg-tab-body .msg-tab-list .this-content .msg-content{
-
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- overflow: hidden;
- line-height:30px;
- height:100%;
- }
- td .todo-btn,td .ready-todo-btn,td .confirmready-todo-btn{
- padding:10px;
- }
- .msg-tab-body .msg-tab-list .this-content .ypsqxq-btn,.msg-tab-body .msg-tab-list .this-content .ypsqsh-btn,.msg-tab-body .msg-tab-list .this-content .cureinfo-btn,.msg-tab-body .msg-tab-list .this-content .cure-btn,.msg-tab-body .msg-tab-list .this-content .zhenduan-btn,.msg-tab-body .msg-tab-list .this-content .todo-btn,.msg-tab-body .msg-tab-list .this-content .ready-todo-btn,.msg-tab-body .msg-tab-list .this-content .confirmready-todo-btn{
- position:absolute;
- right:5px;
- top:0px;
- display:flex;
- align-items:center;
- height:100%;
- color:#53BAFD;
- cursor:pointer;
- width:60px;
- justify-content:center;
- }
- .msg-tab-body .msg-tab-list .this-content .finish-time{
- position:absolute;
- right:5px;
- top:0px;
- display:flex;
- align-items:center;
- height:100%;
- cursor:pointer;
- width:75px;
- justify-content:center;
- }
- .msg-tab-body .msg-list-content .list-content-block{
- position:relative;
- flex:1;
- height:33.33%;
- width:100%;
- padding-bottom:4px;
- }
- .msg-tab-list-head{
- height:35px;
-
- display:flex;
- align-items:center;
- justify-content:center;
- position:relative;
- background-color:#060B2E;
- border-radius:5px;
- margin-bottom:5px;
- }
- .open-all-plan-list{
- position:absolute;
- right:10px;
- height:100%;
- display:flex;
- align-items:center;
- font-size:12px;
- color:#53BAFD;
- cursor:pointer;
- }
- .msg-tab-list-content{
- height:calc(100% - 40px);
- overflow:hidden;
- width:100%;
- }
- .msg-tab-body .list-content-block:before{
- content: '';
- position: absolute;
- bottom: 0px;
- left: 10%;
- height: 2px;
- width: 80%;
- background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
- }
- .msg-tab-head .msg-tab1{
- display: flex;
- flex-direction: column;
- cursor:pointer;
- align-items:center;
- justify-content:center;
- }
- .msg-tab-head .msg-tab1:nth-child(1) img{
- width:42px;
- }
- .msg-tab-head .msg-tab1:nth-child(2) img{
- width:55px;
- }
- .msg-tab-head .msg-tab1:nth-child(3) img{
- width:27px;
- }
- .msg-tab-head .msg-tab1:nth-child(4) img{
- width:64px;
- }
- .msg-tab-head .msg-tab1 span{
- line-height:30px;
- text-align:center;
- font-size:1.2em;
- }
- .msg-tab-head .msg-tab1.active span{
- color:#fff;
- }
- .right #details-form{
- position:fixed;
- top:100px;
- left:50%;
- transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- -o-transform: translateX(-50%);
- display:none;
- z-index:99;
- background-color: #001346;
- border-radius: 6px;
- box-shadow: 0px -5px 5px 0px rgba(255,255,255,0.1), -5px 0px 5px 0px rgba(255,255,255,0.1), 5px 0px 5px 0px rgba(255,255,255,0.1), 0px 5px 5px 0px rgba(255,255,255,0.1);
- }
- #details-form .detail-content{
- width:100%;
- height:100%;
- }
- #details-form .detail-content .table-myjh{
- display:none;
- height:423px;
- }
- #details-form .detail-content .table-myjh.active{
- display:block;
- }
- #details-form .detail-content .table-myjh .tab-table-myjh-head{
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 1.2em;
- color: #53BAFD;
- position: relative;
- }
- .tab-table-myjh-head:before{
- content: '';
- position: absolute;
- bottom: 0px;
- left: 5%;
- height: 2px;
- width: 90%;
- background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
- }
- #details-form .tab-table-myjh-body{
- padding:10px;
- height:calc(100% - 40px);
- position:relative;
- }
- #details-form .table-area-head{
- margin-bottom:5px;
- width:100%;
- display:flex;
- align-items:center;
- background-color:#133795;
- height: 43px;
- border-radius: 5px;
- }
- #details-form .table-myjh .table-area-head .table-area-head-tab{
- color: #fff;
- text-align:center;
- height:30px;
- vertical-align:middle;
- width:100px;
- display:flex;
- align-items:center;
- justify-content:center;
- }
- #details-form .table-area{
- width:100%;
- padding:10px;
- padding-top:0px;
- position:absolute;
- top:58px;
- left:0;
- height:calc(100% - 58px);
- overflow:hidden;
- border-radius: 0 0 5px 5px;
- }
- #details-form .table-area .table-area-box{
- height:100%;
-
- }
- #details-form .table-myjh .table-content{
- width:100%;
- height:100%;
- overflow:hidden;
- }
- #details-form .table-myjh .table-content tr{
- border-top: 1px solid #09153d;
- }
- #details-form .table-myjh .table-content tr td{
- text-align: center;
- height: 39px;
- vertical-align: middle;
- padding: 0 3px;
- background-color: #0c1f59;
- color: #fff;
- }
- #details-form .table-myjh .table-content tr td{
- width:100px;
- }
- #details-form .table-myjh .table-content tr td{
- font-size:0.9em;
- }
- #details-form .table-myjh:nth-child(1) .table-content tr td:last-child,#details-form .table-myjh:nth-child(2) .table-content tr td:last-child{
- color:#53BAFD;
- cursor:pointer;
- }
- #confirm-plan-window,#check-plan-window,#finalcheck-plan-window,#diagnose-window,.cure-window{
- width:350px;
- position:fixed;
- display:none;
- top:140px;
- left:50%;
- transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- -o-transform: translateX(-50%);
- z-index:100;
- background-color: #001346;
- border-radius: 6px;
-
- box-shadow: 0px -5px 5px 0px rgba(255,255,255,0.1), -5px 0px 5px 0px rgba(255,255,255,0.1), 5px 0px 5px 0px rgba(255,255,255,0.1), 0px 5px 5px 0px rgba(255,255,255,0.1);
- }
- #diagnose-window,.cure-window{
- width:520px;
- }
- .window-head{
- height: 30px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 1em;
- color: #53BAFD;
- position: relative;
- }
- .window-head:before {
- content: '';
- position: absolute;
- bottom: 0px;
- left: 5%;
- height: 1px;
- width: 90%;
- background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
- }
- .window-body{
- display:flex;
- flex-direction:column;
- padding:10px;
- max-height:800px;
- }
- #confirm-plan-window .window-body .plan-items,.plan-items1{
- display:flex;
- align-items:center;
- justify-content:center;
- height:30px;
- }
- #check-plan-window .window-body .check-items,#finalcheck-plan-window .window-body .check-items,#diagnose-window .window-body .diagnose-items,.cure-window .window-body .cure-items{
- display:flex;
- align-items:center;
- justify-content:center;
- margin-bottom:13px;
- }
- #diagnose-window .window-body .diagnose-items .drug-items,.cure-window .window-body .cure-items .drug-items{
- display:flex;
- align-items:center;
- justify-content:center;
- margin-bottom:13px;
- width:100%;
- flex-direction:column;
- position:relative;
- padding-bottom:20px;
- }
- #diagnose-window .window-body .diagnose-items .drug-items:first-child,.cure-window .window-body .cure-items .drug-items:first-child{
- padding-bottom:0px;
- }
- .cut-items{
- position:absolute;
- right:0px;
- bottom:0px;
- cursor:pointer;
- display:flex;
- align-items:center;
- height:20px;
- }
- .cut-items:hover{
- color:#53BAFD;
- }
- .icon-cut{
- background-position:-428px -97px;
- margin-right:5px;
- }
- #diagnose-window .window-body .diagnose-items,.cure-window .window-body .cure-items{
- position:relative;
- }
- #diagnose-window .window-body .diagnose-items .add-items,.cure-window .window-body .cure-items .add-items{
- position:absolute;
- right:3px;
- top:50%;
- transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -moz-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- -o-transform: translateY(-50%);
- }
- .icon-add{
- background-position: -408px -97px;
- }
- #check-plan-window .window-body .check-items .check-items-title,#finalcheck-plan-window .window-body .check-items .check-items-title{
- font-size:0.8em;
- width:90px;
- text-align:right
- }
- #diagnose-window .window-body .diagnose-items .diagnose-items-title,.cure-window .window-body .cure-items .cure-items-title{
- font-size:0.8em;
- }
- #diagnose-window .window-body .diagnose-items input[type="text"],.cure-items-data input[type="text"],.cure-window .window-body .cure-items input[type="text"]{
- outline:none;
- background-color:#001346;
- border:1px solid #0b52e0;
- color:#fff;
- margin-bottom:0px;
- width:100%;
- height:26px;
- }
- .cure-items-data input[type="text"]{
- width:70% !important;
- margin-left:20px;
- height:28px !important;
- }
- .flex-end{
- justify-content:flex-end !important;
-
- }
- .flex-end label{
- cursor:pointer;
- }
- .flex-end input{
- cursor:pointer;
- }
- #check-plan-window .window-body .check-items textarea,#finalcheck-plan-window .window-body .check-items textarea{
- outline:none;
- resize:none
- }
- .shenhe-beizhu{
- margin-left:0px !important;
- width:80% !important;
- }
- .window-btn{
- width: 103px;
- height: 27px;
- font-size: 0.8em;
- text-align: center;
- line-height: 27px;
- -webkit-border-radius: 16px;
- -moz-border-radius: 16px;
- border-radius: 16px;
- color: #fff;
- cursor: pointer;
- }
- input.btn-qr{
- background-color:#53BAFD;
- margin-right:20px;
- }
- .btn-ypsq{
- background-color:#49bf8e;
- }
- .btn-yes,.btn-tg{
- background-color:#53BAFD;
- margin-right:20px;
- }
- .btn-no,.btn-bh{
- background-color:#cc503d;
-
- }
- #confirm-plan-window .window-body .plan-items-title{
- font-size:0.8em;
- width:90px;
- text-align:right
- }
- #diagnose-window .window-body .diagnose-items-data,.cure-window .window-body .cure-items-data{
- width:80%;
- font-size:0.8em;
- display:flex;
- align-items:center;
- }
- .cure-items-data .chuli-style-block{
- display:flex;
- align-items:center;
- width:100%;
- flex-direction:column;
- border:1px solid #0b52e0;
- font-size: 1em;
- border-radius:3px;
- padding:7px;
- }
- .chuli-style-block .binli-time{
- height: 25px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 1em;
- position: relative;
- width:100%;
- }
- .chuli-style-block .binli-time:before{
- content: '';
- position: absolute;
- bottom: 2px;
- left: 0;
- height: 1px;
- width: 100%;
- background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
- }
- .cure-items-data .chuli-style-block .chuli1{
- width:100%;
- display:flex;
- align-items:flex-start;
- margin-bottom:5px;
- }
- .cure-items-data .chuli-style-block .chuli1:last-child{
- margin-bottom:0px;
- }
- .chuli-style-block .chuli1 .chuli-way{
- width:10%;
- color:#53BAFD
- }
- .chuli-style-block .chuli1 .chuli-content{
- width:90%;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- overflow: hidden;
- }
- #diagnose-window .window-body .diagnose-chuli-block,.cure-window .window-body .cure-chuli-block{
- width:80%;
- padding:7px;
- font-size:0.8em;
- display:flex;
- align-items:center;
- border:1px solid #0b52e0;
- border-radius:3px;
- flex-direction:column;
- }
- #diagnose-window .window-body .diagnose-chuli-block .diagnose-chuli-block-item,.cure-window .window-body .cure-chuli-block .cure-chuli-block-item{
- display:flex;
- align-items:center;
- justify-content:space-between;
- margin-bottom:10px;
- width:100%;
- }
- #diagnose-window .window-body .diagnose-chuli-block .diagnose-chuli-block-item:last-child,.cure-window .window-body .cure-chuli-block .cure-chuli-block-item:last-child{
- margin-bottom:0px;
- }
- #confirm-plan-window .window-body .plan-items-data{
- width:50%;
- font-size:0.8em;
- display:flex;
- align-items:center;
- }
- #confirm-plan-window .window-body .plan-items .plan-items-data .data-nums{
- flex:1;
- text-align:center;
- }
- .plan-items-data .select ,.diagnose-chuli-block .select,.cure-items .select{
- flex:1;
-
- position: relative;
- vertical-align: middle;
- padding: 2px;
- overflow: hidden;
- background-color: #001346;
- color: #fff;
- text-shadow: none;
- border-radius: 4px;
- transition: box-shadow 0.25s ease;
-
- z-index: 2;
- display: flex;
- align-items: center;
- }
- .cure-items .cure-status{
- flex:1;
- display: flex;
- align-items: center;
- border:1px solid #0b52e0;
- justify-content:center;
- height:28px;
- border-radius: 4px;
- }
- .cure-items .cure-beizhu{
- display: flex;
- align-items: center;
- width: 70% ;
- margin-left: 20px;
- padding-left:5px;
- height: 28px ;
- border-radius: 4px;
- border:1px solid #0b52e0;
- }
- .diagnose-chuli-block .select,.cure-items .select{
- border:1px solid #0b52e0;
- }
- .diagnose-chuli-block .diagnose-chuli-block-item:nth-child(1) input,.cure-chuli-block .cure-chuli-block-item:nth-child(1) input{
- width:50px !important;
- height:100%;
- }
- .diagnose-chuli-block .use-how,.cure-chuli-block .use-how{
- flex:1;
-
- }
- .diagnose-chuli-block .use-how input{
- width:100%;
- }
- .chuli-block-item-title{
- margin-left:5px;
- }
- .plan-items-data input{
- height:27px;
- }
- .plan-items-data .select:before ,.diagnose-chuli-block .select:before,.cure-items .select:before{
- content: "";
- position: absolute;
- width: 0;
- height: 0;
- border: 6px solid transparent;
- border-top-color: #fff;
- top: 12px;
- right: 4px;
- cursor: pointer;
- z-index: -2;
- }
- .plan-items-data .select select ,.diagnose-chuli-block .select select,.cure-items .select select {
- cursor: pointer;
- padding: 3px 0px;
- width: 100%;
- border: none;
- background: transparent;
- background-image: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- outline: none;
- text-align: center;
- color: #fff;
- padding-right:20px;
- font-size: 1em;
- text-align:center;
- text-align-last: center;
-
- }
- .plan-items-data .select option ,.diagnose-chuli-block .select option,.cure-items .select option{
- background-color: #001346;
- text-align:center;
- text-align-last: center;
- }
- .plan-items-data .datetimePicker {
- flex: 1;
- border-radius: 4px;
- transition: box-shadow 0.25s ease;
- font-size: 0;
- white-space: nowrap;
- display: flex;
- justify-content: space-between;
- }
- .plan-items:last-child{
- margin-top:10px;
- }
- .plan-items-data .confirs-btn {
- width: 103px;
- height: 27px;
- font-size: 1em;
- text-align: center;
- line-height: 27px;
- -webkit-border-radius: 16px;
- -moz-border-radius: 16px;
- border-radius: 16px;
- background-color: #ea8c29;
- color: #fff;
- cursor: pointer;
- }
- #changedate{
- height:30px;
- display:none;
- }
- /*疫苗结束*/
- .grid-wrapper .bottom1 {
- grid-area: bottom1;
- }
- .grid-wrapper .wrapper .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%);
- -moz-transform: rotate(45deg) translateY(-50%);
- -webkit-transform: rotate(45deg) translateY(-50%);
- -o-transform: rotate(45deg) translateY(-50%);
- }
- .grid-wrapper .bottom1 .wrapper .chartBlock ,.grid-wrapper .bottom2 .wrapper .chartBlock{
- display: flex;
- height: calc(100% - 40px);
- }
- #chartBottom1,#chartBottom2,#chartBottom3,#chartBottom4{
- flex:1;
- }
- #chartBottom1 .chartTab-t,#chartBottom2 .chartTab-t,#chartBottom3 .chartTab-t,#chartBottom4 .chartTab-t{
- padding-left: 102px;
- height: 40px;
- line-height: 40px;
-
- }
- #chartBottom2 .chartTab-t,#chartBottom4 .chartTab-t,{
- padding-left: 12px;
- }
- #chartBottom1 .chartTab-t .chartTab-title,#chartBottom2 .chartTab-t .chartTab-title,#chartBottom3 .chartTab-t .chartTab-title,#chartBottom4 .chartTab-t .chartTab-title{
- font-size: 1em;
- position: relative;
- }
- #chartBottom1 .chartTab-t .chartTab-title:before,#chartBottom2 .chartTab-t .chartTab-title:before,#chartBottom3 .chartTab-t .chartTab-title:before,#chartBottom4 .chartTab-t .chartTab-title:before{
- content:'';
- width:14px;
- height:14px;
- border-radius:50%;
- position:absolute;
- left:-20px;
- top:50%;
- background-color:#fff;
- margin-top:-7px;
- }
- #chart-snwd,#chart-snsd,#chart-cs,#chart-ys{
- height:calc(100% - 40px);
- }
- .center .line3{
- height:calc(70% - 80px);
- }
- .center .line3 video{
- width:100%;
- height:100%;
- }
- .grid-wrapper .bottom2 {
- grid-area: bottom2;
- }
- .bottom2,.bottom3{
- position:relative;
- cursor:pointer;
-
- }
- .wrapper.tableb{
- position:absolute;
- top:0;
- left:0;
- z-index:2;
- width:100%;
- display:none;
- }
- .wrapper.chartb{
- position:absolute;
- top:0;
- left:0;
- z-index:2;
- width:100%;
- display:none;
- }
- .wrapper.chartb.active{
- display:block;
- }
- #chart-mzstjl,#chart-fmzzxx{
- height:100%;
- }
- #table-whhcllb,#table-zsqk,#table-cjpzsj{
- height:100%;
- padding:10px 10px 26px;
- background-color: #001346;
- overflow:hidden;
- z-index:1;
- cursor:pointer
- }
- #table-whhcllb .whhcllb-block,#table-zsqk .szzsqk-block,#table-cjpzsj .whhcllb-block{
- width:100%;
- height:100%;
- position:relative;
- }
- #table-whhcllb .table-area-head,#table-cjpzsj .table-area-head{
- margin:0 auto;
- width:98%;
- font-size:0.9em;
- display:flex;
- align-items:center;
- background-color:#9e9e9e;
- }
- #table-whhcllb .table-area-head .table-area-head-tab,#table-cjpzsj .table-area-head .table-area-head-tab{
- color: #fff;
- background-color:#9e9e9e;
- text-align:center;
- height:30px;
- vertical-align:middle;
- width:16.66%;
-
- display:flex;
- align-items:center;
- justify-content:center;
- }
- #table-whhcllb .table-area,#table-zsqk .table-area,#table-cjpzsj .table-area{
- width:100%;
- position:absolute;
- top:29px;
- left:0;
- height:calc(100% - 30px);
- overflow:hidden;
- }
- #table-whhcllb .table-content,#table-cjpzsj .table-content{
- margin:0 auto;
- width:98%;
- height:100%;
- font-size:0.9em;
- border:1px solid #9e9e9e;
- }
- #table-whhcllb .table-content tr:nth-child(odd) td{
- background-color:#e2d9d9
- }
- #table-whhcllb .table-content tr:nth-child(even) td{
- background-color:#fff
- }
- #table-whhcllb .table-content tr td{
- text-align:center;
- height:30px;
- vertical-align:middle;
- width:16.6%;
- padding:0 3px;
-
- }
- #table-whhcllb .table-content tr td{
- font-size:0.8em;
- color:#333;
- }
- #table-cjpzsj .table-content tr:nth-child(odd) td{
- background-color:#e2d9d9
- }
- #table-cjpzsj .table-content tr:nth-child(even) td{
- background-color:#fff
- }
- #table-cjpzsj .table-content tr td{
- text-align:center;
- height:30px;
- vertical-align:middle;
- width:16.6%;
- padding:0 3px;
-
- }
- #table-cjpzsj .table-content tr td{
- font-size:0.8em;
- color:#333;
- }
- #table-zsqk .table-area-head{
- margin:0 auto;
- width:98%;
- font-size:0.9em;
- border:1px solid #ff9800;
- display:flex;
- align-items:center;
- }
- #table-zsqk .table-area-head .table-area-head-tab{
- color: #fff;
- background-color:#ff9800;
- text-align:center;
- height:30px;
- vertical-align:middle;
- width:50px;
- display:flex;
- align-items:center;
- justify-content:center;
- }
- #table-zsqk .table-area-head .table-area-head-tab:nth-child(2){
- flex:1;
- }
- #table-zsqk .table-content{
- margin:0 auto;
- width:98%;
- height:100%;
- font-size:0.9em;
- border:1px solid #ff9800;
- }
- #table-zsqk .table-content tr:nth-child(odd) td{
- background-color:#fbe1bb
- }
- #table-zsqk .table-content tr:nth-child(even) td{
- background-color:#fff
- }
- #table-zsqk .table-content tr td{
- text-align:center;
- height:30px;
- vertical-align:middle;
- width:50px;
- padding:0 5px;
- }
- #table-zsqk .table-content tr td:nth-child(2){
- width:auto;
- }
- #table-zsqk .table-content tr td{
- font-size:0.8em;
- color:#333;
- }
- #pcxyfx-chart-content{
- height:100%;
- position:relative;
- z-index:10;
- }
- #pcxyfx-chart-content .pcxyfx-tabs{
- height:40px;
- display:flex;
- width:100%;
- align-items:center;
- justify-content:center;
- }
- #pcxyfx-chart-content .pcxyfx-tabs .tab-title{
- cursor:pointer;
- position:relative;
- margin-left:40px;
- }
- #pcxyfx-chart-content .pcxyfx-tabs .tab-title.active{
- color:#03a9f4;
- }
- #pcxyfx-chart-content .pcxyfx-tabs .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%);
- -moz-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- -o-transform: translateY(-50%);
- }
- #pcxyfx-chart-content .pcxyfx-tabs .tab-title.active:before{
- background-color: #03a9f4;
- }
- #chart-cbfx{
- height:calc(100% - 40px);
- }
|