index.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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. .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. }
  61. .el-dialog__title,
  62. .el-form-item__label {
  63. color: white !important;
  64. }
  65. .el-dialog__header {
  66. background: url(/static/images/popup/title.png) no-repeat !important;
  67. background-size: 100% 100% !important;
  68. background-position: center !important;
  69. }
  70. .el-dialog__headerbtn .el-dialog__close {
  71. color: white !important;
  72. }
  73. div::-webkit-scrollbar {
  74. width: 5px;
  75. height: 5px;
  76. }
  77. div::-webkit-scrollbar-thumb {
  78. background: rgba(63, 147, 245, 0.6);
  79. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  80. border-radius: 5px;
  81. }
  82. div::-webkit-scrollbar-track {
  83. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  84. border-radius: 10px;
  85. background: rgba(4, 28, 50, 0.6);
  86. }
  87. .el-message-box {
  88. background-color: #02213e9a !important;
  89. border: none !important;
  90. color: #fff;
  91. }
  92. .el-message-box__header {
  93. background-color: transparent !important;
  94. padding: 10px 16px 7px !important
  95. }
  96. .el-message-box__title {
  97. color: #fff !important;
  98. border-bottom: 1px solid #2A5277 !important;
  99. height: 30px !important;
  100. }
  101. .el-message-box__content {
  102. color: #fff !important;
  103. }
  104. .el-message-box__headerbtn .el-message-box__close {
  105. color: #fff !important;
  106. width: 22px;
  107. height: 22px;
  108. background: #335F87;
  109. border-radius: 4px;
  110. border: 1px solid rgba(123, 162, 198, 0.5);
  111. line-height: 21px;
  112. }
  113. .el-message-box__headerbtn {
  114. top: 13px !important;
  115. border-radius: 4px;
  116. }
  117. .el-message-box__status.el-icon-warning {
  118. color: #2d8cf0b3;
  119. }
  120. .el-message-box__btns .el-button{
  121. background: #0f7ac8 !important;
  122. border-color: #0f7ac8 !important;
  123. color: #fff !important;
  124. }
  125. /* ---------------中图弹窗---------------- */
  126. .vl-notify.vl-notify-alert h2.vl-notice-title {
  127. line-height: 32px !important;
  128. border-bottom: 0px solid #eee !important;
  129. background-color: #fff0 !important;
  130. background: url(/static/images/popup/modal-title.png) no-repeat !important;
  131. background-size: 100% 100% !important;
  132. }
  133. .vl-notify.vl-notify-iframe {
  134. /* background-color: #fff0 !important;
  135. background: url(/static/images/popup/background.png) no-repeat !important;
  136. background-size: 100% 100% !important; */
  137. }
  138. .vl-notify.vl-notify-alert {
  139. /* background-color: #fff0 !important;
  140. background: url(/static/images/popup/background.png) no-repeat !important;
  141. background-size: 100% 100% !important; */
  142. }
  143. .vl-notify {
  144. border: none !important;
  145. border-radius: 0.4vw !important;
  146. background: rgba(4, 28, 50, 0.76) !important;
  147. }
  148. div::-webkit-scrollbar {
  149. width: 5px;
  150. height: 5px;
  151. }
  152. div::-webkit-scrollbar-thumb {
  153. background: rgba(63, 147, 245, 0.6);
  154. border-radius: 5px;
  155. }
  156. div::-webkit-scrollbar-track {
  157. background: rgba(4, 28, 50, 0.6);
  158. }
  159. .vl-notice-title {
  160. /* margin: 0 15px !important; */
  161. /* width: auto !important;
  162. padding: 0 40px !important;
  163. background: unset !important;
  164. border: none !important;
  165. position: relative; */
  166. /* height: 1.875vw; */
  167. color: white;
  168. display: flex;
  169. flex-flow: row nowrap;
  170. align-items: center;
  171. padding: 0.3vw 1vw 0.3vw 2.5vw !important;
  172. border-bottom-left-radius: 1.4vw;
  173. position: relative;
  174. }
  175. .vl-notice-title:after {
  176. width: 100%;
  177. height: 4px;
  178. content: "";
  179. position: absolute;
  180. left: 0;
  181. bottom: 0;
  182. background: linear-gradient(180deg, #0061a8 0%, #123568 46%, #11478e 100%);
  183. border-radius: 4px;
  184. z-index: -1;
  185. }
  186. .vl-notice-title > span {
  187. font-size: 16px;
  188. font-weight: 700;
  189. letter-spacing: 1px;
  190. }
  191. .icon-remove {
  192. width: 22px;
  193. height: 22px;
  194. color: #fff !important;
  195. background-color: rgba(51, 95, 135, 1);
  196. line-height: 23px;
  197. padding: 0 5px;
  198. border-radius: 4px;
  199. /* right: 0 !important; */
  200. top: 10px !important;
  201. }
  202. .lv-icon-maxmini > i {
  203. color: #fff !important;
  204. }
  205. .lv-icon-maxmini .vlicon-max {
  206. display: none;
  207. }
  208. /* -----------中图弹窗------------ */