{"id":137,"date":"2025-12-25T09:31:07","date_gmt":"2025-12-25T01:31:07","guid":{"rendered":"https:\/\/cilici.cn\/?p=137"},"modified":"2025-12-25T09:31:09","modified_gmt":"2025-12-25T01:31:09","slug":"%e4%bb%81%e4%b9%89%e7%a4%bc%e6%99%ba%e4%bf%a1%e4%bb%a3%e7%a0%81","status":"publish","type":"post","link":"https:\/\/cilici.cn\/index.php\/2025\/12\/25\/%e4%bb%81%e4%b9%89%e7%a4%bc%e6%99%ba%e4%bf%a1%e4%bb%a3%e7%a0%81\/","title":{"rendered":"\u4ec1\u4e49\u793c\u667a\u4fe1\u4ee3\u7801"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"zh-CN\">\n&lt;head>\n    &lt;meta charset=\"UTF-8\">\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    &lt;title>\u5112\u5bb6\"\u4e94\u5e38\" - \u5b9e\u9a8c10&lt;\/title>\n    &lt;style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: \"Microsoft YaHei\", \"SimSun\", sans-serif;\n        }\n        \n        body {\n            background-color: #f8f8f8;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        \/* \u9876\u90e8\u533a\u57df *\/\n        .top-section {\n            background-color: #fff;\n            border-bottom: 2px solid #8B4513;\n            padding: 15px 0;\n            text-align: center;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n        \n        .logo-container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n        \n        .logo {\n            width: 80px;\n            height: 80px;\n            background-color: #e0d6c9;\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-right: 20px;\n            border: 2px solid #8B4513;\n        }\n        \n        .logo-text {\n            font-size: 36px;\n            font-weight: bold;\n            color: #8B4513;\n        }\n        \n        .title h1 {\n            font-size: 32px;\n            color: #8B4513;\n            margin-bottom: 10px;\n        }\n        \n        .title h4 {\n            font-size: 18px;\n            color: #666;\n            font-weight: normal;\n        }\n        \n        .title span {\n            margin: 0 5px;\n        }\n        \n        \/* \u5bfc\u822a\u680f *\/\n        .navbar {\n            background-color: #8B4513;\n            padding: 10px 0;\n            margin-top: 15px;\n        }\n        \n        .navbar ul {\n            display: flex;\n            justify-content: center;\n            list-style: none;\n        }\n        \n        .navbar li {\n            margin: 0 15px;\n        }\n        \n        .navbar a {\n            color: #fff;\n            text-decoration: none;\n            font-size: 16px;\n            padding: 5px 10px;\n            transition: all 0.3s;\n            position: relative;\n        }\n        \n        .navbar a:hover {\n            background-color: #A0522D;\n            border-radius: 4px;\n        }\n        \n        .navbar a::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background-color: #FFD700;\n            transition: width 0.3s;\n        }\n        \n        .navbar a:hover::after {\n            width: 100%;\n        }\n        \n        \/* \u4e2d\u95f4\u533a\u57df *\/\n        .middle-section {\n            display: flex;\n            margin: 30px 0;\n            gap: 30px;\n        }\n        \n        .left-panel {\n            flex: 1;\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n        \n        .left-panel h2 {\n            color: #8B4513;\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 1px solid #e0d6c9;\n        }\n        \n        .description {\n            margin-bottom: 20px;\n            text-align: justify;\n        }\n        \n        .wuchang-list {\n            list-style-type: none;\n        }\n        \n        .wuchang-list li {\n            margin-bottom: 12px;\n            padding: 8px;\n            border-left: 3px solid #8B4513;\n            background-color: #f9f5f0;\n            transition: all 0.3s;\n        }\n        \n        .wuchang-list li:hover {\n            background-color: #f0e6d8;\n            transform: translateX(5px);\n        }\n        \n        .wuchang-list a {\n            color: #333;\n            text-decoration: none;\n            display: block;\n            font-size: 16px;\n        }\n        \n        .wuchang-list a:hover {\n            color: #8B4513;\n            font-weight: bold;\n        }\n        \n        .right-panel {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .circle-diagram {\n            width: 300px;\n            height: 300px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #e0d6c9, #f9f5f0);\n            border: 2px solid #8B4513;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            position: relative;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .circle-diagram::before {\n            content: \"\";\n            position: absolute;\n            width: 320px;\n            height: 320px;\n            border-radius: 50%;\n            border: 1px dashed #8B4513;\n            opacity: 0.5;\n        }\n        \n        .wuchang-center {\n            font-size: 28px;\n            font-weight: bold;\n            color: #8B4513;\n            text-align: center;\n        }\n        \n        .wuchang-center div {\n            margin: 5px 0;\n        }\n        \n        .mountain-bg {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            border-radius: 50%;\n            background-image: url('data:image\/svg+xml;utf8,&lt;svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\">&lt;path d=\"M0,70 Q20,40 40,60 T80,30 L100,70 Z\" fill=\"%238B4513\" opacity=\"0.1\"\/>&lt;\/svg>');\n            background-size: cover;\n            opacity: 0.3;\n        }\n        \n        .iframe-container {\n            width: 100%;\n            height: 380px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n        }\n        \n        .iframe-container iframe {\n            width: 100%;\n            height: 100%;\n            border: none;\n        }\n        \n        \/* \u5e95\u90e8\u533a\u57df *\/\n        .bottom-section {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            margin-top: 20px;\n        }\n        \n        .bottom-section p {\n            margin-bottom: 15px;\n            text-align: justify;\n        }\n        \n        .navigation-links {\n            display: flex;\n            justify-content: center;\n            margin-top: 20px;\n        }\n        \n        .navigation-links a {\n            color: #8B4513;\n            text-decoration: none;\n            margin: 0 15px;\n            padding: 5px 10px;\n            border-bottom: 1px solid transparent;\n            transition: all 0.3s;\n        }\n        \n        .navigation-links a:hover {\n            border-bottom: 1px solid #8B4513;\n            font-weight: bold;\n        }\n        \n        .copyright {\n            text-align: center;\n            margin-top: 20px;\n            color: #777;\n            font-size: 14px;\n        }\n        \n        \/* \u54cd\u5e94\u5f0f\u8bbe\u8ba1 *\/\n        @media (max-width: 768px) {\n            .middle-section {\n                flex-direction: column;\n            }\n            \n            .navbar ul {\n                flex-wrap: wrap;\n            }\n            \n            .navbar li {\n                margin: 5px;\n            }\n        }\n    &lt;\/style>\n&lt;\/head>\n&lt;body>\n    &lt;div class=\"container\">\n        &lt;!-- \u9876\u90e8\u533a\u57df -->\n        &lt;div class=\"top-section\">\n            &lt;div class=\"logo-container\">\n                &lt;div class=\"logo\">\n                    &lt;div class=\"logo-text\">\u5112&lt;\/div>\n                &lt;\/div>\n                &lt;div class=\"title\">\n                    &lt;h1>\u5112\u5bb6\"\u4e94\u5e38\"&lt;\/h1>\n                    &lt;h4>&lt;span>\u4ec1&lt;\/span>&lt;span>\u4e49&lt;\/span>&lt;span>\u793c&lt;\/span>&lt;span>\u667a&lt;\/span>&lt;span>\u4fe1&lt;\/span>&lt;\/h4>\n                &lt;\/div>\n            &lt;\/div>\n            \n            &lt;div class=\"navbar\">\n                &lt;ul>\n                    &lt;li>&lt;a href=\"#\">\u9996\u9875&lt;\/a>&lt;\/li>\n                    &lt;li>&lt;a href=\"#\">\u5b54\u5b50 - \u4ec1\u4e49\u793c&lt;\/a>&lt;\/li>\n                    &lt;li>&lt;a href=\"#\">\u5b5f\u5b50 - \u4ec1\u4e49\u793c\u667a&lt;\/a>&lt;\/li>\n                    &lt;li>&lt;a href=\"#\">\u8463\u4ef2\u8212 - \u4ec1\u4e49\u793c\u667a\u4fe1&lt;\/a>&lt;\/li>\n                &lt;\/ul>\n            &lt;\/div>\n        &lt;\/div>\n        \n        &lt;!-- \u4e2d\u95f4\u533a\u57df -->\n        &lt;div class=\"middle-section\">\n            &lt;div class=\"left-panel\">\n                &lt;h2>\u5112\u5bb6\u4e94\u5e38\u7684\u5185\u6db5&lt;\/h2>\n                &lt;div class=\"description\">\n                    &lt;p>\"\u4ec1\u4e49\u793c\u667a\u4fe1\"\u4e3a\u5112\u5bb6\"\u4e94\u5e38\"\uff0c\u8fd9\u4e94\u79cd\u54c1\u5fb7\u8d2f\u7a7f\u4e8e\u4e2d\u534e\u4f26\u7406\u7684\u53d1\u5c55\u4e2d\uff0c\u6210\u4e3a\u4e2d\u56fd\u4ef7\u503c\u4f53\u7cfb\u4e2d\u7684\u6700\u6838\u5fc3\u56e0\u7d20\u3002&lt;\/p>\n                    &lt;p>\u5b54\u5b50\u63d0\u51fa\"\u4ec1\u3001\u4e49\u3001\u793c\"\uff0c\u5b5f\u5b50\u5ef6\u4f38\u4e3a\"\u4ec1\u3001\u4e49\u3001\u793c\u3001\u667a\"\uff0c\u8463\u4ef2\u8212\u6269\u5145\u4e3a\"\u4ec1\u3001\u4e49\u3001\u793c\u3001\u667a\u3001\u4fe1\"\uff0c\u540e\u79f0\"\u4e94\u5e38\"\u3002&lt;\/p>\n                &lt;\/div>\n                \n                &lt;h2>\u4e94\u5e38\u8be6\u89e3&lt;\/h2>\n                &lt;ul class=\"wuchang-list\">\n                    &lt;li>&lt;a href=\"#\" onclick=\"loadImage('image-10-1-1.jpg')\">\u4ec1\uff1a\u4ec1\u7231\u4e4b\u5fc3\uff0c\u63a8\u5df1\u53ca\u4eba&lt;\/a>&lt;\/li>\n                    &lt;li>&lt;a href=\"#\" onclick=\"loadImage('image-10-1-2.jpg')\">\u4e49\uff1a\u6b63\u4e49\u4e4b\u9053\uff0c\u884c\u4e8b\u5f97\u5f53&lt;\/a>&lt;\/li>\n                    &lt;li>&lt;a href=\"#\" onclick=\"loadImage('image-10-1-3.jpg')\">\u793c\uff1a\u793c\u4eea\u4e4b\u89c4\uff0c\u606d\u656c\u8c26\u8ba9&lt;\/a>&lt;\/li>\n                    &lt;li>&lt;a href=\"#\" onclick=\"loadImage('image-10-1-4.jpg')\">\u667a\uff1a\u667a\u6167\u4e4b\u660e\uff0c\u660e\u8fa8\u662f\u975e&lt;\/a>&lt;\/li>\n                    &lt;li>&lt;a href=\"#\" onclick=\"loadImage('image-10-1-5.jpg')\">\u4fe1\uff1a\u8bda\u4fe1\u4e4b\u672c\uff0c\u8a00\u884c\u4e00\u81f4&lt;\/a>&lt;\/li>\n                &lt;\/ul>\n            &lt;\/div>\n            \n            &lt;div class=\"right-panel\">\n                &lt;div class=\"circle-diagram\">\n                    &lt;div class=\"mountain-bg\">&lt;\/div>\n                    &lt;div class=\"wuchang-center\">\n                        &lt;div>\u4ec1&lt;\/div>\n                        &lt;div>\u4e49&lt;\/div>\n                        &lt;div>\u793c&lt;\/div>\n                        &lt;div>\u667a&lt;\/div>\n                        &lt;div>\u4fe1&lt;\/div>\n                    &lt;\/div>\n                &lt;\/div>\n                \n                &lt;div class=\"iframe-container\">\n                    &lt;iframe id=\"contentFrame\" src=\"about:blank\">&lt;\/iframe>\n                &lt;\/div>\n            &lt;\/div>\n        &lt;\/div>\n        \n        &lt;!-- \u5e95\u90e8\u533a\u57df -->\n        &lt;div class=\"bottom-section\">\n            &lt;p id=\"dynamicContent\">\u4ec1\u4e49\u793c\u667a\u4fe1\u4e3a\u5112\u5bb6\"\u4e94\u5e38\"\uff0c\u5b54\u5b50\u63d0\u51fa\"\u4ec1\u3001\u4e49\u3001\u793c\"\uff0c\u5b5f\u5b50\u5ef6\u4f38\u4e3a\"\u4ec1\u3001\u4e49\u3001\u793c\u3001\u667a\"\uff0c\u8463\u4ef2\u8212\u6269\u5145\u4e3a\"\u4ec1\u3001\u4e49\u3001\u793c\u3001\u667a\u3001\u4fe1\"\uff0c\u540e\u79f0\"\u4e94\u5e38\"\u3002\u8fd9\"\u4e94\u5e38\"\u8d2f\u7a7f\u4e8e\u4e2d\u534e\u4f26\u7406\u7684\u53d1\u5c55\u4e2d\uff0c\u6210\u4e3a\u4e2d\u56fd\u4ef7\u503c\u4f53\u7cfb\u4e2d\u7684\u6838\u5fc3\u56e0\u7d20\u3002&lt;\/p>\n            \n            &lt;div class=\"navigation-links\">\n                &lt;a href=\"#\">\u9996\u9875&lt;\/a>\n                &lt;a href=\"#\">\u5b54\u5b50\u4ec1\u4e49\u793c&lt;\/a>\n                &lt;a href=\"#\">\u5b5f\u5b50\u4ec1\u4e49\u793c&lt;\/a>\n                &lt;a href=\"#\">\u8463\u4ef2\u8212\u4ec1\u4e49\u793c\u667a\u4fe1&lt;\/a>\n                &lt;a href=\"#\">\u4e94\u5e38\u5185\u6db5&lt;\/a>\n            &lt;\/div>\n            \n            &lt;div class=\"copyright\">\n                \u00a9 2023 \u5112\u5bb6\u6587\u5316\u7814\u7a76 | \u5b9e\u9a8c10\uff1aDIV+CSS\u9875\u9762\u5e03\u5c40\n            &lt;\/div>\n        &lt;\/div>\n    &lt;\/div>\n\n    &lt;script>\n        \/\/ \u52a0\u8f7d\u56fe\u7247\u5230iframe\n        function loadImage(imgSrc) {\n            const iframe = document.getElementById('contentFrame');\n            iframe.src = imgSrc;\n            \n            \/\/ \u66f4\u65b0\u5e95\u90e8\u533a\u57df\u5185\u5bb9\n            const dynamicContent = document.getElementById('dynamicContent');\n            const descriptions = {\n                'image-10-1-1.jpg': '\u4ec1\uff1a\u4ec1\u7231\u4e4b\u5fc3\uff0c\u63a8\u5df1\u53ca\u4eba\u3002\u4ec1\u8005\u7231\u4eba\uff0c\u662f\u4e2d\u534e\u6c11\u65cf\u4f20\u7edf\u7f8e\u5fb7\u7684\u6838\u5fc3\uff0c\u5f3a\u8c03\u4eba\u4e0e\u4eba\u4e4b\u95f4\u7684\u5173\u7231\u4e0e\u548c\u8c10\u3002',\n                'image-10-1-2.jpg': '\u4e49\uff1a\u6b63\u4e49\u4e4b\u9053\uff0c\u884c\u4e8b\u5f97\u5f53\u3002\u4e49\u8005\u5b9c\u4e5f\uff0c\u6307\u601d\u60f3\u548c\u884c\u4e3a\u7b26\u5408\u4e00\u5b9a\u7684\u6807\u51c6\uff0c\u662f\u5904\u7406\u4eba\u9645\u5173\u7cfb\u7684\u91cd\u8981\u51c6\u5219\u3002',\n                'image-10-1-3.jpg': '\u793c\uff1a\u793c\u4eea\u4e4b\u89c4\uff0c\u606d\u656c\u8c26\u8ba9\u3002\u793c\u8005\u656c\u4e5f\uff0c\u662f\u793e\u4f1a\u884c\u4e3a\u7684\u89c4\u8303\uff0c\u4f53\u73b0\u5bf9\u4ed6\u4eba\u7684\u5c0a\u91cd\u548c\u793e\u4f1a\u79e9\u5e8f\u3002',\n                'image-10-1-4.jpg': '\u667a\uff1a\u667a\u6167\u4e4b\u660e\uff0c\u660e\u8fa8\u662f\u975e\u3002\u667a\u8005\u77e5\u4e5f\uff0c\u6307\u6b63\u786e\u8ba4\u8bc6\u4e8b\u7269\u3001\u660e\u8fa8\u662f\u975e\u7684\u80fd\u529b\uff0c\u662f\u5b9e\u8df5\u4ec1\u4e49\u793c\u4fe1\u7684\u57fa\u7840\u3002',\n                'image-10-1-5.jpg': '\u4fe1\uff1a\u8bda\u4fe1\u4e4b\u672c\uff0c\u8a00\u884c\u4e00\u81f4\u3002\u4fe1\u8005\u8bda\u4e5f\uff0c\u662f\u7acb\u8eab\u4e4b\u672c\uff0c\u5f3a\u8c03\u8a00\u51fa\u5fc5\u884c\u3001\u8bda\u5b9e\u4e0d\u6b3a\u7684\u9053\u5fb7\u54c1\u8d28\u3002'\n            };\n            \n            if (descriptions&#91;imgSrc]) {\n                dynamicContent.textContent = descriptions&#91;imgSrc];\n            }\n        }\n        \n        \/\/ \u5bfc\u822a\u60ac\u505c\u6548\u679c\n        const navLinks = document.querySelectorAll('.navbar a');\n        navLinks.forEach(link => {\n            link.addEventListener('mouseover', function() {\n                const dynamicContent = document.getElementById('dynamicContent');\n                const linkText = this.textContent.trim();\n                \n                const hoverDescriptions = {\n                    '\u9996\u9875': '\u6b22\u8fce\u8bbf\u95ee\u5112\u5bb6\"\u4e94\u5e38\"\u4e13\u9898\u9875\u9762\uff0c\u8fd9\u91cc\u5c55\u793a\u4e86\u5112\u5bb6\u6838\u5fc3\u601d\u60f3\u7684\u7cbe\u9ad3\u3002',\n                    '\u5b54\u5b50 - \u4ec1\u4e49\u793c': '\u5b54\u5b50\uff08\u516c\u5143\u524d551-479\u5e74\uff09\uff0c\u5112\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\uff0c\u63d0\u51fa\"\u4ec1\u3001\u4e49\u3001\u793c\"\u4e3a\u6838\u5fc3\u7684\u601d\u60f3\u4f53\u7cfb\u3002',\n                    '\u5b5f\u5b50 - \u4ec1\u4e49\u793c\u667a': '\u5b5f\u5b50\uff08\u516c\u5143\u524d372-289\u5e74\uff09\uff0c\u5112\u5bb6\u4ee3\u8868\u4eba\u7269\uff0c\u5c06\u5112\u5bb6\u601d\u60f3\u53d1\u5c55\u4e3a\"\u4ec1\u3001\u4e49\u3001\u793c\u3001\u667a\"\u56db\u5fb7\u3002',\n                    '\u8463\u4ef2\u8212 - \u4ec1\u4e49\u793c\u667a\u4fe1': '\u8463\u4ef2\u8212\uff08\u516c\u5143\u524d179-104\u5e74\uff09\uff0c\u6c49\u4ee3\u601d\u60f3\u5bb6\uff0c\u6700\u7ec8\u786e\u7acb\"\u4ec1\u3001\u4e49\u3001\u793c\u3001\u667a\u3001\u4fe1\"\u4e3a\u5112\u5bb6\u4e94\u5e38\u3002'\n                };\n                \n                if (hoverDescriptions&#91;linkText]) {\n                    dynamicContent.textContent = hoverDescriptions&#91;linkText];\n                }\n            });\n            \n            link.addEventListener('mouseout', function() {\n                const dynamicContent = document.getElementById('dynamicContent');\n                dynamicContent.textContent = '\u4ec1\u4e49\u793c\u667a\u4fe1\u4e3a\u5112\u5bb6\"\u4e94\u5e38\"\uff0c\u5b54\u5b50\u63d0\u51fa\"\u4ec1\u3001\u4e49\u3001\u793c\"\uff0c\u5b5f\u5b50\u5ef6\u4f38\u4e3a\"\u4ec1\u3001\u4e49\u3001\u793c\u3001\u667a\"\uff0c\u8463\u4ef2\u8212\u6269\u5145\u4e3a\"\u4ec1\u3001\u4e49\u3001\u793c\u3001\u667a\u3001\u4fe1\"\uff0c\u540e\u79f0\"\u4e94\u5e38\"\u3002\u8fd9\"\u4e94\u5e38\"\u8d2f\u7a7f\u4e8e\u4e2d\u534e\u4f26\u7406\u7684\u53d1\u5c55\u4e2d\uff0c\u6210\u4e3a\u4e2d\u56fd\u4ef7\u503c\u4f53\u7cfb\u4e2d\u7684\u6838\u5fc3\u56e0\u7d20\u3002';\n            });\n        });\n        \n        \/\/ \u521d\u59cb\u5316\u9875\u9762\n        window.onload = function() {\n            \/\/ \u9ed8\u8ba4\u52a0\u8f7d\u7b2c\u4e00\u5f20\u56fe\u7247\n            loadImage('image-10-1-1.jpg');\n        };\n    &lt;\/script>\n&lt;\/body>\n&lt;\/html>\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","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":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-137","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/posts\/137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/comments?post=137"}],"version-history":[{"count":2,"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/posts\/137\/revisions"}],"predecessor-version":[{"id":139,"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/posts\/137\/revisions\/139"}],"wp:attachment":[{"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/media?parent=137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/categories?post=137"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cilici.cn\/index.php\/wp-json\/wp\/v2\/tags?post=137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}