123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- @import "~@less/mixin.less";
- .mask-box{
- .mask;
- }
- .emer-box{
- // width: 1060px;
- width: 1024px;
- // height: 700px;
- height: 80%;
- position: fixed;
- top:20px; //搜索结果展示-6-26
- left:50%;
- margin-left: -530px;
- z-index: 2002;
- background: #fff;
- // overflow: hidden;
- .emer-content{
- position: relative;
- height: 100%;
- }
- .closeModal {
- width: 100%;
- position: absolute;
- height: 45px;
- top: 0px;
- z-index: 800;
- }
- .img{
- width: 40px;
- height: 40px;
- position: absolute;
- top: 5px;
- right: 3px;
- cursor: pointer;
- z-index: 888;
- }
- .emer-left{
- // width: 360px;
- width: 324px;
- height: 100%;
- display: inline-block;
- border-right: 1px solid #E9F5FA;
- }
- .emer-right{
- width: 700px;
- height: 100%;
- overflow-y: auto;
- display: inline-block;
- vertical-align: top;
- position: relative;
- padding-top: 57px;
- .no-data{
- font-size: 18px;
- position: absolute;
- top: 300px;
- left: 288px;
- color: #7C828E;
- }
- .emer-right-footer{
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- }
- .diag-display{
- color: #7C828E;
- width: 100%;
- height: 44px;
- line-height: 44px;
- background: #E9F5FA;
- padding-left: 20px;
- .diag-cont{
- color: #2A9BD5;
- margin-left: 10px;
- }
- }
- .add-diag{
- height: 71px;
- border-top: 1px solid #E9F5FA;
- padding: 8px 20px;
- position: relative;
- background: #fff;
- .add-inp{
- width: 460px;
- height: 30px;
- line-height: 30px;
- border: 1px solid #C9CCD4;
- border-radius: 2px;
- padding-left: 10px;
- margin-left: 7px;
- }
- .add-btn{
- display: inline-block;
- width: 80px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- color: #2A9BD5;
- border: 1px solid #2A9BD5;
- border-radius: 4px;
- margin-left: 10px;
- cursor: pointer;
- }
- .comfirn-btn{
- color: #fff;
- background: #2A9BD5;
- }
- .add-tip{
- font-size: 12px;
- color: #7C828E;
- margin-top: 5px;
- }
- }
- }
- .search-list{
- width: 460px;
- height: 136px;
- position: absolute;
- bottom: -105px;
- right: 115px;
- background:#fff;
- overflow-y: auto;
- li{
- height: 34px;
- line-height: 34px;
- padding-left: 20px;
- }
- li:hover{
- background: #E9F5FA;
- }
- }
- }
|