123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- @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;
- /*overflow-y: auto;*/
- }
- .content-item{
- display: none;
- height: 100%;
- /**********危急值记录*************/
- &.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;
- .cont{
- display: inline-block;
- min-width: 33%;
- margin-bottom: 15px;
- span{
- line-height: 20px;
- vertical-align: middle;
- }
- .label{
- display: inline-block;
- /*min-width: 70px;*/
- font-weight: bold;
- overflow-x: hidden;
- }
- }
- &.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: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;
- }
- }
- .standard_table {
- tr {
- td.standard_fst {
- width: 160px;
- }
- }
- }
- .wardRoundWrap {
- .container {
- .lineBlock {
- line-height: 22px;
- padding: 3px 0;
- .lineTitle {
- color:#333;
- font-weight: bold;
- }
- }
- .contentH4 {
- margin-top: 15px ;
- margin-bottom: 5px ;
- }
- .contentDetail {
- padding-left: 15px;
- }
- .wardRound {
- margin-right: 40px;
- padding: 7px 0;
- display: inline-block;
- i {
- font-weight: bold;
- color: #333333;
- }
- }
- .cont {
- margin-bottom: 35px;
- .wardRound-table {
- border: 0 none;
- td {
- border: 0 none;
- text-align: left;
- padding-left: 0;
- color: #333333;
- padding: 0 8px 3px 0;
- }
- .tdFstTitle {
- vertical-align: top;
- font-weight: bold;
- }
- }
- }
- }
- }
- /*******手术知情同意书*********/
- .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;
- }
- }
- }
- /********术后首次病程记录及谈话记录*******/
- .surgery-af{
- .af-title{
- margin-bottom: 15px;
- span {
- display: inline-block;
- width: 50%;
- font-weight: bold;
- }
- }
- .cont{
- width: 100%;
- }
- }
|