{"id":3764,"date":"2026-06-14T08:44:52","date_gmt":"2026-06-14T00:44:52","guid":{"rendered":"http:\/\/cybertamin.xin\/?p=3764"},"modified":"2026-06-14T14:02:31","modified_gmt":"2026-06-14T06:02:31","slug":"%e4%b8%80%e6%97%a5%e6%ad%8c%c2%b726-6-14","status":"publish","type":"post","link":"https:\/\/cybertamin.xin\/?p=3764","title":{"rendered":"\u4e00\u65e5\u6b4c\u00b726.6.14"},"content":{"rendered":"    <style>\n        .mc-wave-4056 {\n            --mc-bg: #fff8f0;\n            --mc-card: #ffffff;\n            --mc-border: rgba(255, 140, 60, 0.25);\n            --mc-shadow: rgba(255, 140, 60, 0.12);\n            --mc-artist: #c07a3d;\n            --mc-song: #e8652d;\n            --mc-song-hover: #ff6b35;\n            --mc-icon-bg: rgba(255, 150, 60, 0.1);\n            --mc-icon-border: rgba(255, 150, 60, 0.3);\n            --mc-icon-color: #ff8c3c;\n            --mc-wave1: rgba(255, 180, 100, 0.4);\n            --mc-wave2: rgba(255, 160, 80, 0.25);\n            --mc-wave3: rgba(255, 200, 130, 0.35);\n            --mc-bubble: rgba(255, 180, 100, 0.2);\n            --mc-dot: rgba(255, 160, 80, 0.4);\n            --mc-sun: #ffe0b0;\n        }\n        \n        \/* \u591c\u95f4\u6a21\u5f0f *\/\n        @media (prefers-color-scheme: dark) {\n            .mc-wave-4056 {\n                --mc-bg: #1a1a2e;\n                --mc-card: #222238;\n                --mc-border: rgba(255, 150, 80, 0.3);\n                --mc-shadow: rgba(255, 100, 40, 0.15);\n                --mc-artist: #e8b88a;\n                --mc-song: #ff9f5c;\n                --mc-song-hover: #ffb87a;\n                --mc-icon-bg: rgba(255, 150, 80, 0.15);\n                --mc-icon-border: rgba(255, 150, 80, 0.35);\n                --mc-icon-color: #ffa060;\n                --mc-wave1: rgba(255, 160, 80, 0.3);\n                --mc-wave2: rgba(255, 140, 60, 0.2);\n                --mc-wave3: rgba(255, 180, 100, 0.25);\n                --mc-bubble: rgba(255, 160, 80, 0.15);\n                --mc-dot: rgba(255, 150, 70, 0.35);\n                --mc-sun: #3a3028;\n            }\n        }\n        \n        .mc-wave-4056 {\n            font-family: system-ui, -apple-system, 'PingFang SC', 'Microsoft YaHei', sans-serif;\n            display: flex;\n            justify-content: center;\n            margin: 1.5rem 0;\n            width: 100%;\n        }\n        \n        .mc-wave-4056 .mc-card {\n            width: 100%;\n            max-width: 500px;\n            background: var(--mc-card);\n            border-radius: 28px;\n            padding: 2.2rem 2rem 2.8rem;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 1rem;\n            text-align: center;\n            box-shadow: 0 15px 40px var(--mc-shadow), 0 0 0 1px var(--mc-border);\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .mc-wave-4056 .mc-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 20px 50px var(--mc-shadow), 0 0 0 1px var(--mc-border);\n        }\n        \n        \/* \u6d77\u6d6a\u80cc\u666f\u52a8\u753b *\/\n        .mc-wave-4056 .mc-waves {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 80px;\n            pointer-events: none;\n            z-index: 0;\n        }\n        \n        .mc-wave-4056 .mc-wave {\n            position: absolute;\n            bottom: 0;\n            left: -50%;\n            width: 200%;\n            height: 100%;\n            border-radius: 50%;\n            opacity: 0.5;\n        }\n        \n        .mc-wave-4056 .mc-wave-1 {\n            background: var(--mc-wave1);\n            animation: mc-wave-wave-4056-1 6s ease-in-out infinite;\n            bottom: -15px;\n            height: 65px;\n        }\n        \n        .mc-wave-4056 .mc-wave-2 {\n            background: var(--mc-wave2);\n            animation: mc-wave-wave-4056-2 8s ease-in-out infinite;\n            bottom: -5px;\n            height: 55px;\n            animation-delay: -2s;\n        }\n        \n        .mc-wave-4056 .mc-wave-3 {\n            background: var(--mc-wave3);\n            animation: mc-wave-wave-4056-3 7s ease-in-out infinite;\n            bottom: -25px;\n            height: 50px;\n            animation-delay: -4s;\n        }\n        \n        @keyframes mc-wave-wave-4056-1 {\n            0%, 100% { transform: translateX(0) translateY(0); }\n            50% { transform: translateX(5%) translateY(-8px); }\n        }\n        @keyframes mc-wave-wave-4056-2 {\n            0%, 100% { transform: translateX(0) translateY(0); }\n            50% { transform: translateX(-3%) translateY(-5px); }\n        }\n        @keyframes mc-wave-wave-4056-3 {\n            0%, 100% { transform: translateX(0) translateY(0); }\n            50% { transform: translateX(4%) translateY(-6px); }\n        }\n        \n        \/* \u6c14\u6ce1\u88c5\u9970 *\/\n        .mc-wave-4056 .mc-bubbles {\n            position: absolute;\n            bottom: 30px;\n            left: 10%;\n            right: 10%;\n            height: 40px;\n            pointer-events: none;\n            z-index: 0;\n        }\n        \n        .mc-wave-4056 .mc-bubble {\n            position: absolute;\n            border-radius: 50%;\n            background: var(--mc-bubble);\n            animation: mc-bubble-wave-4056 3s ease-in-out infinite;\n        }\n        \n        .mc-wave-4056 .mc-bubble-1 {\n            width: 8px;\n            height: 8px;\n            left: 20%;\n            bottom: 5px;\n            animation-delay: 0s;\n        }\n        .mc-wave-4056 .mc-bubble-2 {\n            width: 5px;\n            height: 5px;\n            left: 40%;\n            bottom: 12px;\n            animation-delay: 1s;\n        }\n        .mc-wave-4056 .mc-bubble-3 {\n            width: 10px;\n            height: 10px;\n            left: 65%;\n            bottom: 3px;\n            animation-delay: 0.5s;\n        }\n        .mc-wave-4056 .mc-bubble-4 {\n            width: 4px;\n            height: 4px;\n            left: 80%;\n            bottom: 10px;\n            animation-delay: 2s;\n        }\n        \n        @keyframes mc-bubble-wave-4056 {\n            0%, 100% { transform: translateY(0) scale(1); opacity: 0.6; }\n            50% { transform: translateY(-12px) scale(1.3); opacity: 0.2; }\n        }\n        \n        \/* \u592a\u9633\u88c5\u9970 *\/\n        .mc-wave-4056 .mc-sun {\n            position: absolute;\n            top: -20px;\n            right: -20px;\n            width: 90px;\n            height: 90px;\n            border-radius: 50%;\n            background: var(--mc-sun);\n            opacity: 0.5;\n            pointer-events: none;\n            z-index: 0;\n            animation: mc-sun-wave-4056 8s ease-in-out infinite;\n        }\n        \n        @keyframes mc-sun-wave-4056 {\n            0%, 100% { transform: scale(1); opacity: 0.45; }\n            50% { transform: scale(1.1); opacity: 0.55; }\n        }\n        \n        \/* \u5185\u5bb9\u533a\u57df *\/\n        .mc-wave-4056 .mc-content {\n            position: relative;\n            z-index: 1;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 0.8rem;\n        }\n        \n        \/* \u97f3\u7b26\u56fe\u6807 *\/\n        .mc-wave-4056 .mc-icon {\n            width: 72px;\n            height: 72px;\n            border-radius: 50%;\n            background: var(--mc-icon-bg);\n            border: 2px solid var(--mc-icon-border);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--mc-icon-color);\n            transition: transform 0.3s ease;\n            backdrop-filter: blur(4px);\n            -webkit-backdrop-filter: blur(4px);\n        }\n        \n        .mc-wave-4056 .mc-card:hover .mc-icon {\n            transform: rotate(-5deg) scale(1.05);\n        }\n        \n        \/* \u6b4c\u624b *\/\n        .mc-wave-4056 .mc-artist {\n            font-size: 1rem;\n            font-weight: 500;\n            color: var(--mc-artist);\n            letter-spacing: 0.5px;\n        }\n        \n        \/* \u6b4c\u66f2\u540d *\/\n        .mc-wave-4056 .mc-song {\n            font-size: 1.9rem;\n            font-weight: 700;\n            line-height: 1.3;\n        }\n        \n        .mc-wave-4056 .mc-song a {\n            color: var(--mc-song);\n            text-decoration: none;\n            transition: color 0.3s ease;\n            position: relative;\n        }\n        \n        .mc-wave-4056 .mc-song a::after {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 100%;\n            height: 2px;\n            background: var(--mc-song-hover);\n            transform: scaleX(0);\n            transition: transform 0.3s ease;\n            transform-origin: right;\n        }\n        \n        .mc-wave-4056 .mc-song a:hover {\n            color: var(--mc-song-hover);\n        }\n        \n        .mc-wave-4056 .mc-song a:hover::after {\n            transform: scaleX(1);\n            transform-origin: left;\n        }\n        \n        \/* \u6a58\u5b50\u88c5\u9970\u70b9 *\/\n        .mc-wave-4056 .mc-dots {\n            display: flex;\n            gap: 6px;\n            margin-top: 0.2rem;\n        }\n        \n        .mc-wave-4056 .mc-dot {\n            width: 5px;\n            height: 5px;\n            border-radius: 50%;\n            background: var(--mc-dot);\n            animation: mc-dot-wave-4056 2s ease-in-out infinite;\n        }\n        \n        .mc-wave-4056 .mc-dot:nth-child(2) {\n            animation-delay: 0.3s;\n        }\n        .mc-wave-4056 .mc-dot:nth-child(3) {\n            animation-delay: 0.6s;\n        }\n        \n        @keyframes mc-dot-wave-4056 {\n            0%, 100% { opacity: 0.4; transform: translateY(0); }\n            50% { opacity: 0.8; transform: translateY(-3px); }\n        }\n        \n        @media (max-width: 500px) {\n            .mc-wave-4056 .mc-card {\n                padding: 1.8rem 1.2rem 2.4rem;\n            }\n            .mc-wave-4056 .mc-song {\n                font-size: 1.5rem;\n            }\n            .mc-wave-4056 .mc-icon {\n                width: 60px;\n                height: 60px;\n            }\n        }\n    <\/style>\n    \n    <div class=\"mc-wave-4056\">\n        <div class=\"mc-card\">\n            <!-- \u6d77\u6d6a\u80cc\u666f -->\n            <div class=\"mc-waves\">\n                <div class=\"mc-wave mc-wave-1\"><\/div>\n                <div class=\"mc-wave mc-wave-2\"><\/div>\n                <div class=\"mc-wave mc-wave-3\"><\/div>\n            <\/div>\n            \n            <!-- \u6c14\u6ce1 -->\n            <div class=\"mc-bubbles\">\n                <div class=\"mc-bubble mc-bubble-1\"><\/div>\n                <div class=\"mc-bubble mc-bubble-2\"><\/div>\n                <div class=\"mc-bubble mc-bubble-3\"><\/div>\n                <div class=\"mc-bubble mc-bubble-4\"><\/div>\n            <\/div>\n            \n            <!-- \u592a\u9633 -->\n            <div class=\"mc-sun\"><\/div>\n            \n            <!-- \u5185\u5bb9 -->\n            <div class=\"mc-content\">\n                <div class=\"mc-icon\">\n                    <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M9 18V5l12-2v13\"\/>\n                        <circle cx=\"6\" cy=\"18\" r=\"3\"\/>\n                        <circle cx=\"18\" cy=\"16\" r=\"3\"\/>\n                    <\/svg>\n                <\/div>\n                \n                <div class=\"mc-artist\">Earth, Wind &amp; Fire<\/div>\n                \n                <div class=\"mc-song\">\n                    <a href=\"https:\/\/music.163.com\/#\/song?id=17676439\" target=\"_blank\" rel=\"noopener noreferrer\">\n                        Sing a Song                    <\/a>\n                <\/div>\n                \n                <div class=\"mc-dots\">\n                    <span class=\"mc-dot\"><\/span>\n                    <span class=\"mc-dot\"><\/span>\n                    <span class=\"mc-dot\"><\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n","protected":false},"excerpt":{"rendered":"<p>Sing a Song-Earth, Wind &#038; Fire<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[82],"class_list":["post-3764","post","type-post","status-publish","format-standard","hentry","category-aday","tag-82"],"_links":{"self":[{"href":"https:\/\/cybertamin.xin\/index.php?rest_route=\/wp\/v2\/posts\/3764","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cybertamin.xin\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cybertamin.xin\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cybertamin.xin\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cybertamin.xin\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3764"}],"version-history":[{"count":2,"href":"https:\/\/cybertamin.xin\/index.php?rest_route=\/wp\/v2\/posts\/3764\/revisions"}],"predecessor-version":[{"id":3781,"href":"https:\/\/cybertamin.xin\/index.php?rest_route=\/wp\/v2\/posts\/3764\/revisions\/3781"}],"wp:attachment":[{"href":"https:\/\/cybertamin.xin\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3764"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cybertamin.xin\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3764"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cybertamin.xin\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3764"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}