App.vue 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <template>
  2. <div id="app">
  3. <div class="container">
  4. <router-view />
  5. </div>
  6. </div>
  7. </template>
  8. <script>
  9. export default {
  10. name: 'App',
  11. data(){
  12. return {
  13. }
  14. },
  15. mounted(){
  16. },
  17. methods: {
  18. }
  19. }
  20. </script>
  21. <style lang="scss">
  22. @import "style/app.scss";
  23. html,body {
  24. width: 100%;
  25. height: 100%;
  26. margin: 0px;
  27. padding: 0px;
  28. font-family: Alibaba PuHuiTi;
  29. line-height: normal !important;
  30. }
  31. ul,li {
  32. margin: 0px;
  33. list-style: none;
  34. padding: 0px;
  35. }
  36. #app {
  37. height: 100%;
  38. >.container {
  39. height: 100%;
  40. }
  41. }
  42. .el-loading-mask{
  43. .el-loading-spinner{
  44. .el-icon-loading{
  45. font-size: 40px;
  46. }
  47. .el-loading-text{
  48. font-size: 20px;
  49. }
  50. }
  51. }
  52. .leaflet-control-attribution{
  53. display: none;
  54. }
  55. .esri-truncated-attribution{
  56. display: none;
  57. }
  58. .my-div-icon{
  59. width:100px;margin-top: 5px;
  60. }
  61. ::-webkit-scrollbar {/*滚动条整体样式*/
  62. width:4px;/*高宽分别对应横竖滚动条的尺寸*/
  63. height:4px;
  64. }
  65. ::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  66. border-radius:5px;
  67. -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
  68. background:rgba(0,0,0,0.2);
  69. }
  70. ::-webkit-scrollbar-track {/*滚动条里面轨道*/
  71. -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
  72. border-radius:0;
  73. background:rgba(0,0,0,0.1);
  74. }
  75. .el-cascader__dropdown {
  76. background: none !important;
  77. border: 0px !important;
  78. .popper__arrow {
  79. border-bottom-color: #468EC0 !important;
  80. &::after {
  81. border-bottom-color: #468EC0 !important;
  82. }
  83. }
  84. }
  85. .el-cascader-menu {
  86. border-right-color: #468EC0 !important;
  87. }
  88. .el-cascader-menu__wrap {
  89. height: inherit !important;
  90. border: 1px solid #468EC0;
  91. background: linear-gradient(0deg, #102A54 0%, #21407E 100%);
  92. }
  93. .el-cascader-node {
  94. .el-cascader-node__label {
  95. color: #fff;
  96. }
  97. i{
  98. color: #fff;
  99. }
  100. }
  101. .el-cascader-node:not(.is-disabled):focus, .el-cascader-node:not(.is-disabled):hover {
  102. background: #2D75E4 !important;
  103. }
  104. .el-popper {
  105. .el-cascader-panel {
  106. .el-cascader-menu {
  107. .el-cascader-menu__wrap {
  108. .el-cascader-menu__list {
  109. .el-cascader-node {
  110. .el-radio {
  111. .el-radio__input {
  112. &.is-checked {
  113. .el-radio__inner {
  114. border-color: #FFF !important;
  115. background: #FFF !important;
  116. &::after {
  117. width: 6px;
  118. height: 6px;
  119. background: linear-gradient(0deg, #102A54 0%, #405F97 100%);
  120. }
  121. }
  122. }
  123. .el-radio__inner {
  124. border-color: #70D5FF;
  125. background: linear-gradient(0deg, #102A54 0%, #405F97 100%);
  126. }
  127. }
  128. }
  129. }
  130. }
  131. }
  132. }
  133. }
  134. }
  135. .featureModal {
  136. width: 60% !important;
  137. border: 0px !important;
  138. //background: url("./assets/images/box-bg.png") no-repeat !important;
  139. background: #133887 !important;
  140. background-size: 100% 100% !important;
  141. color: #fff !important;
  142. .el-message-box__title {
  143. color: #fff !important;
  144. }
  145. .el-dialog__header{
  146. background: linear-gradient(0deg, rgba(1,148,233,0.6) 0%, #0653AC 100%) !important;
  147. }
  148. .el-dialog__title{
  149. color: #fff !important;
  150. }
  151. .el-dialog__body{
  152. border: 1px solid #3D8BE7;
  153. box-shadow: inset 0px 0px 20px 0px #3D8BE7;
  154. }
  155. }
  156. .featureModal2 {
  157. width: 80% !important;
  158. height: 80% !important;
  159. border: 1px solid #3D8BE7;
  160. box-shadow: inset 0px 0px 20px 0px #3D8BE7 !important;
  161. //background: url("./assets/images/box-bg.png") no-repeat !important;
  162. background: #133887 !important;
  163. background-size: 100% 100% !important;
  164. color: #fff !important;
  165. .el-message-box__title {
  166. color: #fff !important;
  167. }
  168. .el-dialog__header{
  169. background: linear-gradient(0deg, rgba(1,148,233,0.6) 0%, #0653AC 100%) !important;
  170. }
  171. .el-dialog__title{
  172. color: #fff !important;
  173. }
  174. .el-dialog__body{
  175. height: 92% !important;
  176. padding: 10px !important;
  177. }
  178. }
  179. %common1 {
  180. opacity: 1;
  181. -ms-transform: scaleY(1);
  182. transform: scaleY(1);
  183. transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
  184. opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  185. -ms-transform-origin: center top;
  186. transform-origin: center top;
  187. }
  188. .menu-bottom-to-top-enter-active,
  189. .menu-bottom-to-top-leave-active {
  190. @extend %common1;
  191. transform-origin: center bottom;
  192. }
  193. .menu-bottom-to-top-enter,
  194. .menu-bottom-to-top-leave-active {
  195. opacity: 0;
  196. -ms-transform: scaleY(0);
  197. transform: scaleY(0);
  198. }
  199. </style>