123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
- @import './reset.less';
- .main-part{
- height: 100%;
- }
- #loading{
- text-align: center;
- /*margin-top: 30px;*/
- }
- .waring {
- color: #FF4D4F;
- margin-top: 18px;
- height: 18px;
- }
- .patient-info{
- /*height: 50px;*/
- line-height: 50px;
- border-bottom: 1px #E2E5EF solid;
- text-align: center;
- margin-bottom: 20px;
- span{
- color: #333;
- margin-right: 40px;
- display: inline-block;
- }
- }
- .sub-menu{
- position: relative;
- width: @menuWt;
- height: 100%;
- float: left;
- overflow-y: auto;
- overflow-x: hidden;
- background: @themeColor;
- border-right: 1px @frameBdColor solid;
- .logo{
- margin:5px 0 44px;
- text-indent: 22px;
- }
- &>a{
- position: absolute;
- top: 50%;
- right: 0;
- z-index: 1;
- }
- &>ul>li{
- color: @themeFontClr;
- }
- .active{
- color: @activeColor;
- /*background: @activeBg;
- border-right: 3px @activeColor solid;*/
- }
- .page:hover{
- color: @activeColor;
- }
- .list-1{
- position: relative;
- p {
- color: @themeFontClr;
- &:hover {
- color: @activeColor;
- }
- }
- &:after{
- content: " ";
- display: inline-block;
- position: absolute;
- left: @menuWt+(-30px);
- 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;
- color: @themeFontClr;
- &.active{
- color: @activeColor;
- }
- }
- }
- }
- li{
- line-height: @menuLiHt;
- text-indent: 15px;
- cursor: pointer;
- }
- .copy-right{
- position: fixed;
- bottom: 0px;
- width: @menuWt;
- text-align: center;
- font-size:12px;
- color: #F0F0F0;
- background: @themeColor;
- padding: 10px 0 20px;
- border-top: 1px @themeBorderClr solid;
- }
- }
- .menu-mini{
- display: none;
- width: 60px;
- &>ul>li{
- width: 100%;
- height: 40px;
- line-height: 40px;
- background: url("../images/icon3.png") center no-repeat;
- & ul{
- display: none;
- left: 60px;
- position: absolute;
- width: 140px;
- }
- &.YH-KZT{
- background: url("../images/icon3.png") center no-repeat;
- }
- &.YH-QBYH-JCGN{
- background: url("../images/icon2.png") center no-repeat;
- }
- &.active{
- background-color: #EEF4FF;
- border-left: 3px #5A8EEE solid;
- }
- }
- }
- .tab-container{
- margin-left: @menuWt;
- height: 100%;
- .content-box{
- width:78%;
- height: 100%;
- position: relative;
- overflow-y: auto;
- }
- .content-item{
- display: none;
- /*height: 100%;*/
- .content-item-wrapper{
- margin-bottom: 50px;
- }
- /**********危急值记录*************/
- &.danger-record{
- height:auto;
- .title{
- /*position: unset;*/
- }
- }
- .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;*/
- }
- .info-table{
- margin: 0 0 15px;
- }
- table{
- width: 100%;
- border:1px @tableBorderColor solid;
- }
- .inline-table{
- display: inline;
- border: none;
- td{
- border: none;
- }
- }
- .inner-table table{
- border: none;
- td{
- border: none;
- text-align: left;
- vertical-align: text-bottom;
- &[rowspan]{
- font-weight: bold;
- width: 100px;
- padding-left: 0;
- }
- }
- }
- .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;
- }
- }
- .info-item{
- border-bottom: 1px @borderColor solid;
- .text-left{
- width: 100%;
- text-align: right;
- }
- .cont{
- display: inline-block;
- min-width: 33%;
- margin-bottom: 15px;
- box-sizing: border-box;
- padding-left: 5px;
- &.active{
- background: #FFF0DA;
- }
- span{
- line-height: 20px;
- vertical-align: middle;
- }
- .text-indent{
- text-indent: 28px;
- }
- .text-bold{
- font-weight: bold;
- }
- .label{
- display: inline-block;
- /*min-width: 70px;*/
- font-weight: bold;
- overflow-x: hidden;
- }
- .revisitPlanTan{
- border: none;
- td{
- border: none;
- }
- }
- }
- &.cont-2 .cont{
- min-width: 48%;
- }
- &.cont-4 .cont{
- min-width: 23%;
- }
- &.cont-5 .cont{
- min-width: 19%;
- }
- &.no-border{
- border-bottom: none;
- margin-bottom: 0;
- }
- margin-bottom: 10px;
- .info-title{
- font-weight: bold;
- margin-bottom: 10px;
- }
- }
- }
- .operation{
- width:20%;
- 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: 15px;
- }
- 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;
- }
- .flaw-item{
- display: none;
- margin: 0 20px 10px 12px ;
- border-bottom:1px #E2E5EF solid;
- padding-bottom: 10px;
- p{
- text-indent: 5px;
- }
- .title{
- margin-bottom: 10px;
- box-sizing: border-box;
- padding-left: 5px;
- &.active{
- background: #FFF0DA;
- }
- }
- }
- }
- .oper{
- text-align: right;
- }
- }
- .empty{
- /*display: none;*/
- margin-top: 120px;
- text-align: center;
- p{
- margin-top: 15px;
- font-size: 12px;
- text-indent: 10px;
- color: #aaa;
- }
- }
- .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;
- }
- }
- .standard_table {
- tr {
- td.standard_fst {
- width: 160px;
- }
- }
- }
- /*******手术知情同意书*********/
- .surgery-book{
- .book-item{
- margin-bottom:15px;
- :not(:first-child){
- text-indent: 15px;
- }
- .intent{
- text-indent: 30px;
- }
- .intent-1{
- margin-left: 48px;
- text-indent: 0;
- }
- &.clearfix{
- p{
- width: 100%;
- }
- }
- .fr{
- margin-top: 25px;
- text-align: right;
- }
- }
- }
- /********术后首次病程记录及谈话记录*******/
- .textR{
- text-align: right;
- }
- .textL{
- text-align: left;
- }
- .textPreLine{
- white-space: pre-line;
- }
- .textIndent30{
- text-indent:30px
- }
- .textBold{
- font-weight: bold;
- }
- .padL30{
- padding-left: 30px;
- }
- .displayInlineBlock{
- display: inline-block;
- }
- /********缺陷总览*********/
- .flaw-table{
- height: 100%;
- overflow-y: auto;
- margin-right: 30px;
- .slide-up{
- cursor: pointer;
- color: #5A8EEE;
- &:before{
- display: inline-block;
- width: 14px;
- content: "-";
- font-size: 18px;
- color: #5A8EEE;
- text-align: center;
- }
- &.down:before{
- content: "+";
- }
- }
- table{
- width: 100%;
- border:1px solid #E2E5EF;
- border-collapse: collapse;/*关键代码*/
- margin-bottom: 40px;
- thead{
- background: #EFF0F9;
- }
- /*tr[code]{
- display: none;
- }*/
- th,td{
- height: 40px;
- box-sizing: border-box;
- padding: 0 20px;
- border:1px solid #E2E5EF;
- border-collapse: collapse;/*关键代码*/
- }
- th{
- font-size: 14px;
- font-weight: 500;
- }
- td{
- font-size: 14px;
- font-weight: 400;
- &.red{
- text-align: center;
- }
- }
- }
- }
|