index.html 2.8 KB

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