index.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  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: #eee;
  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. /* 滚动条里面小方块 */
  52. div::-webkit-scrollbar-thumb {
  53. border-radius: 10px;
  54. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  55. /* background: rgba(85, 229, 38, 0.71); */
  56. background: rgba(105, 186, 255, 0.5);
  57. }
  58. /* 滚动条里面轨道 */
  59. div::-webkit-scrollbar-track {
  60. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  61. border-radius: 10px;
  62. /* background: #2a4fd1b3; */
  63. background: rgba(105, 186, 255, 0.1);
  64. }
  65. .messageIndex,
  66. .el-message {
  67. z-index: 300000000000 !important;
  68. }
  69. .el-dialog {
  70. background: transparent !important;
  71. background: url(/static/images/popup/background.png) no-repeat !important;
  72. background-size: 100% 100% !important;
  73. background-position: center !important;
  74. }
  75. .el-dialog__title,
  76. .el-form-item__label {
  77. color: white !important;
  78. }
  79. .el-dialog__header {
  80. background: url(/static/images/popup/title.png) no-repeat !important;
  81. background-size: 100% 100% !important;
  82. background-position: center !important;
  83. }
  84. .el-dialog__headerbtn .el-dialog__close {
  85. color: white !important;
  86. }
  87. .vl-notify.vl-notify-alert h2.vl-notice-title {
  88. line-height: 32px !important;
  89. border-bottom: 0px solid #eee !important;
  90. background-color: #fff0 !important;
  91. background: url(/static/images/popup/modal-title.png) no-repeat !important;
  92. background-size: 100% 100% !important;
  93. }
  94. .vl-notify.vl-notify-iframe {
  95. /* background-color: #fff0 !important;
  96. background: url(/static/images/popup/background.png) no-repeat !important;
  97. background-size: 100% 100% !important; */
  98. }
  99. .vl-notify.vl-notify-alert {
  100. /* background-color: #fff0 !important;
  101. background: url(/static/images/popup/background.png) no-repeat !important;
  102. background-size: 100% 100% !important; */
  103. }
  104. .vl-notify {
  105. border: none !important;
  106. border-radius: 0.4vw !important;
  107. background: rgba(4, 28, 50, 0.76) !important;
  108. }
  109. div::-webkit-scrollbar {
  110. width: 5px;
  111. height: 5px;
  112. }
  113. div::-webkit-scrollbar-thumb {
  114. background: rgba(63, 147, 245, 0.6);
  115. border-radius: 5px;
  116. }
  117. div::-webkit-scrollbar-track {
  118. background: rgba(4, 28, 50, 0.6);
  119. }
  120. .vl-notice-title {
  121. /* margin: 0 15px !important; */
  122. /* width: auto !important;
  123. padding: 0 40px !important;
  124. background: unset !important;
  125. border: none !important;
  126. position: relative; */
  127. /* height: 1.875vw; */
  128. color: white;
  129. display: flex;
  130. flex-flow: row nowrap;
  131. align-items: center;
  132. padding: 0.3vw 1vw 0.3vw 2.5vw !important;
  133. border-bottom-left-radius: 1.4vw;
  134. position: relative;
  135. }
  136. .vl-notice-title:after {
  137. width: 100%;
  138. height: 4px;
  139. content: "";
  140. position: absolute;
  141. left: 0;
  142. bottom: 0;
  143. background: linear-gradient(180deg, #0061a8 0%, #123568 46%, #11478e 100%);
  144. border-radius: 4px;
  145. z-index: -1;
  146. }
  147. .vl-notice-title>span {
  148. font-size: 16px;
  149. font-weight: 700;
  150. letter-spacing: 1px;
  151. }
  152. .icon-remove {
  153. width: 22px;
  154. height: 22px;
  155. color: #fff !important;
  156. background-color: rgba(51, 95, 135, 1);
  157. line-height: 23px;
  158. padding: 0 5px;
  159. border-radius: 4px;
  160. /* right: 0 !important; */
  161. top: 10px !important;
  162. }
  163. .lv-icon-maxmini>i {
  164. color: #fff !important;
  165. }
  166. .lv-icon-maxmini .vlicon-max {
  167. display: none;
  168. }
  169. .el-input>input,
  170. .el-select-dropdown,
  171. .el-textarea>textarea {
  172. color: #fff !important;
  173. background-color: rgba(4, 28, 50, 0.5) !important;
  174. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  175. }
  176. .el-input .el-input-group__append {
  177. color: #fff !important;
  178. background-color: rgba(4, 28, 50, 0.5) !important;
  179. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  180. }
  181. .el-input-group__append>button {
  182. color: #fff !important;
  183. background-color: rgba(4, 28, 50, 0.5) !important;
  184. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  185. padding: 6px 20px;
  186. }
  187. .el-select-dropdown__item {
  188. color: #ebebeb !important;
  189. }
  190. .el-button--primary,
  191. .notify-btn-primary {
  192. background: #0f7ac8 !important;
  193. border-color: #0f7ac8 !important;
  194. color: #fff !important;
  195. }
  196. .el-button--primary:hover,
  197. .notify-btn-primary:hover {
  198. background: #0f7bc8d8 !important;
  199. border-color: #0f7bc8d8 !important;
  200. color: #fff !important;
  201. }
  202. .el-icon-search {
  203. color: #20a0fc !important;
  204. }
  205. .el-button--default,
  206. .notify-btn-default {
  207. background: rgba(63, 147, 245, 0.2) !important;
  208. border-color: #3f93f5 !important;
  209. color: rgba(182, 224, 255, 1) !important;
  210. }
  211. .el-button--default:hover,
  212. .notify-btn-default:hover {
  213. background: rgba(63, 148, 245, 0.432) !important;
  214. border-color: #3f93f5 !important;
  215. color: rgba(182, 224, 255, 1) !important;
  216. }
  217. .el-select-dropdown__item.hover,
  218. .el-select-dropdown__item:hover {
  219. color: #fff !important;
  220. background-color: rgba(255, 255, 255, 0.35) !important;
  221. }
  222. .el-cascader__dropdown,
  223. .el-picker-panel,
  224. .el-picker-panel__footer {
  225. color: #fff !important;
  226. background-color: rgba(4, 28, 50, 0.5) !important;
  227. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  228. }
  229. .el-time-panel {
  230. background-color: rgba(4, 28, 50, 0.85) !important;
  231. }
  232. .el-time-spinner__item {
  233. color: #fff !important;
  234. }
  235. .el-time-spinner__item:hover {
  236. color: #fff !important;
  237. background: rgba(63, 148, 245, 0.432) !important;
  238. }
  239. .el-time-panel__footer>button:nth-child(1),
  240. .el-date-table th,
  241. .el-picker-panel__icon-btn,
  242. .el-date-picker__header-label {
  243. color: #fff !important;
  244. }
  245. .el-pagination>button,
  246. .el-pager li {
  247. color: #c2c2c2 !important;
  248. background-color: rgba(4, 28, 50, 0.5) !important;
  249. }
  250. .el-pager li.active {
  251. color: #fff !important;
  252. background-color: rgba(4, 28, 50, 0.5) !important;
  253. }
  254. .el-color-picker__panel {
  255. background-color: rgba(4, 28, 50, 0.5) !important;
  256. }
  257. .el-cascader-node {
  258. color: #fff !important;
  259. }
  260. .el-cascader-node:hover {
  261. color: #fff !important;
  262. background-color: rgba(255, 255, 255, 0.35) !important;
  263. }
  264. /* .el-cascader-node:not(.is-disabled):hover */
  265. .el-cascader-node:not(.is-disabled):focus {
  266. background-color: rgba(4, 28, 50, 0.5) !important;
  267. }
  268. .el-checkbox__input>.el-checkbox__inner {
  269. border: 1px solid #96a9b7;
  270. background-color: rgba(4, 28, 50, 0.6);
  271. }
  272. .el-icon-s-operation,
  273. .el-icon-location-outline,
  274. .el-icon-share,
  275. .el-icon-delete {
  276. color: #20a0fc;
  277. }
  278. .el-icon-s-operation+a,
  279. .el-icon-location-outline+a,
  280. .el-icon-share+a,
  281. .el-icon-delete+a {
  282. color: #cddeeb;
  283. }
  284. .el-pagination__jump {
  285. color: #cddeeb !important;
  286. }
  287. .el-input-number__decrease,
  288. .el-input-number__increase {
  289. color: #fff !important;
  290. background-color: rgba(4, 28, 50, 0.5) !important;
  291. border: 1px solid rgba(15, 122, 200, 0.4) !important;
  292. }
  293. .el-message-box {
  294. background-color: #02213e9a !important;
  295. border: none !important;
  296. color: #fff;
  297. }
  298. .el-message-box__header {
  299. background-color: transparent !important;
  300. padding: 10px 16px 7px !important
  301. }
  302. .el-message-box__title {
  303. color: #fff !important;
  304. border-bottom: 1px solid #2A5277 !important;
  305. height: 30px !important;
  306. }
  307. .el-message-box__content {
  308. color: #fff !important;
  309. }
  310. .el-message-box__headerbtn .el-message-box__close {
  311. color: #fff !important;
  312. /* background-color: rgba(51, 95, 135, 1) !important;
  313. border-radius: 4px;
  314. padding: 2px; */
  315. width: 22px;
  316. height: 22px;
  317. background: #335F87;
  318. border-radius:4px;
  319. border: 1px solid rgba(123, 162, 198, 0.5);
  320. }
  321. .el-message-box__headerbtn{
  322. top: 13px !important;
  323. border-radius: 4px;
  324. }
  325. .el-message-box__status.el-icon-warning {
  326. color: #2d8cf0b3;
  327. }