{"id":28,"date":"2023-06-03T08:22:50","date_gmt":"2023-06-03T00:22:50","guid":{"rendered":"http:\/\/www.suncarve.com\/?page_id=28"},"modified":"2024-03-20T14:05:56","modified_gmt":"2024-03-20T06:05:56","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/tangxinvlognr.com\/index.php\/contact-us\/","title":{"rendered":"\u8054\u7cfb\u6211\u4eec"},"content":{"rendered":"
<\/div>
<\/div>

\u8054\u7cfb\u6211\u4eec<\/h1><\/div><\/div><\/div><\/div><\/section>

\u4e09\u51ef\u673a\u7535<\/h1>\n<\/div><\/div>
<\/div>

400\u70ed\u7ebf\uff1a400-8576-787 \/ \u5ba2\u670d\u70ed\u7ebf\uff1a0576-86872666<\/h3>\n<\/div><\/div><\/div><\/div>
\"\"<\/div>

\u626b\u7801\u5173\u6ce8
\u5fae\u4fe1\u516c\u4f17\u53f7<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section>

<\/div><\/div><\/div><\/div><\/div><\/div><\/section>
<\/i><\/div>

\u5730\u5740\uff1a<\/h4>

\u6d59\u6c5f\u7701\u53f0\u5dde\u5e02\u6e29\u5cad\u5e02\u4e1c\u90e8\u65b0\u533a\u5341\u4e8c\u88573\u53f7<\/p>\n<\/div><\/div><\/div>

<\/span><\/span><\/div><\/div><\/div>
<\/i><\/div>

\u4f20\u771f\uff1a<\/h4>

0576-8682 6996<\/p>\n<\/div><\/div><\/div>

<\/span><\/span><\/div><\/div><\/div>
<\/i><\/div>

\u90ae\u7bb1\uff1a<\/h4>

sk@chinasankai.com<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section>

\n \n title_temp \n \n \n \n \u9ad8\u5fb7\u5730\u56fe - DIY\u6211\u7684\u5730\u56fe<\/title>\n <style>\n body { margin: 0; font: \"Microsoft YaHei\", \"Helvetica Neue\", \"Sans-Serif\"; min-height: 350px; min-width: 100%; }\n .my-map { margin: 0 auto; width: 100%; height: 350px; } .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><h1><a href="http://tangxinvlognr.com/">糖心vlog</a></h1>\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 = 17,\n center = {lng: 121.615303, lat: 28.395996},\n features = [{\"icon\":\"cir\",\"color\":\"red\",\"name\":\"\u6d59\u6c5f\u4e09\u51ef\u673a\u7535\u6709\u9650\u516c\u53f8\",\"desc\":\"\u5730\u5740\uff1a\u6d59\u6c5f\u7701\u53f0\u5dde\u5e02\u6e29\u5cad\u5e02\u4e1c\u90e8\u65b0\u533a\u5341\u4e8c\u88573\u53f7\",\"lnglat\":{\"Q\":28.395996045611913,\"R\":121.61530261337754,\"lng\":121.615303,\"lat\":28.395996},\"offset\":{\"x\":-9,\"y\":-31},\"type\":\"Marker\"}]; \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 \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><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"\u8054\u7cfb\u6211\u4eec\u4e09\u51ef\u673a\u7535 400\u70ed\u7ebf\uff1a400-8576-787 \/ \u5ba2\u670d\u70ed\u7ebf\uff1a0576-86872666 \u626b\u7801\u5173\u6ce8\u5fae\u4fe1...","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"lang":"zh","translations":{"zh":28,"en":295},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/tangxinvlognr.com\/index.php\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tangxinvlognr.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tangxinvlognr.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tangxinvlognr.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tangxinvlognr.com\/index.php\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":0,"href":"https:\/\/tangxinvlognr.com\/index.php\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"wp:attachment":[{"href":"https:\/\/tangxinvlognr.com\/index.php\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}