{"id":106,"date":"2026-03-15T16:42:25","date_gmt":"2026-03-15T08:42:25","guid":{"rendered":"http:\/\/10.140.25.199:8998\/?page_id=106"},"modified":"2026-03-19T15:41:59","modified_gmt":"2026-03-19T07:41:59","slug":"%e5%ae%a2%e6%88%b7%e6%a1%88%e4%be%8b","status":"publish","type":"page","link":"https:\/\/shijichuanmei.com\/index.php\/%e5%ae%a2%e6%88%b7%e6%a1%88%e4%be%8b\/","title":{"rendered":"\u5ba2\u6237\u6848\u4f8b"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/images.unsplash.com\" crossorigin>\n<link rel=\"preconnect\" href=\"https:\/\/images.pexels.com\" crossorigin>\n\n<style>\n\/* =========================================\n   === \u7ec8\u6781\u66b4\u529b\u6e05\u96f6 & \u9ed1\u573a\u6e10\u663e\u4e13\u5c5e\u7248 ===\n========================================= *\/\nhtml, body {\n    margin: 0 !important;\n    padding: 0 !important;\n    background-color: #000000 !important; \n    overflow-x: hidden !important;\n    width: 100vw !important;\n    min-height: 100vh !important; \n    visibility: hidden !important; \/* \u5168\u5c40\u9690\u85cf\u9632\u95ea\u70c1 *\/\n}\n\n@keyframes masterFadeIn {\n    0% { opacity: 0; }\n    100% { opacity: 1; }\n}\n\n#cine-root, #cine-root *,\n#wpadminbar, #wpadminbar * {\n    visibility: visible !important;\n}\n\n#cine-root {\n    opacity: 0;\n    animation: masterFadeIn 1s ease-out 0.1s forwards;\n    position: relative; \n    z-index: 999999; \n    background-color: #0a0a0a; \n    width: 100vw; \n    min-height: 100vh; \n    overflow-x: hidden; \n    color: #fff;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n}\n.portfolio-container, .portfolio-container * { box-sizing: border-box; }\n\n\/* \u5de6\u4e0a\u89d2\u8fd4\u56de\u6309\u94ae *\/\n.top-back-btn { position: absolute; top: 30px; left: 40px; display: flex; align-items: center; gap: 6px; color: #888; text-decoration: none; font-size: 15px; font-weight: 500; transition: all 0.3s ease; padding: 8px 16px; border-radius: 20px; background: rgba(255,255,255,0.05); z-index: 10; }\n.top-back-btn:hover { color: #ff9a9e; background: rgba(255,154,158,0.15); transform: translateX(-3px); }\n\n\/* \u6838\u5fc3\u5185\u5bb9\u533a *\/\n.portfolio-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 80px 20px 80px 20px; }\n\n\/* \u7b5b\u9009\u6309\u94ae *\/\n.portfolio-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 40px; }\n.filter-btn { background: #161616; border: 1px solid #333; padding: 8px 24px; border-radius: 30px; font-size: 15px; color: #aaa; cursor: pointer; transition: all 0.3s ease; outline: none; }\n.filter-btn:hover { border-color: #ff9a9e; color: #ff9a9e; }\n.filter-btn.active { background: linear-gradient(90deg, #ff9a9e 0%, #fad0c4 100%); color: #111; font-weight: 600; border-color: transparent; box-shadow: 0 4px 15px rgba(255, 154, 158, 0.2); }\n\n\/* \u5361\u7247\u7f51\u683c\u4e0e\u539f\u751f\u8fdb\u573a\u52a8\u753b *\/\n.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }\n\n@keyframes nativeFadeUp {\n    from { opacity: 0; transform: translateY(40px); }\n    to { opacity: 1; transform: translateY(0); }\n}\n\n\/* \u6848\u4f8b\u5361\u7247 *\/\n.portfolio-item { background: #121212; border: 1px solid #222; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.5); transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease; display: block; text-decoration: none; cursor: pointer; animation: nativeFadeUp 0.8s ease backwards; }\n.portfolio-item.hide { display: none !important; }\n.portfolio-item:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.8); border-color: #333; }\n\n\/* \u7eaf\u7cb9\u7684\u56fe\u7247\u653e\u5927\u63d0\u4eae\u6548\u679c *\/\n.portfolio-img-wrap { position: relative; width: 100%; height: 250px; overflow: hidden; background: #000; }\n.portfolio-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease, filter 0.6s ease; z-index: 1; position: relative; display: block; border: none; filter: brightness(0.9); }\n.portfolio-item:hover .portfolio-img { transform: scale(1.08); filter: brightness(1.1); }\n\n\/* \u6587\u5b57\u533a\u57df *\/\n.portfolio-info { padding: 20px; background: #121212; position: relative; z-index: 4; }\n.portfolio-category { font-size: 12px; color: #ff9a9e; font-weight: 600; text-transform: uppercase; margin-bottom: 8px; display: block; }\n.portfolio-info h4 { font-size: 18px; color: #eee; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }\n.portfolio-info p { font-size: 14px; color: #888; margin: 0; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }\n\n\/* \u54cd\u5e94\u5f0f *\/\n@media (max-width: 992px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 768px) {\n    .top-back-btn { top: 15px; left: 15px; padding: 6px 12px; font-size: 13px; }\n    .portfolio-container { padding: 60px 15px 40px 15px; }\n    .portfolio-filters { gap: 10px; }\n    .filter-btn { padding: 6px 15px; font-size: 13px; }\n    .portfolio-grid { grid-template-columns: 1fr; gap: 20px; } \n    .portfolio-img-wrap { height: 220px; }\n}\n<\/style>\n\n<div id=\"cine-root\">\n    <a href=\"javascript:history.back()\" class=\"top-back-btn\">\n        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"><\/line><polyline points=\"12 19 5 12 12 5\"><\/polyline><\/svg>\n        \u8fd4\u56de\u4e0a\u4e00\u9875\n    <\/a>\n\n    <div class=\"portfolio-container\">\n        \n        <div style=\"text-align: center; margin-bottom: 50px; padding-top: 20px;\">\n            <div style=\"font-size: 42px; font-weight: 800; color: #eeeeee; margin: 0 0 15px 0; letter-spacing: 2px; line-height: 1.2;\">\u5ba2\u6237\u6848\u4f8b<\/div>\n            <div style=\"width: 60px; height: 4px; background: linear-gradient(90deg, #ff9a9e 0%, #fad0c4 100%); border-radius: 2px; margin: 0 auto 20px auto;\"><\/div>\n            <p style=\"font-size: 16px; color: #888888; max-width: 800px; margin: 0 auto; letter-spacing: 1px;\">\u89c6\u8ff9\u4f20\u5a92\u4ee5\u5320\u5fc3\u7f14\u9020\u5353\u8d8a\uff0c\u7528\u5f71\u50cf\u548c\u58f0\u97f3\u4e3a\u54c1\u724c\u8d4b\u80fd\u3002\u4ee5\u4e0b\u662f\u6211\u4eec\u7cbe\u9009\u7684\u90e8\u5206\u6210\u529f\u6848\u4f8b\u3002<\/p>\n        <\/div>\n\n        <div class=\"portfolio-filters\" id=\"dynamicFilters\">\n            <button class=\"filter-btn active\" data-filter=\"all\">\u5168\u90e8\u6848\u4f8b<\/button>\n            <button class=\"filter-btn\" data-filter=\"video\">\u77ed\u5267\/\u5f71\u89c6<\/button>\n            <button class=\"filter-btn\" data-filter=\"tvc\">\u5e7f\u544aTVC<\/button>\n            <button class=\"filter-btn\" data-filter=\"live\">\u821e\u53f0\u76f4\u64ad<\/button>\n            <button class=\"filter-btn\" data-filter=\"music\">\u97f3\u4e50\u5236\u4f5c<\/button>\n        <\/div>\n\n        <div class=\"portfolio-grid\" id=\"portfolioGrid\">\n            \n            <a href=\"#\" class=\"portfolio-item\" data-category=\"tvc\" style=\"animation-delay: 0s;\">\n                <div class=\"portfolio-img-wrap\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/images.unsplash.com\/photo-1533134486753-c833f0ed4866?q=80&#038;w=800&#038;auto=format&#038;fit=crop\" loading=\"lazy\" alt=\"\u67d0\u5934\u90e8\u65b0\u80fd\u6e90\u6c7d\u8f66\u54c1\u724c\u5ba3\u4f20\u7247\">\n                <\/div>\n                <div class=\"portfolio-info\">\n                    <span class=\"portfolio-category\">\u5e7f\u544aTVC<\/span>\n                    <h4>\u67d0\u5934\u90e8\u65b0\u80fd\u6e90\u6c7d\u8f66\u54c1\u724c\u5ba3\u4f20\u7247<\/h4>\n                    <p>\u7a7f\u8d8a\u6781\u5bd2\u5730\u5e26\u5b9e\u666f\u62cd\u6444\uff0c\u7ed3\u5408\u5c16\u7aef CG \u7279\u6548\uff0c\u5b8c\u7f8e\u5c55\u73b0\u54c1\u724c\u52a8\u529b\u4e0e\u79d1\u6280\u4e4b\u7f8e\u3002<\/p>\n                <\/div>\n            <\/a>\n\n            <a href=\"#\" class=\"portfolio-item\" data-category=\"live\" style=\"animation-delay: 0.15s;\">\n                <div class=\"portfolio-img-wrap\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/images.pexels.com\/photos\/976866\/pexels-photo-976866.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=800\" loading=\"lazy\" alt=\"\u300a\u661f\u5149\u7480\u74a8\u300b\u5e74\u5ea6\u97f3\u4e50\u76db\u5178\u8de8\u56fd\u76f4\u64ad\">\n                <\/div>\n                <div class=\"portfolio-info\">\n                    <span class=\"portfolio-category\">\u821e\u53f0\u76f4\u64ad<\/span>\n                    <h4>\u300a\u661f\u5149\u7480\u74a8\u300b\u5e74\u5ea6\u97f3\u4e50\u76db\u5178\u8de8\u56fd\u76f4\u64ad<\/h4>\n                    <p>\u52a8\u7528 16 \u673a\u4f4d 4K \u8baf\u9053\u8f66\uff0c\u5b9e\u73b0\u5168\u7403\u56db\u4e2a\u5206\u4f1a\u573a\u6beb\u79d2\u7ea7\u96f6\u5ef6\u8fdf\u63a8\u6d41\u4e92\u52a8\u3002<\/p>\n                <\/div>\n            <\/a>\n\n            <a href=\"#\" class=\"portfolio-item\" data-category=\"video\" style=\"animation-delay: 0.3s;\">\n                <div class=\"portfolio-img-wrap\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/images.unsplash.com\/photo-1485846234645-a62644f84728?q=80&#038;w=800&#038;auto=format&#038;fit=crop\" loading=\"lazy\" alt=\"\u73b0\u8c61\u7ea7\u5fae\u77ed\u5267\u300a\u9006\u5149\u4e4b\u57ce\u300b\u5168\u6848\u5236\u4f5c\">\n                <\/div>\n                <div class=\"portfolio-info\">\n                    <span class=\"portfolio-category\">\u77ed\u5267\/\u5f71\u89c6<\/span>\n                    <h4>\u73b0\u8c61\u7ea7\u5fae\u77ed\u5267\u300a\u9006\u5149\u4e4b\u57ce\u300b\u5168\u6848\u5236\u4f5c<\/h4>\n                    <p>\u89c6\u8ff9\u4f20\u5a92\u5305\u63fd\u4ece\u5267\u672c\u5b75\u5316\u3001\u62cd\u6444\u5230\u540e\u671f\u53d1\u884c\u7684\u5168\u94fe\u8def\uff0c\u5168\u7f51\u64ad\u653e\u91cf\u7a81\u7834 3 \u4ebf\u3002<\/p>\n                <\/div>\n            <\/a>\n\n            <a href=\"#\" class=\"portfolio-item\" data-category=\"music\" style=\"animation-delay: 0.45s;\">\n                <div class=\"portfolio-img-wrap\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/images.unsplash.com\/photo-1598488035139-bdbb2231ce04?q=80&#038;w=800&#038;auto=format&#038;fit=crop\" loading=\"lazy\" alt=\"\u72ec\u7acb\u97f3\u4e50\u4eba\u5168\u65b0\u4e13\u8f91\u300a\u7834\u6653\u300b\u540e\u671f\u5236\u4f5c\">\n                <\/div>\n                <div class=\"portfolio-info\">\n                    <span class=\"portfolio-category\">\u97f3\u4e50\u5236\u4f5c<\/span>\n                    <h4>\u72ec\u7acb\u97f3\u4e50\u4eba\u5168\u65b0\u4e13\u8f91\u300a\u7834\u6653\u300b\u540e\u671f\u5236\u4f5c<\/h4>\n                    <p>\u91c7\u7528\u9876\u7ea7\u675c\u6bd4\u5168\u666f\u58f0\u6df7\u97f3\uff0c\u4e3a\u542c\u4f17\u5448\u73b0\u6781\u81f4\u7684\u7acb\u4f53\u73af\u7ed5\u542c\u89c9\u76db\u5bb4\u3002<\/p>\n                <\/div>\n            <\/a>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    \/\/ 1. \u540c\u6b65\u8282\u70b9\u593a\u6743\uff1a\u575a\u51b3\u79fb\u51fa WordPress \u539f\u751f\u5bb9\u5668\n    const container = document.getElementById('cine-root');\n    if (container && container.parentElement !== document.body) {\n        document.body.prepend(container);\n    }\n\n    \/\/ 2. \u5f3a\u529b\u6e05\u573a\uff1a\u6740\u6389 WordPress \u6240\u6709\u539f\u751f\u5916\u58f3\n    const killStyle = document.createElement('style');\n    killStyle.innerHTML = `\n        body > *:not(#cine-root):not(#wpadminbar):not(script):not(style):not(link):not(noscript) {\n            display: none !important;\n            opacity: 0 !important;\n            height: 0 !important;\n            overflow: hidden !important;\n        }\n    `;\n    document.head.appendChild(killStyle);\n\n    \/\/ 3. \u5206\u7c7b\u7b5b\u9009\u903b\u8f91\u7ed1\u5b9a\n    function initFilters() {\n        const filterBtns = document.querySelectorAll('.filter-btn');\n        const portfolioItems = document.querySelectorAll('.portfolio-item');\n        \n        filterBtns.forEach(btn => {\n            btn.addEventListener('click', function() {\n                \/\/ \u5207\u6362\u6309\u94ae\u9ad8\u4eae\u72b6\u6001\n                filterBtns.forEach(b => b.classList.remove('active'));\n                this.classList.add('active');\n                \n                const filterValue = this.getAttribute('data-filter');\n                \n                \/\/ \u5207\u6362\u5217\u8868\u9879\u663e\u793a\/\u9690\u85cf\uff0c\u5e76\u91cd\u7f6e\u5165\u573a\u52a8\u753b\n                portfolioItems.forEach(item => {\n                    const itemCategory = item.getAttribute('data-category');\n                    if (filterValue === 'all' || filterValue === itemCategory) {\n                        item.classList.remove('hide');\n                        \/\/ \u91cd\u7f6e\u52a8\u753b\u8ba9\u5176\u91cd\u65b0\u89e6\u53d1\n                        item.style.animation = 'none';\n                        item.offsetHeight; \/* \u89e6\u53d1\u91cd\u7ed8 *\/\n                        item.style.animation = null; \n                    } else {\n                        item.classList.add('hide');\n                    }\n                });\n            });\n        });\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initFilters);\n    } else {\n        initFilters();\n    }\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8fd4\u56de\u4e0a\u4e00\u9875 \u5ba2\u6237\u6848\u4f8b \u89c6\u8ff9\u4f20\u5a92\u4ee5\u5320\u5fc3\u7f14\u9020\u5353\u8d8a\uff0c\u7528\u5f71 &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-106","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/comments?post=106"}],"version-history":[{"count":24,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/106\/revisions"}],"predecessor-version":[{"id":369,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/106\/revisions\/369"}],"wp:attachment":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/media?parent=106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}