123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- @import './reset.less';
- body{
- overflow-y: auto;
- }
- .ellipsis{
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- #loading{
- text-align: center;
- height: 2000px;
- margin-top: 30px;
- }
- .waring {
- color: #FF4D4F;
- margin-top: 18px;
- height: 18px;
- }
- .tab-container{
- background: @disColor;
- /*height: 100%;*/
- .content-box1{
- margin: 0 30px;
- padding-bottom: 90px;
- background: #fff;
- position: relative;
- overflow-y: auto;
- border-right: 10px #EFF1F6 solid;
- border-left: 10px #EFF1F6 solid;
- box-sizing: border-box;
- }
- .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;
- width: 41%;
- &[rowspan]{
- // font-weight: bold;
- width: 100px;
- padding-left: 0;
- }
- &.active{
- background: @anchorBg;
- }
- }
- }
- .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;
- white-space: nowrap;
- }
- }
- .table-tip{
- text-align: left;
- }
- }
- th{
- table{
- border:none;
- }
- border:1px @tableBorderColor solid;
- background: @thBgColor;
- line-height: 20px;
- padding: 7px 8px;
- white-space: nowrap;
- }
- td{
- text-align: center;
- border:1px @tableBorderColor solid;
- padding:2px 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: 5px;
- box-sizing: border-box;
- // padding-left: 5px;
- &.active{
- background: @anchorBg;
- }
- & div[contenteditable="true"]{
- border:1px solid #ccc;
- width: 98%;
- min-height: 46px;
- padding: 2px 5px;
- border-radius: 2px;
- margin-top: 5px;
- }
- 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: 5px;
- .info-title{
- font-weight: bold;
- margin-bottom: 10px;
- }
- }
- }
- .oper{
- text-align: right;
- }
- }
- .empty{
- /*display: none;*/
- margin-top: 120px;
- text-align: center;
- img{
- width: 140px;
- }
- p{
- margin-top: 15px;
- font-size: 12px;
- text-indent: 10px;
- color: #aaa;
- }
- }
- .empty2{
- margin-top: 60px;
- text-align: center;
- height: 170px;
- td{
- width: 100%;
- }
- img{
- width: 140px;
- }
- p{
- // margin-top: 15px;
- font-size: 12px;
- text-indent: 10px;
- color: #aaa;
- }
- }
- .oper-box{
- background: #fff;
- text-align: center;
- padding: 30px 0;
- position: absolute;
- bottom: 0;
- width: calc(100% - 100px);
- margin-left: 40px;
- button{
- display: inline-block;
- width: 68px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- border-radius: 4px;
- box-sizing: border-box;
- border: 1px solid #00A1FF;
- color: #fff;
- background: #00A1FF;
- }
- }
|