index.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <!--
  2. * @Author: your name
  3. * @Date: 2020-06-28 13:40:38
  4. * @LastEditTime: 2020-07-16 16:19:35
  5. * @LastEditors: Please set LastEditors
  6. * @Description: In User Settings Edit
  7. * @FilePath: \wanda-bm-guide\public\index.html
  8. -->
  9. <!DOCTYPE html>
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  14. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  15. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  16. <!-- 万达置顶条 -->
  17. <link rel="stylesheet" href="http://sso4pub.wanda-dev.cn/Styles/floatMenu.css" type="text/css">
  18. <script src="<%= BASE_URL %>systemConf.js"></script>
  19. <script src="<%= BASE_URL %>g.js"></script>
  20. <script src="http://sso4pub.wanda-dev.cn/Scripts/floatMenu.js" type="text/javascript"></script>
  21. <title>万达广场管理说明书</title>
  22. <style>
  23. .map-p-label {
  24. background-color: transparent !important;
  25. border: none !important;
  26. box-shadow: none !important;
  27. }
  28. .leaflet-popup-close-button {
  29. display: none;
  30. }
  31. .leaflet-container {
  32. background: #f7f9fa !important;
  33. }
  34. .my-leaflet-div-icon {
  35. white-space: nowrap;
  36. }
  37. .leaflet-popup-content-wrapper {
  38. padding: 0px !important;
  39. border-radius: 0px !important;
  40. box-shadow: none !important;
  41. }
  42. .leaflet-popup-content-wrapper .leaflet-popup-content {
  43. margin: 0 !important;
  44. min-width: 250px;
  45. background: rgba(255, 255, 255, 0.5);
  46. }
  47. .leaflet-mypopup-content {
  48. padding: 8px 12px !important;
  49. }
  50. .leaflet-mypopup-content .title {
  51. margin-bottom: 12px;
  52. }
  53. .leaflet-mypopup-content .title span {
  54. font-size: 14px;
  55. font-weight: bold;
  56. }
  57. .leaflet-mypopup-content .line {
  58. margin-bottom: 12px;
  59. }
  60. .leaflet-mypopup-content .line span {
  61. margin-right: 10px;
  62. }
  63. .leaflet-mypopup-content .line span:nth-of-type(1) {
  64. font-size: 12px;
  65. color: #8D9399;
  66. }
  67. .leaflet-mypopup-content .line span:nth-of-type(2) {
  68. font-size: 16px;
  69. color: #1F2429;
  70. }
  71. .leaflet-mypopup-content .line span:nth-of-type(3) i {
  72. display: inline-block;
  73. width: 16px;
  74. height: 16px;
  75. border-radius: 8px;
  76. color: #F54E45;
  77. }
  78. .leaflet-mypopup-content .line span:nth-of-type(3) em {
  79. font-size: 12px;
  80. color: #F54E45;
  81. }
  82. </style>
  83. <script>
  84. var remHandle = function () {
  85. var html = document.documentElement;
  86. var width = html.clientWidth;
  87. html.style.fontSize = width / 192 + 'px';
  88. }
  89. remHandle();
  90. window.onresize = function () {
  91. remHandle();
  92. }
  93. window.load = function () {
  94. // 指定条问题
  95. var wd_fm_info = {
  96. profile: {
  97. username: encodeURIComponent('张三')
  98. }
  99. }
  100. }
  101. </script>
  102. </head>
  103. <body>
  104. <noscript>
  105. <strong>We're sorry but wandaspecificationofsanming doesn't work properly without JavaScript enabled. Please
  106. enable
  107. it to continue.</strong>
  108. </noscript>
  109. <!-- 置顶条问题 -->
  110. <div style="height:26px;background-color:#efefef;padding:0 10px" id="wd"></div>
  111. <div id="app"></div>
  112. </body>
  113. </html>