index.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. @import "~@less/mixin.less";
  2. .mask-box{
  3. .mask;
  4. }
  5. .emer-box{
  6. // width: 1060px;
  7. width: 1024px;
  8. // height: 700px;
  9. height: 80%;
  10. position: fixed;
  11. top:20px; //搜索结果展示-6-26
  12. left:50%;
  13. margin-left: -530px;
  14. z-index: 2002;
  15. background: #fff;
  16. // overflow: hidden;
  17. .emer-content{
  18. position: relative;
  19. height: 100%;
  20. }
  21. .closeModal {
  22. width: 100%;
  23. position: absolute;
  24. height: 45px;
  25. top: 0px;
  26. z-index: 800;
  27. }
  28. .img{
  29. width: 40px;
  30. height: 40px;
  31. position: absolute;
  32. top: 5px;
  33. right: 3px;
  34. cursor: pointer;
  35. z-index: 888;
  36. }
  37. .emer-left{
  38. // width: 360px;
  39. width: 324px;
  40. height: 100%;
  41. display: inline-block;
  42. border-right: 1px solid #E9F5FA;
  43. }
  44. .emer-right{
  45. width: 700px;
  46. height: 100%;
  47. overflow-y: auto;
  48. display: inline-block;
  49. vertical-align: top;
  50. position: relative;
  51. padding-top: 57px;
  52. .no-data{
  53. font-size: 18px;
  54. position: absolute;
  55. top: 300px;
  56. left: 288px;
  57. color: #7C828E;
  58. }
  59. .emer-right-footer{
  60. position: absolute;
  61. bottom: 0;
  62. left: 0;
  63. width: 100%;
  64. }
  65. .diag-display{
  66. color: #7C828E;
  67. width: 100%;
  68. height: 44px;
  69. line-height: 44px;
  70. background: #E9F5FA;
  71. padding-left: 20px;
  72. .diag-cont{
  73. color: #2A9BD5;
  74. margin-left: 10px;
  75. }
  76. }
  77. .add-diag{
  78. height: 71px;
  79. border-top: 1px solid #E9F5FA;
  80. padding: 8px 20px;
  81. position: relative;
  82. background: #fff;
  83. .add-inp{
  84. width: 460px;
  85. height: 30px;
  86. line-height: 30px;
  87. border: 1px solid #C9CCD4;
  88. border-radius: 2px;
  89. padding-left: 10px;
  90. margin-left: 7px;
  91. }
  92. .add-btn{
  93. display: inline-block;
  94. width: 80px;
  95. height: 30px;
  96. line-height: 30px;
  97. text-align: center;
  98. color: #2A9BD5;
  99. border: 1px solid #2A9BD5;
  100. border-radius: 4px;
  101. margin-left: 10px;
  102. cursor: pointer;
  103. }
  104. .comfirn-btn{
  105. color: #fff;
  106. background: #2A9BD5;
  107. }
  108. .add-tip{
  109. font-size: 12px;
  110. color: #7C828E;
  111. margin-top: 5px;
  112. }
  113. }
  114. }
  115. .search-list{
  116. width: 460px;
  117. height: 136px;
  118. position: absolute;
  119. bottom: -105px;
  120. right: 115px;
  121. background:#fff;
  122. overflow-y: auto;
  123. li{
  124. height: 34px;
  125. line-height: 34px;
  126. padding-left: 20px;
  127. }
  128. li:hover{
  129. background: #E9F5FA;
  130. }
  131. }
  132. }