index.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <script src="<%= BASE_URL %>systemConf.js"></script>
  9. <title>万达广场管理说明书</title>
  10. <style>
  11. .map-p-label{
  12. background-color:transparent!important;
  13. border:none!important;
  14. box-shadow:none!important;
  15. }
  16. .leaflet-container{
  17. background: #f7f9fa!important;
  18. }
  19. .leaflet-popup-content-wrapper{
  20. padding: 0px!important;
  21. border-radius: 0px!important;
  22. box-shadow: none!important;
  23. }
  24. .leaflet-popup-content-wrapper .leaflet-popup-content {
  25. margin: 0!important;
  26. min-width: 250px;
  27. background: rgba(255, 255, 255, 0.5);
  28. }
  29. .leaflet-mypopup-content {
  30. padding: 8px 12px!important;
  31. }
  32. .leaflet-mypopup-content .title{
  33. margin-bottom: 12px;
  34. }
  35. .leaflet-mypopup-content .title span{
  36. font-size: 14px;
  37. font-weight: bold;
  38. }
  39. .leaflet-mypopup-content .line {
  40. margin-bottom: 12px;
  41. }
  42. .leaflet-mypopup-content .line span{
  43. margin-right: 10px;
  44. }
  45. .leaflet-mypopup-content .line span:nth-of-type(1){
  46. font-size: 12px;
  47. color: #8D9399;
  48. }
  49. .leaflet-mypopup-content .line span:nth-of-type(2){
  50. font-size: 16px;
  51. color: #1F2429;
  52. }
  53. .leaflet-mypopup-content .line span:nth-of-type(3) i{
  54. display: inline-block;
  55. width: 16px;
  56. height: 16px;
  57. border-radius: 8px;
  58. color: #F54E45;
  59. }
  60. .leaflet-mypopup-content .line span:nth-of-type(3) em{
  61. font-size: 12px;
  62. color: #F54E45;
  63. }
  64. </style>
  65. <script>
  66. var remHandle = function () {
  67. var html = document.documentElement;
  68. var width = html.clientWidth;
  69. html.style.fontSize = width / 192 + 'px';
  70. }
  71. remHandle();
  72. window.onresize = function () {
  73. remHandle();
  74. }
  75. </script>
  76. </head>
  77. <body>
  78. <noscript>
  79. <strong>We're sorry but wandaspecificationofsanming doesn't work properly without JavaScript enabled. Please enable
  80. it to continue.</strong>
  81. </noscript>
  82. <script src="http://localhost/g.js" type="text/JavaScript"></script>
  83. <div id="app"></div>
  84. </body>
  85. </html>