1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <script src="<%= BASE_URL %>systemConf.js"></script>
- <script src="<%= BASE_URL %>g.js"></script>
- <title>万达广场管理说明书</title>
- <style>
- .map-p-label{
- background-color:transparent!important;
- border:none!important;
- box-shadow:none!important;
- }
- .leaflet-container{
- background: #f7f9fa!important;
- }
- .my-leaflet-div-icon{
- white-space: nowrap;
- }
- .leaflet-popup-content-wrapper{
- padding: 0px!important;
- border-radius: 0px!important;
- box-shadow: none!important;
- }
- .leaflet-popup-content-wrapper .leaflet-popup-content {
- margin: 0!important;
- min-width: 250px;
- background: rgba(255, 255, 255, 0.5);
-
- }
- .leaflet-mypopup-content {
- padding: 8px 12px!important;
- }
- .leaflet-mypopup-content .title{
- margin-bottom: 12px;
- }
- .leaflet-mypopup-content .title span{
- font-size: 14px;
- font-weight: bold;
- }
- .leaflet-mypopup-content .line {
- margin-bottom: 12px;
- }
- .leaflet-mypopup-content .line span{
- margin-right: 10px;
- }
- .leaflet-mypopup-content .line span:nth-of-type(1){
- font-size: 12px;
- color: #8D9399;
- }
- .leaflet-mypopup-content .line span:nth-of-type(2){
- font-size: 16px;
- color: #1F2429;
- }
- .leaflet-mypopup-content .line span:nth-of-type(3) i{
- display: inline-block;
- width: 16px;
- height: 16px;
- border-radius: 8px;
- color: #F54E45;
- }
- .leaflet-mypopup-content .line span:nth-of-type(3) em{
- font-size: 12px;
- color: #F54E45;
- }
- </style>
- <script>
- var remHandle = function () {
- var html = document.documentElement;
- var width = html.clientWidth;
- html.style.fontSize = width / 192 + 'px';
- }
- remHandle();
- window.onresize = function () {
- remHandle();
- }
- </script>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but wandaspecificationofsanming doesn't work properly without JavaScript enabled. Please enable
- it to continue.</strong>
- </noscript>
- <div id="app"></div>
-
- </body>
- </html>
|