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