index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. .spinnclass {
  2. // height: calc(100% - 245px);
  3. }
  4. :global {
  5. .ant-spin-container {
  6. height: 100%;
  7. }
  8. }
  9. .mapwrap {
  10. position: relative;
  11. // height: calc(100% - 285px);
  12. height: 100%;
  13. overflow: hidden;
  14. text-decoration: none;
  15. user-select: none;
  16. tap-highlight-color: rgba(0, 0, 0, 0);
  17. .controlBar {
  18. display: none;
  19. margin-bottom: 15px;
  20. }
  21. .mapControl {
  22. position: absolute;
  23. right: 20px;
  24. bottom: 20px;
  25. z-index: 1;
  26. // display: none;
  27. .iconfont {
  28. font-size: 25px;
  29. }
  30. .zoom {
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. width: 40px;
  35. height: 40px;
  36. margin-bottom: 7px;
  37. font-size: 25px;
  38. background: #fff;
  39. border-radius: 4px;
  40. cursor: pointer;
  41. }
  42. .zoom:hover {
  43. box-shadow: 0 0 2px rgba(0, 0, 0, 0.05), 0 4px 15px rgba(0, 0, 0, 0.05);
  44. }
  45. .zoom.disable {
  46. opacity: 0.4;
  47. }
  48. }
  49. }
  50. .map {
  51. position: relative;
  52. width: 3000px;
  53. height: 1200px;
  54. transform-origin: 0% 0%;
  55. cursor: pointer;
  56. .hasPerson {
  57. position: absolute;
  58. top: 2px;
  59. right: 5px;
  60. display: flex;
  61. align-items: center;
  62. justify-content: center;
  63. height: 16px;
  64. padding: 0 5px;
  65. color: #626c78;
  66. font-size: 11px;
  67. white-space: nowrap;
  68. background-color: #edf1f5;
  69. border-radius: 10px;
  70. transform-origin: 100% 0%;
  71. }
  72. .houseWrap {
  73. position: absolute;
  74. box-sizing: border-box;
  75. //padding: 3px;
  76. }
  77. .house {
  78. position: relative;
  79. box-sizing: border-box;
  80. width: 100%;
  81. height: 100%;
  82. border: 2px solid #fff;
  83. border-radius: 6px;
  84. // .noDevice {
  85. // position: absolute;
  86. // top: 0;
  87. // left: 0;
  88. // box-sizing: border-box;
  89. // width: 100%;
  90. // height: 100%;
  91. // padding: 4px;
  92. // white-space: nowrap;
  93. // // background: rgba(255, 255, 255, 0.8);
  94. // .noText {
  95. // padding: 4px 6px;
  96. // background-color: #ccc;
  97. // border-radius: 5px;
  98. // }
  99. // }
  100. .allDevice {
  101. position: absolute;
  102. top: 2px;
  103. left: 5px;
  104. z-index: 1;
  105. display: flex;
  106. width: 100%;
  107. transform-origin: 0% 0%;
  108. .icon {
  109. display: flex;
  110. flex-shrink: 0;
  111. align-items: center;
  112. justify-content: center;
  113. width: 20px;
  114. height: 20px;
  115. margin-right: 3px;
  116. color: #fff;
  117. font-size: 11px;
  118. background: transparent;
  119. border-radius: 22px;
  120. transform-origin: 0% 0%;
  121. }
  122. }
  123. .allTime {
  124. position: absolute;
  125. top: 4px;
  126. left: 4px;
  127. z-index: 1;
  128. // display: flex;
  129. box-sizing: border-box;
  130. width: 100%;
  131. padding-right: 4px;
  132. overflow: hidden;
  133. color: #4d5262;
  134. font-size: 10px;
  135. white-space: nowrap;
  136. text-overflow: ellipsis;
  137. text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  138. .overworkTime {
  139. color: #5e8bcf;
  140. font-weight: 700;
  141. }
  142. .meetTime {
  143. color: #00dc23;
  144. font-weight: 700;
  145. }
  146. }
  147. .content {
  148. display: flex;
  149. flex-direction: column;
  150. align-items: center;
  151. justify-content: center;
  152. height: 100%;
  153. .name {
  154. box-sizing: border-box;
  155. width: 100%;
  156. padding: 0 3px;
  157. color: #000;
  158. font-size: 12px;
  159. text-align: center;
  160. //text-shadow: 1px 1px 1px #fff;
  161. text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  162. }
  163. }
  164. .contentDiv {
  165. display: inline-block;
  166. // padding: 6px;
  167. text-align: center;
  168. }
  169. .pointer {
  170. display: flex;
  171. align-items: center;
  172. height: 100%;
  173. }
  174. }
  175. .notclick {
  176. background: url(~@/assets/images/page-equipment/bg_disable.png) repeat;
  177. border-color: #dfe3ed;
  178. cursor: default;
  179. .contentDiv {
  180. background-color: #eceff4;
  181. }
  182. }
  183. .searchSel {
  184. border-color: rgba(77, 148, 255, 0.8);
  185. }
  186. }
  187. .equipmentMap {
  188. .house {
  189. cursor: pointer;
  190. .showModal {
  191. position: absolute;
  192. right: 5px;
  193. bottom: 5px;
  194. z-index: 2;
  195. display: flex;
  196. display: none;
  197. align-items: center;
  198. justify-content: center;
  199. width: 22px;
  200. height: 22px;
  201. font-size: 12px;
  202. background: #fff;
  203. border-radius: 22px;
  204. transform-origin: 100% 100%;
  205. }
  206. &:hover .showModal {
  207. display: flex;
  208. }
  209. }
  210. }