index.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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/modal-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 {
  127. border: none !important;
  128. border-radius: 0.4vw !important;
  129. background: rgba(4, 28, 50, 0.76) !important;
  130. }
  131. div::-webkit-scrollbar {
  132. width: 5px;
  133. height: 5px;
  134. }
  135. div::-webkit-scrollbar-thumb {
  136. background: rgba(63, 147, 245, 0.6);
  137. border-radius: 5px;
  138. }
  139. div::-webkit-scrollbar-track {
  140. background: rgba(4, 28, 50, 0.6);
  141. }
  142. .vl-notify.vl-notify-alert h2.vl-notice-title {
  143. color: white;
  144. display: flex;
  145. flex-flow: row nowrap;
  146. align-items: center;
  147. padding: 0vw 1vw 0vw 0vw;
  148. /* border-bottom-left-radius: 1.4vw; */
  149. position: relative;
  150. line-height: auto !important;
  151. border-bottom: 0px solid #eee !important;
  152. background-color: #fff0 !important;
  153. background-size: 100% 100% !important;
  154. background: url(/static/images/popup/title.png) no-repeat;
  155. background-size: 100% 100%;
  156. background-position: center;
  157. }
  158. .vl-notify.vl-notify-alert h2.vl-notice-title .lv-title {
  159. height: auto !important;
  160. }
  161. .vl-notice-title:after {
  162. width: 100%;
  163. height: 4px;
  164. content: "";
  165. position: absolute;
  166. left: 0;
  167. bottom: 0;
  168. background: linear-gradient(180deg, #0061a8 0%, #123568 46%, #11478e 100%);
  169. border-radius: 4px;
  170. z-index: -1;
  171. }
  172. .vl-notice-title > span {
  173. font-size: 16px;
  174. font-weight: 700;
  175. letter-spacing: 1px;
  176. }
  177. .icon-remove {
  178. width: 22px;
  179. height: 22px;
  180. color: #fff !important;
  181. background-color: rgba(51, 95, 135, 1);
  182. line-height: 23px;
  183. padding: 0 5px;
  184. border-radius: 4px;
  185. /* right: 0 !important; */
  186. top: 10px !important;
  187. }
  188. .lv-icon-maxmini > i {
  189. color: #fff !important;
  190. }
  191. .lv-icon-maxmini .vlicon-max {
  192. display: none !important;
  193. }
  194. /* -----------中图弹窗------------ */