{"id":24,"date":"2022-09-25T02:16:27","date_gmt":"2022-09-24T18:16:27","guid":{"rendered":"http:\/\/wh-nbgw7s4zh7ozcfptapn.my3w.com\/?page_id=24"},"modified":"2023-09-26T15:34:19","modified_gmt":"2023-09-26T07:34:19","slug":"contact","status":"publish","type":"page","link":"http:\/\/www.lizhouit.com\/contact\/","title":{"rendered":"\u8054\u7cfb\u6211\u4eec"},"content":{"rendered":"\n
\n
\n

\u5317\u4eac\u7acb\u821f\u79d1\u6280\u6709\u9650\u516c\u53f8<\/strong><\/p>\n\n\n\n

\u516c\u53f8\u5730\u5740\uff1a
<\/strong>\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u5929\u79c0\u8def10\u53f7\u4e2d\u56fd\u519c\u5927\u56fd\u9645\u521b\u4e1a\u56ed2\u53f7\u697c5\u5c422503\u5ba4<\/p>\n\n\n\n

\u90ae\u7f16\uff1a<\/strong>100193<\/p>\n\n\n\n

\u516c\u53f8\u7535\u8bdd\uff1a<\/strong>010-62055628<\/p>\n<\/div>\n\n\n\n

\n\n \n \n \n \n \n \u9ad8\u5fb7\u5730\u56fe – DIY\u6211\u7684\u5730\u56fe<\/title>\n <style>\n body { margin: 0; font: 13px\/1.5 \"Microsoft YaHei\", \"Helvetica Neue\", \"Sans-Serif\"; min-height: 600px; min-width:100%; }\n .my-map { margin: 0 auto; width: 800px; height: 640px; } .my-map .icon { background: url(\/\/a.amap.com\/lbs-dev-yuntu\/static\/web\/image\/tools\/creater\/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }\n .amap-container{height: 100%;}\n .myinfowindow{width: 240px;min-height: 50px;}\n .myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }\n .myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }\n <\/style>\n <\/head>\n <body>\n <div id=\"wrap\" class=\"my-map\">\n <div id=\"mapContainer\"><\/div>\n <\/div>\n <script src=\"\/\/webapi.amap.com\/maps?v=1.3&key=e07ffdf58c8e8672037bef0d6cae7d4a\"><\/script>\n <script>\n !function(){\n var infoWindow, map, level = 18,\n center = {lng: 116.277864, lat: 40.020584},\n features = [{\"icon\":\"cir\",\"color\":\"red\",\"name\":\"\u5317\u4eac\u7acb\u821f\u79d1\u6280\u6709\u9650\u516c\u53f8\",\"desc\":\"\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u4e2d\u56fd\u519c\u5927\u56fd\u9645\u521b\u4e1a\u56ed2\u53f7\u697c5\u5c422503\u5ba4\",\"lnglat\":{\"Q\":40.02058361341144,\"R\":116.27786406978964,\"lng\":116.277864,\"lat\":40.020584},\"offset\":{\"x\":-9,\"y\":-31},\"type\":\"Marker\"}];\n \n function loadFeatures(){\n for(var feature, data, i = 0, len = features.length, j, jl, path; i < len; i++){\n data = features[i];\n switch(data.type){\n case \"Marker\":\n feature = new AMap.Marker({ map: map, position: new AMap.LngLat(data.lnglat.lng, data.lnglat.lat),\n zIndex: 3, extData: data, offset: new AMap.Pixel(data.offset.x, data.offset.y), title: data.name,\n content: '<div class=\"icon icon-' + data.icon + ' icon-'+ data.icon +'-' + data.color +'\"><\/div>' });\n break;\n case \"Polyline\":\n for(j = 0, jl = data.path.length, path = []; j < jl; j++){\n\t\t\t\t\t\t\tpath.push(new AMap.LngLat(data.path[j].lng, data.path[j].lat));\n\t\t\t\t\t\t}\n feature = new AMap.Polyline({ map: map, path: path, extData: data, zIndex: 2,\n strokeWeight: data.strokeWeight, strokeColor: data.strokeColor, strokeOpacity: data.strokeOpacity });\n break;\n case \"Polygon\":\n for(j = 0, jl = data.path.length, path = []; j < jl; j++){\n path.push(new AMap.LngLat(data.path[j].lng, data.path[j].lat));\n }\n feature = new AMap.Polygon({ map: map, path: path, extData: data, zIndex: 1,\n strokeWeight: data.strokeWeight, strokeColor: data.strokeColor, strokeOpacity: data.strokeOpacity,\n fillColor: data.fillColor, fillOpacity: data.fillOpacity });\n break;\n default: feature = null;\n }\n if(feature){ AMap.event.addListener(feature, \"click\", mapFeatureClick); }\n }\n }\n \n function mapFeatureClick(e){\n if(!infoWindow){ infoWindow = new AMap.InfoWindow({autoMove: true,isCustom: false}); }\n var extData = e.target.getExtData();\n infoWindow.setContent(\"<div class='myinfowindow'><h5>\" + extData.name + \"<\/h5><div>\" + extData.desc + \"<\/div><\/div>\");\n infoWindow.open(map, e.lnglat);\n }\n \n map = new AMap.Map(\"mapContainer\", {center: new AMap.LngLat(center.lng, center.lat), level: level, keyboardEnable:true, dragEnable:true, scrollWheel:true, doubleClickZoom:true});\n new AMap.TileLayer.RoadNet({map: map, zIndex: 2});\n loadFeatures();\n \n map.on('complete', function(){\n map.plugin([\"AMap.ToolBar\", \"AMap.OverView\", \"AMap.Scale\"], function(){\n map.addControl(new AMap.ToolBar({ruler: true, direction: true, locate: false})); map.addControl(new AMap.OverView({isOpen: true})); map.addControl(new AMap.Scale);\n });\t\n })\n \n \t}();\n <\/script>\n <\/body>\n <\/html>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u5317\u4eac\u7acb\u821f\u79d1\u6280\u6709\u9650\u516c\u53f8 \u516c\u53f8\u5730\u5740\uff1a\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u5929\u79c0\u8def10\u53f7\u4e2d\u56fd\u519c\u5927\u56fd\u9645\u521b\u4e1a\u56ed2\u53f7\u697c5\u5c422503\u5ba4 \u90ae\u7f16\uff1a1001 …<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"http:\/\/www.lizhouit.com\/contact\/\"> <span class=\"screen-reader-text\">\u8054\u7cfb\u6211\u4eec<\/span> \u67e5\u770b\u5168\u6587 »<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"\u7ba1\u7406\u5458","author_link":"http:\/\/www.lizhouit.com\/author\/zhouwei\/"},"uagb_comment_info":0,"uagb_excerpt":"\u5317\u4eac\u7acb\u821f\u79d1\u6280\u6709\u9650\u516c\u53f8 \u516c\u53f8\u5730\u5740\uff1a\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u5929\u79c0\u8def10\u53f7\u4e2d\u56fd\u519c\u5927\u56fd\u9645\u521b\u4e1a\u56ed2\u53f7\u697c5\u5c422503\u5ba4 \u90ae\u7f16\uff1a1001…","_links":{"self":[{"href":"http:\/\/www.lizhouit.com\/wp-json\/wp\/v2\/pages\/24"}],"collection":[{"href":"http:\/\/www.lizhouit.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.lizhouit.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.lizhouit.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.lizhouit.com\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":14,"href":"http:\/\/www.lizhouit.com\/wp-json\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":471,"href":"http:\/\/www.lizhouit.com\/wp-json\/wp\/v2\/pages\/24\/revisions\/471"}],"wp:attachment":[{"href":"http:\/\/www.lizhouit.com\/wp-json\/wp\/v2\/media?parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}