index.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  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. /* 中图合入代码 */
  88. .vl-notify.vl-notify-alert h2.vl-notice-title {
  89. border-bottom: 0px solid #eee !important;
  90. background-color: #fff0 !important;
  91. background: url(/static/images/popup/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.vl-notify-main {
  105. border: 0px solid #eee !important;
  106. background-color: #fff0 !important;
  107. }
  108. /*-----------中图代码----------------- */
  109. .vl-notify.vl-notify-iframe {
  110. /* background-color: #fff0 !important;
  111. background: url(/static/images/popup/background.png) no-repeat !important;
  112. background-size: 100% 100% !important; */
  113. }
  114. .vl-notify.vl-notify-alert {
  115. /* background-color: #fff0 !important;
  116. background: url(/static/images/popup/background.png) no-repeat !important;
  117. background-size: 100% 100% !important; */
  118. }
  119. .vl-notify {
  120. border: none !important;
  121. border-radius: .4vw !important;
  122. background: rgba(4, 28, 50, 0.76) !important;
  123. }
  124. div::-webkit-scrollbar{
  125. width: 5px;
  126. height: 5px;
  127. }
  128. div::-webkit-scrollbar-thumb{
  129. background: rgba(63, 147, 245, 0.6);
  130. border-radius: 5px;
  131. }
  132. div::-webkit-scrollbar-track{
  133. background: rgba(4, 28, 50, 0.6);
  134. }
  135. .vl-notice-title{
  136. width: auto !important;
  137. padding: 0 !important;
  138. margin: 0 15px !important;
  139. background: unset !important;
  140. border: none !important;
  141. position: relative;
  142. }
  143. .vl-notice-title:after{
  144. width: 100%;
  145. height: 4px;
  146. content: '';
  147. position: absolute;
  148. left: 0;
  149. bottom: 0;
  150. background: linear-gradient(180deg, #0061a8 0%, #123568 46%, #11478e 100%);
  151. border-radius: 4px;
  152. z-index: -1;
  153. }
  154. .vl-notice-title>span{
  155. font-size: 16px;
  156. font-weight: 700;
  157. letter-spacing: 1px;
  158. }
  159. .icon-remove{
  160. width: 22px;
  161. height: 22px;
  162. color: #fff !important;
  163. background-color: rgba(51, 95, 135, 1);
  164. line-height: 23px;
  165. padding: 0 5px;
  166. border-radius: 4px;
  167. right: 0 !important;
  168. top: 10px !important;
  169. }
  170. .lv-icon-maxmini> i {
  171. color: #fff !important;
  172. }
  173. .lv-icon-maxmini .vlicon-max{
  174. display: none;
  175. }
  176. .el-input>input,.el-select-dropdown,.el-textarea>textarea{
  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 .el-input-group__append{
  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. }
  186. .el-input-group__append>button{
  187. color: #fff !important;
  188. background-color: rgba(4, 28, 50, 0.5) !important;
  189. border:1px solid rgba(15, 122, 200, 0.4) !important;
  190. padding:6px 20px;
  191. }
  192. .el-select-dropdown__item{
  193. color: #ebebeb !important;
  194. }
  195. .el-button--primary,.notify-btn-primary{
  196. background: #0F7AC8 !important;
  197. border-color: #0F7AC8 !important;
  198. color: #fff !important;
  199. }
  200. .el-button--primary:hover,.notify-btn-primary:hover{
  201. background: #0f7bc8d8 !important;
  202. border-color: #0f7bc8d8 !important;
  203. color: #fff !important;
  204. }
  205. .el-icon-search{
  206. color: #20A0FC !important;
  207. }
  208. .el-button--default,.notify-btn-default{
  209. background: rgba(63, 147, 245, 0.2) !important;
  210. border-color:#3F93F5!important;
  211. color: rgba(182, 224, 255, 1) !important;
  212. }
  213. .el-button--default:hover,.notify-btn-default:hover{
  214. background: rgba(63, 148, 245, 0.432) !important;
  215. border-color:#3F93F5!important;
  216. color: rgba(182, 224, 255, 1) !important;
  217. }
  218. .el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
  219. color: #fff !important;
  220. background-color: rgba(255,255,255,.35) !important;
  221. }
  222. .el-cascader__dropdown,.el-picker-panel,.el-picker-panel__footer{
  223. color: #fff !important;
  224. background-color: rgba(4, 28, 50, 0.5) !important;
  225. border:1px solid rgba(15, 122, 200, 0.4) !important;
  226. }
  227. .el-time-panel{
  228. background-color: rgba(4, 28, 50, 0.85) !important;
  229. }
  230. .el-time-spinner__item{
  231. color: #fff !important;
  232. }
  233. .el-time-spinner__item:hover{
  234. color: #fff !important;
  235. background: rgba(63, 148, 245, 0.432) !important;
  236. }
  237. .el-time-panel__footer>button:nth-child(1),.el-date-table th,.el-picker-panel__icon-btn,.el-date-picker__header-label{
  238. color: #fff !important;
  239. }
  240. .el-pagination>button,.el-pager li{
  241. color: #c2c2c2 !important;
  242. background-color: rgba(4, 28, 50, 0.5) !important;
  243. }
  244. .el-pager li.active{
  245. color: #fff !important;
  246. background-color: rgba(4, 28, 50, 0.5) !important;
  247. }
  248. .el-color-picker__panel{
  249. background-color: rgba(4, 28, 50, 0.5) !important;
  250. }
  251. .el-cascader-node{
  252. color: #fff!important;
  253. }
  254. .el-cascader-node:hover{
  255. color: #fff !important;
  256. background-color: rgba(255,255,255,.35) !important;
  257. }
  258. /* .el-cascader-node:not(.is-disabled):hover */
  259. .el-cascader-node:not(.is-disabled):focus{
  260. background-color: rgba(4, 28, 50, 0.5) !important;
  261. }
  262. .el-checkbox__input>.el-checkbox__inner{
  263. border:1px solid #96A9B7;
  264. background-color: rgba(4, 28, 50, 0.6);
  265. }
  266. .el-icon-s-operation,.el-icon-location-outline,.el-icon-share,.el-icon-delete{
  267. color: #20A0FC;
  268. }
  269. .el-icon-s-operation + a,.el-icon-location-outline+ a,.el-icon-share+ a,.el-icon-delete+ a{
  270. color: #CDDEEB;
  271. }
  272. .el-pagination__jump{
  273. color: #CDDEEB !important;
  274. }
  275. .el-input-number__decrease,.el-input-number__increase{
  276. color: #fff !important;
  277. background-color: rgba(4, 28, 50, 0.5) !important;
  278. border:1px solid rgba(15, 122, 200, 0.4) !important;
  279. }
  280. /* ---------------------------- */