@import './reset.less'; .main-part{ height: 100%; } .waring { color: #FF4D4F; margin-top: 18px; height: 18px; } .patient-info{ height: 50px; line-height: 50px; margin-top: 10px; text-align: center; span{ margin-right: 40px; } } .sub-menu{ position: relative; width: @menuWt; height: 100%; float: left; overflow-y: auto; border-right: 1px @frameBdColor solid; .active{ color: @activeColor; background: @activeBg; border-right: 3px @activeColor solid; } .slide-up{ color: @activeColor; } .list-1{ position: relative; &:after{ content: " "; display: inline-block; position: absolute; left: 270px; top:18px; width: 10px; height: 6px; background: url("../images/icon_down.png") no-repeat; } &.slide-up:after{ transform: rotate(180deg); -webkit-transform: rotate(180deg); } ul{ display: none; li.page{ text-indent: 30px; } } } li{ line-height: @menuLiHt; text-indent: 15px; cursor: pointer; } .copy-right{ position: fixed; bottom: 0px; width: @menuWt+(-18px); text-align: center; font-size:12px; color: #aaa; background: #fff; padding: 10px 0 20px; } } .tab-container{ margin-left: 310px; height: 100%; .content-box{ width:70%; height: 100%; position: relative; } .content-item{ display: none; height: 100%; .title{ position: absolute; top: 0; width: 100%; color: #333333; font-size: 16px; text-align: center; font-weight: bold; height: 44px; line-height: 44px; border-bottom:1px #E2E5EF solid; text-indent: 20px; } .container{ margin-top: 45px; padding: 20px 30px 0; height: 100%; overflow-y: auto; } .cont{ display: inline-block; min-width: 33%; margin-bottom: 15px;/* .table-tip{ line-height: 20px; padding: 7px 8px; border:1px @tableBorderColor solid; }*/ table{ width: 100%; border:1px @tableBorderColor solid; } .embed-table{ border:1px @tableBorderColor solid; &>tbody>tr:first-child>td{ padding: 0; border:none; &>table td{ border:1px @tableBorderColor solid; line-height: 20px; padding: 7px 8px; } } .table-tip{ text-align: left; } } th{ table{ border:none; } border:1px @tableBorderColor solid; background: @thBgColor; line-height: 20px; padding: 7px 8px; } td{ text-align: center; border:1px @tableBorderColor solid; padding:7px 8px; height: 20px; table,td{ border:none; } } span{ line-height: 20px; vertical-align: middle; } .label{ display: inline-block; min-width: 70px; font-weight: bold; overflow-x: hidden; } } } .operation{ width:28%; height: 100%; margin-right: 10px; position: relative; .flaw-title{ position: absolute; top:0; width: 100%; height: 44px; color: #333333; font-weight: bold; line-height: 44px; border-bottom:1px #E2E5EF solid; /*margin-bottom: 20px;*/ span{ font-size: 16px; margin-left: 20px; } a{ float: right; width: 66px; height: 28px; margin: 10px 20px 0 0; line-height: 28px; text-align: center; border-radius:4px; color: @activeColor; font-weight: normal; border:1px @activeColor solid; } } .flaw-box{ margin-top: 45px; padding-top: 20px; height: 100%; overflow-y: auto; } .empty{ /*display: none;*/ margin-top: 120px; text-align: center; p{ margin-top: 15px; font-size: 12px; text-indent: 10px; color: #aaa; } } .flaw-item{ display: none; margin: 0 20px 10px 30px ; border-bottom:1px #E2E5EF solid; padding-bottom: 10px; .title{ margin-bottom: 10px; } } } .oper{ text-align: right; } } .edit-box{ p{ margin-bottom: 10px; .red{ display: inline-block; width: auto; text-indent: 5px; } } .warning{ display: none; } input{ border:1px @borderColor solid; width: 300px; height: 38px; text-indent: 10px; line-height: 38px; border-radius:2px; } span{ display: inline-block; width: 70px; margin-right: 20px; text-align: right; } }