zz.styl 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. @import './fun.styl'
  2. .system-menu
  3. background-color: transparent
  4. border-radius: 0
  5. border: none
  6. bottom: 0
  7. .elcfire-monitor
  8. border-radius: 0
  9. .elcfire-device, .elcfire-spss
  10. background-color: transparent
  11. border: none
  12. border-radius: 0
  13. .alarm-select-color
  14. position: absolute
  15. top: 1px
  16. right: 0
  17. width: 40%
  18. height: vw(32)
  19. border-left: 1px solid #dcdfe6
  20. padding-left: 3px
  21. color: #3E3E3E
  22. line-height: vw(32)
  23. .color-picker
  24. border: none
  25. vertical-align: top
  26. .el-color-picker__trigger
  27. border: none
  28. width: vw(32)
  29. height: vw(32)
  30. .zz-tip
  31. position: absolute
  32. top: -999px
  33. left: 0
  34. background-color: #000
  35. color: #fff
  36. border-radius: 4px
  37. line-height: 1
  38. padding: 10px
  39. z-index: 99
  40. &:after
  41. font-family: element-icons!important;
  42. speak: none;
  43. font-style: normal;
  44. font-weight: 400;
  45. font-variant: normal;
  46. text-transform: none;
  47. line-height: 1;
  48. vertical-align: baseline;
  49. display: inline-block;
  50. -webkit-font-smoothing: antialiased
  51. content: "\E60B"
  52. font-size: 32px
  53. position: absolute;
  54. top: 100%;
  55. color: #000;
  56. left: 50%;
  57. margin-top: -12px
  58. .floor-info
  59. .el-radio-button__inner
  60. width: 100%
  61. border: 1px solid #dcdfe6
  62. border-radius: 4px !important
  63. // 站点管理提示框
  64. .site-tips
  65. background: #303133
  66. height: auto
  67. max-width: 375px
  68. position: absolute
  69. top: -25px
  70. left: 115px
  71. box-shadow:0px 4px 26px 0px rgba(206,206,206, .3);
  72. border-radius:5px;
  73. color: #fff
  74. padding: 12px 14px
  75. z-index: 9999
  76. transform: translate(-50%, -120%)
  77. word-break: break-all;
  78. &:after
  79. content: ' '
  80. position: absolute
  81. bottom: -(vw(9))
  82. left: 50%
  83. margin-left: -(vw(10))
  84. width:0;
  85. height:0;
  86. border-left: vw(10) solid transparent;
  87. border-right:vw(10) solid transparent;
  88. border-top:vw(10) solid #303133;
  89. strong
  90. text-overflow: ellipsis;
  91. overflow: hidden;
  92. display: block;
  93. .real
  94. height: 100%
  95. position: relative
  96. .model-ctrl
  97. width: vw(218)
  98. height: vw(36)
  99. position: absolute
  100. top: vw(10)
  101. right: vw(20)
  102. background:rgba(255,255,255,1)
  103. box-shadow: 0px 2px 12px 0px rgba(110, 106, 106, 0.74)
  104. transition: all .3s
  105. transition-delay: 0s
  106. z-index: 1
  107. &.popper
  108. transition-delay: .1s
  109. right: vw(370)
  110. li
  111. width: 50%
  112. height: 100%
  113. float: left
  114. alignMiddle()
  115. font-size: vw(14)
  116. text-align: center
  117. cursor: pointer
  118. color: #6D7081
  119. &.active
  120. color: #42CCCC
  121. span, img
  122. vertical-align: middle
  123. .icon-map
  124. height: vw(14)
  125. .icon-list
  126. height: vw(9)
  127. .search-ctrl
  128. position: absolute
  129. top: vw(10)
  130. left: vw(20)
  131. width: vw(300)
  132. height: vw(36)
  133. background-color: #fff
  134. box-shadow: 0px 2px 12px 0px rgba(110, 106, 106, 0.74)
  135. padding: vw(2) 0
  136. font-size: 0
  137. .el-input__inner
  138. border: none
  139. font-size: vw(16)
  140. padding: 0 vw(10)
  141. .el-input
  142. width: vw(225)
  143. .el-select
  144. width: vw(75)
  145. .el-input
  146. width: vw(75)
  147. .el-select__caret
  148. font-size: vw(14)
  149. width: vw(14)
  150. &:after
  151. content: ' '
  152. display: block
  153. width: vw(2)
  154. height: vw(20)
  155. background-color: #EAEDF3
  156. position: absolute
  157. top: vw(8)
  158. right: 0
  159. .zoom
  160. width: vw(24)
  161. height: vw(33)
  162. position: absolute
  163. right: vw(338)
  164. top: 50%
  165. margin-top: -(vw(11.5))
  166. z-index: 2
  167. cursor: pointer
  168. transition: all .3s
  169. transition-delay: .1s
  170. &.zoomout
  171. right: -(vw(4))
  172. transition-delay: 0s
  173. .listbox
  174. border-radius: vw(5)
  175. position: absolute
  176. top: vw(20)
  177. left: vw(20)
  178. bottom: vw(20)
  179. right: vw(20)
  180. overflow: auto
  181. background: #fff
  182. h3
  183. padding: vw(20) vw(20)
  184. background: #fff
  185. font-size: vw(20)
  186. color: #6D7081
  187. .realDialog
  188. .el-dialog__headerbtn
  189. z-index: 1
  190. .el-dialog__body
  191. top: 0
  192. .real-index__search_popper
  193. margin-top: vw(10) !important
  194. min-width: vw(225)
  195. width: auto !important
  196. .real-index,.rule-manage-modal
  197. .el-dialog
  198. width: 100% !important
  199. height: 100% !important
  200. padding: 0
  201. margin: 0 !important
  202. .el-dialog__header
  203. height vw(54)
  204. line-height vw(54)
  205. padding: 0 vw(32)
  206. text-align: left
  207. font-size: vw(20)
  208. color: #3E3E3E
  209. border-bottom: 1px solid #EAEDF3
  210. .el-dialog__headerbtn
  211. top: vw(15)
  212. .el-dialog__close
  213. color: #8F8F8C
  214. font-size: vw(18)
  215. .el-dialog__body
  216. padding: 0
  217. position: absolute
  218. top: vw(105)
  219. left: 0
  220. bottom: 0
  221. width: 100%
  222. overflow: hidden
  223. /* 表单单纯显示必填*号 */
  224. .show-required-icon
  225. .el-form-item__label
  226. &:before
  227. content: '*'
  228. color: #f56c6c
  229. margin-right: 4px
  230. .organ-management
  231. .form-box
  232. .el-cascader, .el-input, .el-textarea, .el-select
  233. width vw(544) !important
  234. #img-view
  235. position: fixed
  236. top 0
  237. left 0
  238. width: 100%
  239. height 100%
  240. z-index: 2000;
  241. background: rgba(0,0,0,.8);
  242. text-align: center
  243. color: #fff
  244. overflow: auto
  245. img
  246. display: block
  247. margin: 10px auto 0 auto