index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. /* 滚动条样式修改 */
  82. /*滚动条凹槽的颜色,还可以设置边框属性 */
  83. /* ::-webkit-scrollbar-track-piece {
  84. background-color:#f8f8f8;
  85. -webkit-border-radius: 2em;
  86. -moz-border-radius: 2em;
  87. border-radius: 2em;
  88. } */
  89. /*滚动条的宽度*/
  90. /* ::-webkit-scrollbar {
  91. width:9px;
  92. height: 9px;} */
  93. /*滚动条的设置*/
  94. /* ::-webkit-scrollbar-thumb {
  95. background-color:#dddddd;
  96. background-clip:padding-box;
  97. -webkit-border-radius: 2em;
  98. -moz-border-radius: 2em;
  99. border-radius: 2em;} */
  100. /*滚动条鼠标移上去*/
  101. /* ::-webkit-scrollbar-thumb:hover {
  102. background-color:#bbb;
  103. } */
  104. /*取消消息列表弹出框的内边距*/
  105. /* .popover-self {
  106. padding: 0 !important;
  107. } */
  108. </style>
  109. </head>
  110. <body>
  111. <div id="app"></div>
  112. </body>
  113. </html>