index.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. .drawCur {
  2. cursor: url(/static/images/cur/draw.cur), auto;
  3. }
  4. .measureCur {
  5. cursor: url(/static/images/cur/measure.cur), auto;
  6. }
  7. html,
  8. body {
  9. background-color: black;
  10. width: 100%;
  11. height: 100%;
  12. margin: 0;
  13. padding: 0;
  14. overflow: hidden;
  15. color: #fff !important;
  16. }
  17. #loadingbar {
  18. bottom: 0;
  19. left: 0;
  20. margin: auto;
  21. position: absolute;
  22. right: 0;
  23. top: 0;
  24. z-index: 999999;
  25. display: none;
  26. }
  27. /* 滚动条整体样式(高宽分别对应横竖滚动条的尺寸) */
  28. body::-webkit-scrollbar {
  29. width: 10px;
  30. height: 10px;
  31. }
  32. /* 滚动条里面小方块 */
  33. body::-webkit-scrollbar-thumb {
  34. border-radius: 10px;
  35. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  36. /* background: rgba(85, 229, 38, 0.71); */
  37. background: rgba(105, 186, 255, 0.5);
  38. }
  39. /* 滚动条里面轨道 */
  40. body::-webkit-scrollbar-track {
  41. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  42. border-radius: 10px;
  43. /* background: #2a4fd1b3; */
  44. background: rgba(105, 186, 255, 0.1);
  45. }
  46. /* 滚动条整体样式(高宽分别对应横竖滚动条的尺寸) */
  47. /* div::-webkit-scrollbar {
  48. width: 10px;
  49. height: 10px;
  50. } */
  51. .messageIndex,
  52. .el-message {
  53. z-index: 300000000000 !important;
  54. }
  55. .el-dialog {
  56. background: transparent !important;
  57. /* background: url(/static/images/popup/background.png) no-repeat !important; */
  58. /* background-size: 100% 100% !important; */
  59. /* background-position: center !important; */
  60. border: none;
  61. background-color: #02213e9a !important;
  62. color: #fff;
  63. }
  64. .el-dialog__title,
  65. .el-form-item__label {
  66. color: white !important;
  67. }
  68. .el-dialog__title {
  69. color: #fff !important;
  70. border-bottom: 2px solid #2A5277 !important;
  71. display: inline-block;
  72. width: 100% !important;
  73. }
  74. /* .el-dialog__header {
  75. background: url(/static/images/ghzc//second_titlebg.png) no-repeat !important;
  76. background-size: 100% 100% !important;
  77. background-position: center !important;
  78. } */
  79. .el-dialog__headerbtn .el-dialog__close {
  80. width: 22px;
  81. height: 22px;
  82. background: #335F87;
  83. border-radius: 4px;
  84. border: 1px solid rgba(123, 162, 198, 0.5);
  85. line-height: 21px;
  86. color: white !important;
  87. }
  88. div::-webkit-scrollbar {
  89. width: 5px;
  90. height: 5px;
  91. }
  92. div::-webkit-scrollbar-thumb {
  93. background: rgba(63, 147, 245, 0.6);
  94. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  95. border-radius: 5px;
  96. }
  97. div::-webkit-scrollbar-track {
  98. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  99. border-radius: 10px;
  100. background: rgba(4, 28, 50, 0.6);
  101. }
  102. .el-message-box {
  103. background-color: #02213e9a !important;
  104. border: none !important;
  105. color: #fff;
  106. }
  107. .el-message-box__header {
  108. background-color: transparent !important;
  109. padding: 10px 16px 7px !important
  110. }
  111. .el-message-box__title {
  112. color: #fff !important;
  113. border-bottom: 1px solid #2A5277 !important;
  114. height: 30px !important;
  115. }
  116. .el-message-box__content {
  117. color: #fff !important;
  118. }
  119. .el-message-box__headerbtn .el-message-box__close {
  120. color: #fff !important;
  121. width: 22px;
  122. height: 22px;
  123. background: #335F87;
  124. border-radius: 4px;
  125. border: 1px solid rgba(123, 162, 198, 0.5);
  126. line-height: 21px;
  127. }
  128. .el-message-box__headerbtn {
  129. top: 13px !important;
  130. border-radius: 4px;
  131. }
  132. .el-message-box__status.el-icon-warning {
  133. color: #2d8cf0b3;
  134. }
  135. .el-message-box__btns .el-button {
  136. background: #0f7ac8 !important;
  137. border-color: #0f7ac8 !important;
  138. color: #fff !important;
  139. }
  140. /* ---------------中图弹窗---------------- */
  141. .vl-notify {
  142. border: none !important;
  143. border-radius: 0.4vw !important;
  144. background: rgba(4, 28, 50, 0.76) !important;
  145. }
  146. div::-webkit-scrollbar {
  147. width: 5px;
  148. height: 5px;
  149. }
  150. div::-webkit-scrollbar-thumb {
  151. background: rgba(63, 147, 245, 0.6);
  152. border-radius: 5px;
  153. }
  154. div::-webkit-scrollbar-track {
  155. background: rgba(4, 28, 50, 0.6);
  156. }
  157. .vl-notify.vl-notify-alert h2.vl-notice-title {
  158. color: white;
  159. display: flex;
  160. flex-flow: row nowrap;
  161. align-items: center;
  162. padding: 0vw 1vw 0vw 0vw;
  163. /* border-bottom-left-radius: 1.4vw; */
  164. position: relative;
  165. line-height: auto !important;
  166. border-bottom: 0px solid #eee !important;
  167. background-color: #fff0 !important;
  168. background-size: 100% 100% !important;
  169. background: url(/static/images/popup/title.png) no-repeat;
  170. background-size: 100% 100%;
  171. background-position: center;
  172. }
  173. .vl-notify.vl-notify-alert h2.vl-notice-title .lv-title {
  174. height: auto !important;
  175. }
  176. .vl-notice-title:after {
  177. width: 100%;
  178. height: 4px;
  179. content: "";
  180. position: absolute;
  181. left: 0;
  182. bottom: 0;
  183. background: linear-gradient(180deg, #0061a8 0%, #123568 46%, #11478e 100%);
  184. border-radius: 4px;
  185. z-index: -1;
  186. }
  187. .vl-notice-title>span {
  188. font-size: 16px;
  189. font-weight: 700;
  190. letter-spacing: 1px;
  191. }
  192. .icon-remove {
  193. width: 22px;
  194. height: 22px;
  195. color: #fff !important;
  196. background-color: rgba(51, 95, 135, 1);
  197. line-height: 23px;
  198. padding: 0 5px;
  199. border-radius: 4px;
  200. /* right: 0 !important; */
  201. top: 10px !important;
  202. }
  203. .lv-icon-maxmini>i {
  204. color: #fff !important;
  205. }
  206. .lv-icon-maxmini .vlicon-max {
  207. display: none !important;
  208. }
  209. /* -----------中图弹窗------------ */
  210. .el-cascader-node {
  211. color: #fff !important;
  212. }
  213. .el-cascader-node:hover {
  214. color: #fff !important;
  215. background-color: rgba(255, 255, 255, 0.35) !important;
  216. }
  217. .el-cascader-node:not(.is-disabled):focus {
  218. background-color: rgba(4, 28, 50, 0.5) !important;
  219. }
  220. .el-checkbox__input>.el-checkbox__inner {
  221. border: 1px solid #96a9b7;
  222. background-color: rgba(4, 28, 50, 0.6);
  223. }
  224. .el-select-dropdown__item {
  225. color: #fff !important;
  226. font-weight: 300;
  227. }
  228. .el-select-dropdown__item.hover,
  229. .el-select-dropdown__item:hover {
  230. color: #fff !important;
  231. background-color: rgba(255, 255, 255, 0.35) !important;
  232. }
  233. .el-select-dropdown {
  234. color: #fff !important;
  235. background-color: rgba(4, 28, 50, 0.5) !important;
  236. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  237. }
  238. .el-cascader__dropdown,
  239. .el-picker-panel,
  240. .el-picker-panel__footer {
  241. color: #fff !important;
  242. background-color: rgba(4, 28, 50, 0.5) !important;
  243. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  244. }
  245. .el-cascader--mini {
  246. right: 0px !important;
  247. }
  248. .el-radio__inner{
  249. background-color: transparent !important;
  250. }