index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. @import "~@less/mixin.less";
  2. @import "~@less/variables.less";
  3. .emergencyProdure {
  4. position: fixed;
  5. top: 50px;
  6. bottom: 10px;
  7. width: 450px;
  8. right: 10px;
  9. padding: 15px;
  10. background-color: #fff;
  11. .modalTop {
  12. height: 60px;
  13. line-height: 60px;
  14. position: relative;
  15. }
  16. .modalTopL {
  17. float: left;
  18. height: 60px;
  19. p {
  20. display: inline-block;
  21. font-size: 16px;
  22. padding: 0 5px;
  23. max-width: 265px;
  24. overflow: hidden;
  25. text-overflow: ellipsis;
  26. white-space: nowrap;
  27. }
  28. .imgs {
  29. position: relative;
  30. top: -17px;
  31. }
  32. }
  33. .modalTopR {
  34. float: right;
  35. color: #2A9BD5;
  36. font-weight: bold;
  37. cursor: pointer;
  38. }
  39. .nameLis {
  40. position: absolute;
  41. width: 400px;
  42. top: 46px;
  43. left: 10px;
  44. padding: 10px;
  45. box-sizing: border-box;
  46. background-color: #fff;
  47. box-shadow: 0 10px 20px 0 #989DA3;
  48. border: 1px solid #dedede;
  49. i {
  50. width: 0;
  51. height: 0;
  52. border-width: 10px;
  53. border-style: solid;
  54. border-color: transparent transparent #fff transparent;
  55. position: absolute;
  56. top: -20px;
  57. right: 10px;
  58. }
  59. li {
  60. line-height: 18px;
  61. float: left;
  62. padding: 10px;
  63. cursor: pointer;
  64. }
  65. }
  66. .selectColor{
  67. color: #2A9BD5;
  68. }
  69. .imageModalWrap {
  70. .maskZIndex;
  71. position: fixed;
  72. left: 0;
  73. top: 0;
  74. width: 100%;
  75. height: 100%;
  76. background-color: #000;
  77. opacity: 0.6;
  78. filter: alpha(opacity=60);
  79. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  80. }
  81. .imageModal {
  82. .maskContentZIndex1;
  83. position: fixed;
  84. background-color: #fff;
  85. overflow: hidden;
  86. width: 900px;
  87. padding-top: 30px;
  88. box-sizing: border-box;
  89. margin-left: -450px;
  90. // margin-top: -400px;
  91. // height: 800px;
  92. // top: 50%;
  93. left: 50%;
  94. top: 60px;
  95. bottom: 60px;
  96. .emergencyImg{
  97. height: 100%;
  98. width: 100%;
  99. position: relative;
  100. float: left;
  101. // position: absolute;
  102. // left: 50%;
  103. // transform: translateX(-50%);
  104. }
  105. }
  106. .dragImgWrap {
  107. .contentZIndex1;
  108. width: 100%;
  109. height: 30px;
  110. line-height: 36px;
  111. text-indent: 1em;
  112. background-color: transparent;
  113. position: absolute;
  114. top: 0;
  115. left: 0;
  116. }
  117. img.img{
  118. cursor: pointer;
  119. position: absolute;
  120. top: 6px;
  121. right: 10px;
  122. }
  123. }
  124. .imageModalWrap {
  125. position: fixed;
  126. left: 0;
  127. top: 0;
  128. z-index: 300;
  129. width: 100%;
  130. height: 100%;
  131. background-color: #000;
  132. opacity: 0.6;
  133. filter: alpha(opacity=60);
  134. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  135. }
  136. .imageModal {
  137. position: fixed;
  138. background-color: #fff;
  139. overflow: hidden;
  140. z-index: 500;
  141. width: 900px;
  142. padding-top: 20px;
  143. box-sizing: border-box;
  144. margin-left: -450px;
  145. // margin-top: -415px;
  146. // height: 800px;
  147. // top: 50%;
  148. left: 50%;
  149. top: 60px;
  150. bottom: 60px;
  151. .emergencyImg{
  152. height: 100%;
  153. width: 100%;
  154. max-height: 800px;
  155. position: relative;
  156. float: left;
  157. // position: absolute;
  158. // left: 50%;
  159. // transform: translateX(-50%);
  160. }
  161. }
  162. .dragImgWrap {
  163. width: 100%;
  164. height: 30px;
  165. line-height: 36px;
  166. text-indent: 1em;
  167. z-index: 502;
  168. background-color: transparent;
  169. position: absolute;
  170. top: 0;
  171. left: 0;
  172. }
  173. img.img{
  174. cursor: pointer;
  175. position: absolute;
  176. top: 6px;
  177. right: 10px;
  178. z-index: 800;
  179. }