1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006 |
- body {
- font-family: "Microsoft YaHei", Helvetica, "STHeiti STXihei", "Microsoft JhengHei", Tohoma, Arial;
- font-size: 14px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- /*background-color: #f0f0f0;*/
- }
- @font-face {
- font-family: "edui-iconfont";
- src: url('./default/font/iconfont.woff2') format('woff2'),
- url('./default/font/iconfont.woff') format('woff'),
- url('./default/font/iconfont.ttf') format('truetype');
- }
- @font-face {
- font-family: 'iconfont'; /* Project id 3777025 */
- src: url('./default/font2/iconfont.ttf') format('truetype');
- }
- ::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
- ::-webkit-scrollbar-track {
- /* box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5); */
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 5px;
- box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
- background-color: rgba(100, 100, 100, 0.5);
- }
- a {
- color: #09f;
- text-decoration: none !important;
- }
- a:hover,
- a:focus {
- color: #09f;
- text-decoration: none !important;
- }
- blockquote {
- padding: 0 0 0 15px;
- margin: 0 0 18px;
- border-left: 5px solid #EEE;
- }
- img + br {
- display: block;
- padding: 4px 0;
- content: ' ';
- }
- /**iframe里body中的p元素样式**/
- /* body p {
- margin-bottom: 1em;
- } */
- iframe {
- border: none;
- }
- img {
- max-width: 100%;
- }
- img[data-word-image]{
- cursor: pointer;
- }
- pre {
- margin: .5em 0;
- padding: .4em .6em;
- border-radius: 8px;
- background: #f8f8f8;
- line-height: 1.5;
- }
- .border-color{
- border-color:#ffffff;
- }
- .border-color-dg{
-
- }
- input{
- border-style:none
- }
- select{
- border-style:none;
- border:0;
- background: transparent;
- appearance:none;
- -moz-appearance:none; /* Firefox */
- -webkit-appearance:none; /* Safari 和 Chrome */
- }
- .input-200{
- width: 200px;
- border-style:none
- }
- .input-150{
- width: 150px;
- border-style:none
- }
- .input-100{
- width: 100px;
- border-style:none
- }
- .input-50{
- width: 50px;
- border-style:none
- }
- .text-area-resize{
- resize:none;
- border-style:none;
- }
- .select-50{
- width: 50px;
- border-style:none;
- border:0;
- background: transparent;
- appearance:none;
- -moz-appearance:none; /* Firefox */
- -webkit-appearance:none; /* Safari 和 Chrome */
- }
- .select-100{
- width: 100px;
- border-style:none;
- border:0;
- background: transparent;
- appearance:none;
- -moz-appearance:none; /* Firefox */
- -webkit-appearance:none; /* Safari 和 Chrome */
- }
- .select-150{
- width: 150px;
- border-style:none;
- border:0;
- background: transparent;
- appearance:none;
- -moz-appearance:none; /* Firefox */
- -webkit-appearance:none; /* Safari 和 Chrome */
- }
- /*清除ie的默认选择框样式清除,隐藏下拉箭头*/
- select::-ms-expand { display: none; }
- .sde-ctrl {
- display: inline;
- color: #000;
- /* background-color: #F0F8FF; */
- margin-left: 4px;
- margin-right: 4px;
- }
- .sde-label {
- background-color: white;
- }
- .sde-ctrl>.sde-value,
- .sde-ctrl>.sde-revise>.sde-value-revise {
- display: inline;
- }
- .sde-ctrl:after {
- color: red;
- /* content: attr(sde-right); */
- font-weight: bold;
- position: relative;
- bottom: -2px;
- }
- .sde-ctrl:focus,
- .sde-ctrl>.sde-value:focus,
- .sde-ctrl>.sde-revise>.sde-value-revise:focus {
- background-color: #add8e6;
- }
- .sde-ctrl>.sde-value:before,
- .sde-ctrl>.sde-revise>.sde-value-revise:before {
- color: #0000ff;
- padding-right: 3px;
- /* content: attr(sde-left); */
- }
- .sde-ctrl>.sde-value{
- color: lightgray;
- background-color: #eff;
- color: black;
- cursor:default;
- }
- .sde-ctrl>.sde-value:after,
- .sde-ctrl>.sde-revise>.sde-value-revise:after {
- color: #0000ff;
- padding-left: 3px;
- /* content: attr(sde-right); */
- }
- .sde-ctrl .sde-value .sde-val-item {
- box-sizing: border-box;
- border-color: transparent;
- margin: 2px;
- background-color: rgb(208, 216, 223);
- padding: 0 3px;
- border-radius: 4px;
- }
- .sde-auxiliary-root {
- display: none;
- }
- .sde-auxiliary-root>.sde-auxiliary-bg {
- z-index: 1;
- position: fixed;
- background-color: #000;
- opacity: 0;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- display: block;
- }
- .sde-auxiliary-root>.sde-auxiliary-root-dom {
- position: absolute;
- border: 1px solid #ccc;
- min-height: 10px;
- background-color: #fefefe;
- overflow-y: auto;
- z-index: 2;
- }
- .sde-auxiliary-select-ul {
- width: 100%;
- padding: 5px 0;
- font-size: 14px;
- border-radius: 4px;
- }
- .sde-auxiliary-select-ul .selected:after {
- content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAgVBMVEX///8AnhIAnBIAmhEAoBMApxQAcg0AIwQAAAAAqRUAqhUAphQApxQAnhIAnBIAnxMAoBMAmBEAmBEAmREAjg4Ajw8AhgwAhQwAZAkAAAAAPwQAagYAOgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABj7nRP6mA15EYd3y7///8f1UZbAAAAJnRSTlMAAAAAAAAAAAAzZkjMZjNIzMx7SMxISMxIBlrMYyARBQMSGhcQCRTuOuYAAAABYktHRACIBR1IAAAAB3RJTUUH2wUSFAIAr8Q/BgAAAE9JREFUGNNjYKASYGRiZmHl5EIV4ObhQQjw8jHzC6gJIAQEBYUE1QWFEQIiGkAoyoYQEBPXFJdg50AISEpJy8jKySMEFBSVlFVUFajlCwYA+DcEQfs7xCQAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDQtMTBUMDU6Mjk6MzYrMDg6MDA8SYRAAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDExLTA1LTE4VDIwOjAyOjAwKzA4OjAw9hxmegAAAEN0RVh0c29mdHdhcmUAL3Vzci9sb2NhbC9pbWFnZW1hZ2ljay9zaGFyZS9kb2MvSW1hZ2VNYWdpY2stNy8vaW5kZXguaHRtbL21eQoAAAAYdEVYdFRodW1iOjpEb2N1bWVudDo6UGFnZXMAMaf/uy8AAAAXdEVYdFRodW1iOjpJbWFnZTo6SGVpZ2h0ADE2Ha9ebwAAABZ0RVh0VGh1bWI6OkltYWdlOjpXaWR0aAAxNuUAnuIAAAAZdEVYdFRodW1iOjpNaW1ldHlwZQBpbWFnZS9wbmc/slZOAAAAF3RFWHRUaHVtYjo6TVRpbWUAMTMwNTcyMDEyME6RfuYAAAAQdEVYdFRodW1iOjpTaXplADMyMUKhri7XAAAAWXRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vaG9tZS93d3dyb290L3NpdGUvd3d3LmVhc3lpY29uLm5ldC9jZG4taW1nLmVhc3lpY29uLmNuL3NyYy8yMC8yMDA3LnBuZ9a2SfkAAAAASUVORK5CYII=);
- font-size: 10px;
- color: #409eff;
- padding-top: 5px;
- right: 10px;
- position: absolute;
- }
- .sde-auxiliary-select-li {
- padding: 0 10px;
- cursor: pointer;
- padding-right: 30px;
- white-space: nowrap;
- }
- .hover {
- background-color: #c1c1c1!important;
- }
- .selected {
- font-weight: 700;
- color: #409eff;
- background-color: #f5f7fa;
- }
- .sde-select {
- cursor: pointer;
- }
- .sde-section,
- .sde-section>.sde-value {
- display: block;
- background-color: transparent;
- }
- .sde-section:after,
- .sde-section:before,
- .sde-section>.sde-value:after,
- .sde-section>.sde-value:before {
- content: none;
- }
- .sde-warning {
- background-color: yellow;
- color: red;
- }
- .tb-solid td,
- .tb-solid th {
- border-left: 1px solid black !important;
- border-top: 1px solid black !important;
- }
- .tb-solid tr td {
- border-right: 1px solid black !important;
- border-bottom: 1px solid black !important;
- }
- .tb-dotted td,
- .tb-dotted th {
- border-left: 1px dotted black !important;
- border-top: 1px dotted black !important;
- }
- .tb-dotted tr td {
- border-right: 1px dotted black !important;
- border-bottom: 1px dotted black !important;
- }
- .tb-hide td,
- .tb-hide th {
- border-left: none !important;
- border-top: none !important;
- }
- .tb-hide tr td {
- border-right: none !important;
- border-bottom: none !important;
- }
- .sde-assistant-popup {
- display: none;
- position: fixed;
- z-index: 2;
- }
- .sde-assistant-popup .assistant-popup-body {
- border: 1px solid #ccc;
- background-color: #fff;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
- box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- width: 150px;
- opacity: 0.7;
- padding: 5px 0;
- }
- /******* start 批注 ********/
- .sde-revise {}
- .sde-revise>.sde-revise-del {
- display: none;
- }
- .sde-revise-show>.sde-revise-del {
- display: inline;
- text-decoration: line-through!important;
- text-decoration-color: red!important;
- text-decoration-style: double!important;
- }
- .sde-revise-show>.sde-revise-add {
- display: inline;
- text-decoration: underline!important;
- text-decoration-color: blue!important;
- text-decoration-style: double!important;
- }
- .sde-revise-show>.revise-prompt {
- position: absolute;
- background: black;
- z-index: 1;
- border: 1px solid #e5e5e5;
- border-radius: 4px;
- font-size: 11px;
- display: block;
- padding: 5px;
- margin-top: -3px;
- visibility: visible;
- opacity: .8;
- color: #999;
- }
- .sde-revise-show>.revise-prompt>.revise-prompt-tip {
- width: 0;
- height: 0;
- border-left: 3px solid transparent;
- border-right: 3px solid transparent;
- border-top: 5px solid black;
- opacity: .8;
- position: absolute;
- display: none;
- }
- /******* end 批注 ********/
- /******* start 结构化模板 ********/
- .sde-tmp-root {}
- .sde-tmp-root .sde-tmp-header {}
- .sde-tmp-root .sde-tmp-header .sde-tmp-header-value {
- display: none;
- min-height: 15px;
- }
- .sde-tmp-root .sde-tmp-content {}
- .sde-tmp-root .sde-tmp-content .sde-tmp-content-value {
- outline:none!important;
- }
- .sde-tmp-root .sde-tmp-footer {}
- .sde-tmp-root .sde-tmp-footer .sde-tmp-footer-value {
- display: none;
- min-height: 15px;
- }
- /******* end 结构化模板 ********/
- .sde-table{
- width: 100%;
- }
- img.kfformula {
- vertical-align: middle;
- }
- /*!* Switch开关样式 *!
- !* 必须是input为 checkbox class 添加 switch 才能实现以下效果 *!
- input[type='checkbox'].switch{
- outline: none;
- appearance: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- position: relative;
- width: 40px;
- height: 20px;
- background: #ccc;
- border-radius: 10px;
- transition: border-color .3s, background-color .3s;
- }
- input[type='checkbox'].switch::after {
- content: '';
- display: inline-block;
- width: 1rem;
- height:1rem;
- border-radius: 50%;
- background: #fff;
- box-shadow: 0, 0, 2px, #999;
- transition:.4s;
- top: 2px;
- position: absolute;
- left: 2px;
- }
- input[type='checkbox'].switch:checked {
- background: rgb(19, 206, 102);
- } */
- /* 当input[type=checkbox]被选中时:伪元素显示下面样式 位置发生变化 */
- /* input[type='checkbox'].switch:checked::after {
- content: '';
- position: absolute;
- left: 55%;
- top: 2px;
- } */
- /********/
- .mask {
- -webkit-mask-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
- }
- .pageline {
- width: 100%;
- height: 0;
- border-top: 1px dashed #999;
- position: absolute;
- color: #999;
- font-size: xx-small;
- text-align: right;
- vertical-align: super;
- }
- .pageline > span {
- position: absolute;
- bottom: 5px;
- right: -35px;
- }
- .pageline>ft {
- position: absolute;
- top: 5px;
- right: -35px;
- }
- a.input {
- background-color: #eff;
- color: black;
- cursor: default;
- word-break: break-all;
- border: none;
- outline: none;
- /* -webkit-user-modify: read-write-plaintext-only; */
- }
- a.input input{
- height:13px;
- }
- a[datatype="10"].input {
- display: inline-block;
- }
- .radio-label,.checkbox-label{
- vertical-align: 2px !important;
- padding-right: 15px;
- }
- .radio-label:last-child,.checkbox-label:last-child{
- padding-right: 0px;
- }
- /* a[datatype="02"].input:empty:before {
- content: "attr(placeholder)";
- width: 100px;
- } */
- hr {
- background-color: #999;
- }
- .ele-number {
- width:60px;
- background-color: #eff;
- border:none;
- outline: none;
- }
- input::-webkit-inner-spin-button {
- appearance: none !important;
- }
- input::-webkit-outer-spin-button {
- appearance: none !important;
- }
- .showMessage {
- padding: 10px 20px;
- border-radius: 5px;
- position: fixed;
- top: 25%;
- left: 50%;
- color: #ffffff;
- z-index: 999;
- transform: translate(-50%, 0);
- }
- .showMessageSuccess {
- background-color: #f0f9eb;
- border: 1px solid #E1F3D8;
- color: #67c23a;
- }
- .showMessageError {
- background-color: #fef0f0;
- border: 1px solid #fde2e2;
- color: #F76C6C;
- }
- .ele-textarea {
- width: 100%;
- width: -moz-available;
- width: -webkit-fill-available;
- width: fill-available;
- height: 73px;
- vertical-align: top;
- outline-color:#999;
- }
- .ele-textarea-no-border {
- border: none;
- resize: none;
- }
- /**表单模式下的样式调整 start*/
- /**隐藏文本域的大小调整*/
- .form-view .ele-textarea {
- resize: none !important;
- }
- .form-view textarea {
- resize: none !important;
- }
- /**表单模式下的样式调整 end*/
- a.input-required {
- border: 1px solid red;
- border-radius: 3px;
- }
- a[datatype="03"].input-required {
- border: none !important;
- }
- a.input-required textarea {
- border: 1px solid red;
- }
- /**复合元素样式*/
- .complex {
- border: 2px dashed #a6a4a4;
- resize: both;
- overflow: auto;
- /* -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none; */
- }
- .comx-icon-close{
- position: absolute;
- display: inline-block;
- margin: -13px 0px 0px -17px;
- width: 16px;
- height: 16px;
- cursor: pointer;
- vertical-align: top;
- text-align: left;
- font-size: 16px;
- /* background-color: #fff; */
- }
- .comx-icon-close:before{
- font-family: 'edui-iconfont';
- content: "\e6a7";
- }
- .form-view .complex {
- resize: none;
- border: none !important;
- }
- .form-view .comx-icon-close{
- display: none !important;
- }
- .form-view a.input {
- background-color: #fff !important;
- }
- .max_table{
- max-width:100%;
- width:100%;
- }
- .continue {
- position: absolute;
- top: 0px;
- left: 0px;
- z-index: 9999;
- background-color: rgb(204, 204, 204);
- opacity: 0.6;
- width: 100%;
- }
- /* 批注、修订 */
- .remark-all-blank {
- position: absolute;
- z-index: 99;
- top: 0px;
- /* right: -245px; */
- left: 825px;
- padding: 5px;
- box-sizing: border-box;
- /* box-shadow: 0 2px 8px 2px rgb(68 73 77 / 26%); */
- /* -webkit-box-shadow: 0 2px 8px 2px rgb(68 73 77 / 26%); */
- user-select: none;
- -webkit-user-select: none;
- }
- .remark-blank {
- padding: 5px;
- margin-bottom: 10px;
- box-sizing: border-box;
- width: 200px;
- background: #fff;
- border-left: solid 2px red;
- /* box-shadow: 0 2px 8px 2px rgb(68 73 77 / 26%); */
- /* -webkit-box-shadow: 0 2px 8px 2px rgb(68 73 77 / 26%); */
- user-select: none;
- -webkit-user-select: none;
- }
- .remark-header {
- color: #999;
- font-size: xx-small;
- width: 100%;
- line-height: 24px;
- }
- .remark-close{
- cursor: pointer;
- position: relative;
- left: 12px;
- top: 1px;
- display: inline-flex;
- width: 16px;
- height: 16px;
- }
- .remark-close::before{
- font-family: "iconfont";
- content: "\e84d";
- position: absolute;
- right: 0px;
- top: -3px;
- font-size: 16px;
- font-weight: bold;
- }
- .remark-content {
- outline: none;
- }
- .remark-footer {
- font-size: xx-small;
- display: flex;
- justify-content: flex-end;
- }
- .remark-footer span {
- cursor: pointer;
- padding: 3px;
- margin: 3px;
- }
- /* .remark-line {
- position: absolute;
- top: 0;
- left: 0;
- } */
- .note-straight,.remark-straight {
- position: absolute;
- border-top: 1px dashed red;
- }
- .remark-straight:before {
- font-family: "iconfont";
- content: "\e629";
- position: absolute;
- left: -9px;
- top: -5px;
- color: red;
- font-size: 10px;
- }
- .note-straight:before {
- font-family: "iconfont";
- content: "\e93d";
- position: absolute;
- left: -9px;
- top: -11px;
- color: red;
- font-size: 10px;
- font-weight: bold;
- }
- .remark-oblique {
- position: absolute;
- border-top: dashed 1px red;
- }
- .remark-blank:hover {
- box-shadow: 0 2px 8px 2px #f3b5b5;
- -webkit-box-shadow: 0 2px 8px 2px #f3b5b5;
- }
- .remark-blank:hover .remark-header{
- background-color: #f86b6b;
- color: #fff;
- }
- .remark-blank:hover .remark-straight{
- border-top: 2px solid red;
- }
- .remark-blank:hover .note-straight{
- border-top: 2px solid red;
- }
- .remark-blank:hover .remark-straight::before{
- font-weight: bold;
- }
- .remark-blank:hover .note-straight::before{
- font-weight: bold;
- filter: drop-shadow(0px 0px 1px red);
- }
- .remark-blank:hover .remark-oblique{
- border-top: 2px solid red;
- }
- .remark-footer span:hover {
- background-color: #add8e6;
- }
- .note {
- background-color: pink;
- display: inline-block !important;
- }
- /* start 诊断模块样式 */
- .doctoradvice {
- display: block;
- /* background-color: #eff; */
- /* color: #ccc; */
- /* line-height: 100px; */
- text-align: center;
- }
- .doctoradvice .diagnosis-header {
- display: flex;
- margin-bottom: 5px;
- }
- .doctoradvice .diagnosis-title {
- width: 100%;
- display: inline-block;
- text-align: left;
- font-weight: bold;
- }
- .doctoradvice .diagnosis-new {
- width: 100%;
- display: inline-block;
- text-align: right;
- font-weight: bold;
- }
- .doctoradvice .diagnosis_module {
- display: flex;
- flex-direction: row;
- text-align: left;
- margin-bottom: 5px;
- }
- .diagnosis-new button {
- cursor: pointer;
- border: none;
- color: #fff;
- }
- .add-diagnosis {
- background-color: #409eff;
- }
- .copy-diagnosis {
- margin-left: 5px;
- background-color: #409eff;
- }
- .del-diagnosis {
- margin-left: 5px;
- background-color: #f56c6c;
- }
- .diagnosis_custom {
- outline: none;
- width: 80%;
- text-align: left !important;
- }
- .diagnosis_val {
- border-left: 1px solid;
- padding-left: 5px;
- width: 20%;
- max-width: 150px;
- text-align: left !important;
- }
- .diagnosis_label{
- border-left: 1px solid;
- width: 40%;
- padding-left: 5px;
- /* display: none; */
- text-align: left !important;
- }
- .diagnosis_module label{
- text-align: right;
- min-width: 70px;
- }
- .diagnosis_module button{
- height: 19px;
- font-size: 10px;
- min-width: 36px;
- cursor: pointer;
- border: none;
- border-radius: 10px;
- color: #409eff;
- background-color: #fff;
- /* margin-top: 3px; */
- }
- .doctoradvice .advice-table-title {
- width: 100%;
- display: block;
- text-align: left;
- font-weight: bold;
- padding-top: 10px;
- }
- .doctoradvice .advice-table {
- width: 100%;
- display: table;
- border: 1px solid #DDD;
- }
- .doctoradvice .advice-tr {
- display: grid;
- grid-template-columns: 13% 10% 8% 8% 5% 8% 5% 5% 6% 6% 8% 10% 8%;
- border-bottom: 1px solid #DDD;
- }
- .doctoradvice .advice-tr:last-child {
- border-bottom: none;
- }
- .doctoradvice .advice-tr label {
- border-right: 1px solid #DDD;
- }
- .doctoradvice .advice-tr label:last-child {
- border-right: none;
- }
- .doctoradvice .advice-tr .label14 {
- grid-column: 1/14;
- color: #ccc;
- }
- .doctoradvice .check-table-title {
- width: 100%;
- display: block;
- text-align: left;
- font-weight: bold;
- padding-top: 10px;
- }
- .doctoradvice .check-table {
- width: 100%;
- display: table;
- border: 1px solid #DDD;
- }
- .doctoradvice .check-tr {
- display: grid;
- grid-template-columns: 15% 5% 10% 10% 8% 5% 8% 5% 8% 8% 10% 8%;
- border-bottom: 1px solid #DDD;
- }
- .doctoradvice .check-tr:last-child {
- border-bottom: none;
- }
- .doctoradvice .check-tr label {
- border-right: 1px solid #DDD;
- }
- .doctoradvice .check-tr label:last-child {
- border-right: none;
- }
- .doctoradvice .check-tr .label13 {
- grid-column: 1/13;
- color: #ccc;
- }
- /* end 诊断模块样式 */
|