index.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  6. <title>溧水</title>
  7. <link rel="shortcut icon" type="image/x-icon" href="./cloud.ico" />
  8. <!-- 高德地图 -->
  9. <script type="text/javascript" src="https://webapi.amap.com/maps?v=1.4.15&key=362cff852a3a37d328f9697352eebacd"></script>
  10. <!-- 高德地图UI组件库 1.0 -->
  11. <script src="//webapi.amap.com/ui/1.0/main.js"></script>
  12. <style>
  13. .toolbar {
  14. background: #fff!important;
  15. }
  16. /* 地图弹窗样式 */
  17. .window {
  18. background: #fff;
  19. padding: 0px 0px 10px;
  20. border:1px solid silver;
  21. border-radius: 5px;
  22. }
  23. .info-top {
  24. position: relative;
  25. background: none repeat scroll 0 0 #F9F9F9;
  26. border-bottom: 1px solid #CCC;
  27. border-radius: 5px 5px 0 0;
  28. }
  29. div.info-top div {
  30. display: inline-block;
  31. color: #333333;
  32. font-size: 14px;
  33. font-weight: bold;
  34. line-height: 31px;
  35. padding: 0 10px;
  36. }
  37. div.info-top div span {
  38. font-size:11px;
  39. color:#F00;
  40. }
  41. div.info-top i {
  42. position: absolute;
  43. top: 10px;
  44. right: 10px;
  45. transition-duration: 0.25s;
  46. cursor: pointer;
  47. }
  48. div.info-middle {
  49. font-size: 12px;
  50. padding: 10px 6px;
  51. line-height: 20px;
  52. background-color: #fff;
  53. }
  54. div.info-item {
  55. width: 300px;
  56. height: 30px;
  57. line-height: 30px;
  58. padding:0 8px;
  59. }
  60. div.info-item a {
  61. color: #20a0ff;
  62. cursor: pointer;
  63. }
  64. span.info-state {
  65. float:right;
  66. }
  67. span.info-ball {
  68. display: inline-block;
  69. width:10px;
  70. height:10px;
  71. border-radius: 50%;
  72. margin-right: 10px;
  73. line-height: 30px;
  74. }
  75. .customWidth {
  76. width: 675px!important;
  77. }
  78. .activeNames .el-collapse-item__wrap {
  79. border-bottom: none;
  80. }
  81. ul, ol {
  82. list-style: none;
  83. padding: 0;
  84. margin: 0;
  85. }
  86. .mint-toast {
  87. z-index: 99999999!important;
  88. }
  89. .mint-indicator-wrapper {
  90. z-index: 9999999!important;
  91. }
  92. /* 滚动条样式修改 */
  93. /*滚动条凹槽的颜色,还可以设置边框属性 */
  94. /* ::-webkit-scrollbar-track-piece {
  95. background-color:#f8f8f8;
  96. -webkit-border-radius: 2em;
  97. -moz-border-radius: 2em;
  98. border-radius: 2em;
  99. } */
  100. /*滚动条的宽度*/
  101. /* ::-webkit-scrollbar {
  102. width:9px;
  103. height: 9px;} */
  104. /*滚动条的设置*/
  105. /* ::-webkit-scrollbar-thumb {
  106. background-color:#dddddd;
  107. background-clip:padding-box;
  108. -webkit-border-radius: 2em;
  109. -moz-border-radius: 2em;
  110. border-radius: 2em;} */
  111. /*滚动条鼠标移上去*/
  112. /* ::-webkit-scrollbar-thumb:hover {
  113. background-color:#bbb;
  114. } */
  115. /*取消消息列表弹出框的内边距*/
  116. /* .popover-self {
  117. padding: 0 !important;
  118. } */
  119. </style>
  120. </head>
  121. <body>
  122. <div id="app"></div>
  123. </body>
  124. </html>