.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); }