{"id":1385,"date":"2026-05-12T09:00:00","date_gmt":"2026-05-12T01:00:00","guid":{"rendered":"https:\/\/www.365ycs.com\/?p=1385"},"modified":"2026-05-14T15:15:58","modified_gmt":"2026-05-14T07:15:58","slug":"%e8%87%b4%e6%95%ac%e6%9c%80%e7%be%8e%e7%9a%84%e7%99%bd%e8%a1%a3%e5%a4%a9%e4%bd%bf","status":"publish","type":"post","link":"https:\/\/www.365ycs.com\/index.php\/2026\/05\/12\/%e8%87%b4%e6%95%ac%e6%9c%80%e7%be%8e%e7%9a%84%e7%99%bd%e8%a1%a3%e5%a4%a9%e4%bd%bf\/","title":{"rendered":"\u81f4\u656c\u6700\u7f8e\u7684\u767d\u8863\u5929\u4f7f"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>5\u670812\u65e5\u62a4\u58eb\u8282 &#8211; \u81f4\u656c\u767d\u8863\u5929\u4f7f<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Microsoft YaHei', Arial, sans-serif;\n            background: linear-gradient(135deg, #e3f2fd 0%, #f5f5f5 100%);\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 20px;\n        }\n\n        .container {\n            max-width: 900px;\n            width: 100%;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);\n            overflow: hidden;\n            animation: fadeIn 1s ease-in;\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .header {\n            background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%);\n            color: white;\n            padding: 60px 40px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::before {\n            content: '\u2764\ufe0f';\n            position: absolute;\n            font-size: 200px;\n            opacity: 0.1;\n            top: -50px;\n            right: -30px;\n            animation: heartbeat 1.5s ease-in-out infinite;\n        }\n\n        @keyframes heartbeat {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n        }\n\n        .header h1 {\n            font-size: 3em;\n            margin-bottom: 10px;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);\n        }\n\n        .header .subtitle {\n            font-size: 1.5em;\n            opacity: 0.95;\n        }\n\n        .date-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 10px 30px;\n            border-radius: 50px;\n            margin-top: 20px;\n            font-size: 1.2em;\n            backdrop-filter: blur(10px);\n        }\n\n        .content {\n            padding: 50px 40px;\n        }\n\n        .section {\n            margin-bottom: 40px;\n        }\n\n        .section h2 {\n            color: #1976d2;\n            font-size: 2em;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 3px solid #42a5f5;\n        }\n\n        .section p {\n            font-size: 1.1em;\n            line-height: 1.8;\n            color: #333;\n            margin-bottom: 15px;\n        }\n\n        .nurse-icon {\n            font-size: 4em;\n            text-align: center;\n            margin: 30px 0;\n            animation: float 3s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n\n        .quotes {\n            background: #f5f5f5;\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            border-left: 5px solid #1976d2;\n        }\n\n        .quotes p {\n            font-style: italic;\n            color: #555;\n            font-size: 1.05em;\n        }\n\n        .quotes .author {\n            text-align: right;\n            margin-top: 15px;\n            color: #1976d2;\n            font-weight: bold;\n        }\n\n        .appreciation {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n\n        .appreciation-card {\n            background: linear-gradient(135deg, #e3f2fd 0%, #fff 100%);\n            padding: 25px;\n            border-radius: 10px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .appreciation-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\n        }\n\n        .appreciation-card .icon {\n            font-size: 3em;\n            margin-bottom: 15px;\n        }\n\n        .appreciation-card h3 {\n            color: #1976d2;\n            margin-bottom: 10px;\n        }\n\n        .appreciation-card p {\n            font-size: 0.95em;\n            color: #666;\n        }\n\n        .footer {\n            background: #1976d2;\n            color: white;\n            text-align: center;\n            padding: 30px;\n            font-size: 1.1em;\n        }\n\n        .footer p {\n            margin: 5px 0;\n        }\n\n        @media (max-width: 768px) {\n            .header h1 {\n                font-size: 2em;\n            }\n            \n            .header .subtitle {\n                font-size: 1.2em;\n            }\n\n            .content {\n                padding: 30px 20px;\n            }\n\n            .section h2 {\n                font-size: 1.5em;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>\ud83c\udf38 5\u670812\u65e5\u62a4\u58eb\u8282 \ud83c\udf38<\/h1>\n            <div class=\"subtitle\">\u81f4\u656c\u6700\u7f8e\u7684\u767d\u8863\u5929\u4f7f<\/div>\n            <div class=\"date-badge\">International Nurses Day<\/div>\n        <\/div>\n\n        <div class=\"content\">\n            <div class=\"nurse-icon\">\ud83d\udc69\u2695\ufe0f<\/div>\n\n            <div class=\"section\">\n                <h2>\u8282\u65e5\u7531\u6765<\/h2>\n                <p>5\u670812\u65e5\u662f\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u8fd9\u4e00\u5929\u662f\u8fd1\u4ee3\u62a4\u7406\u5b66\u548c\u62a4\u7406\u6559\u80b2\u7684\u521b\u59cb\u4eba\u5f17\u6d1b\u4f26\u65af\u00b7\u5357\u4e01\u683c\u5c14\u7684\u8bde\u8fb0\u65e5\u3002\u62a4\u58eb\u8282\u65e8\u5728\u7eaa\u5ff5\u5357\u4e01\u683c\u5c14\u5bf9\u62a4\u7406\u4e8b\u4e1a\u6240\u4f5c\u7684\u8d21\u732e\uff0c\u5f18\u626c\u65e0\u79c1\u5949\u732e\u7684\u5357\u4e01\u683c\u5c14\u7cbe\u795e\u3002<\/p>\n                <p>\u6bcf\u5e74\u7684\u8fd9\u4e00\u5929\uff0c\u4e16\u754c\u5404\u5730\u90fd\u4f1a\u4e3e\u884c\u5404\u79cd\u6d3b\u52a8\uff0c\u5411\u8f9b\u52e4\u5de5\u4f5c\u7684\u62a4\u58eb\u4eec\u8868\u8fbe\u656c\u610f\u548c\u611f\u8c22\u3002<\/p>\n            <\/div>\n\n            <div class=\"quotes\">\n                <p>&#8220;\u62a4\u7406\u5de5\u4f5c\u662f\u5e73\u51e1\u7684\u5de5\u4f5c\uff0c\u7136\u800c\u62a4\u7406\u4eba\u5458\u5374\u7528\u771f\u8bda\u7684\u7231\u53bb\u629a\u5e73\u75c5\u4eba\u5fc3\u7075\u7684\u521b\u4f24\uff0c\u7528\u706b\u4e00\u6837\u7684\u70ed\u60c5\u53bb\u70b9\u71c3\u60a3\u8005\u6218\u80dc\u75be\u75c5\u7684\u52c7\u6c14\u3002&#8221;<\/p>\n                <div class=\"author\">\u2014\u2014 \u5f17\u6d1b\u4f26\u65af\u00b7\u5357\u4e01\u683c\u5c14<\/div>\n            <\/div>\n\n            <div class=\"section\">\n                <h2>\u81f4\u656c\u767d\u8863\u5929\u4f7f<\/h2>\n                <p>\u62a4\u58eb\uff0c\u662f\u533b\u7597\u4f53\u7cfb\u4e2d\u4e0d\u53ef\u6216\u7f3a\u7684\u91cd\u8981\u529b\u91cf\u3002\u4ed6\u4eec\u7528\u7231\u5fc3\u3001\u8010\u5fc3\u3001\u7ec6\u5fc3\u548c\u8d23\u4efb\u5fc3\uff0c\u5b88\u62a4\u7740\u6bcf\u4e00\u4e2a\u751f\u547d\uff0c\u6e29\u6696\u7740\u6bcf\u4e00\u4f4d\u60a3\u8005\u3002<\/p>\n                <p>\u7279\u522b\u662f\u5728\u8fd1\u5e74\u6765\u9762\u5bf9\u5404\u79cd\u7a81\u53d1\u516c\u5171\u536b\u751f\u4e8b\u4ef6\u65f6\uff0c\u5e7f\u5927\u62a4\u58eb\u633a\u8eab\u800c\u51fa\uff0c\u9006\u884c\u800c\u4e0a\uff0c\u7528\u5b9e\u9645\u884c\u52a8\u8be0\u91ca\u4e86&#8221;\u656c\u4f51\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586&#8221;\u7684\u804c\u4e1a\u7cbe\u795e\u3002<\/p>\n            <\/div>\n\n            <div class=\"appreciation\">\n                <div class=\"appreciation-card\">\n                    <div class=\"icon\">\ud83d\udc9d<\/div>\n                    <h3>\u7231\u5fc3\u5b88\u62a4<\/h3>\n                    <p>\u7528\u6e29\u6696\u7684\u53cc\u624b\u548c\u5173\u7231\u7684\u5fc3\uff0c\u4e3a\u60a3\u8005\u5e26\u6765\u5e0c\u671b\u548c\u529b\u91cf<\/p>\n                <\/div>\n                <div class=\"appreciation-card\">\n                    <div class=\"icon\">\ud83c\udfe5<\/div>\n                    <h3>\u4e13\u4e1a\u5949\u732e<\/h3>\n                    <p>\u4ee5\u4e13\u4e1a\u7684\u6280\u80fd\u548c\u656c\u4e1a\u7684\u7cbe\u795e\uff0c\u5b88\u62a4\u7740\u751f\u547d\u7684\u6bcf\u4e00\u523b<\/p>\n                <\/div>\n                <div class=\"appreciation-card\">\n                    <div class=\"icon\">\ud83c\udf1f<\/div>\n                    <h3>\u70b9\u4eae\u751f\u547d<\/h3>\n                    <p>\u5728\u75c5\u75db\u7684\u9ed1\u6697\u4e2d\uff0c\u7528\u5fae\u7b11\u548c\u5173\u6000\u70b9\u4eae\u60a3\u8005\u5fc3\u4e2d\u7684\u5149<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"section\">\n                <h2>\u8282\u65e5\u795d\u798f<\/h2>\n                <p>\u5728\u8fd9\u4e2a\u7279\u6b8a\u7684\u65e5\u5b50\u91cc\uff0c\u8ba9\u6211\u4eec\u5411\u6240\u6709\u62a4\u58eb\u81f4\u4ee5\u6700\u5d07\u9ad8\u7684\u656c\u610f\uff01<\/p>\n                <p>\u611f\u8c22\u4f60\u4eec\u7684\u8f9b\u52e4\u4ed8\u51fa\uff0c\u611f\u8c22\u4f60\u4eec\u7684\u9ed8\u9ed8\u5949\u732e\uff0c\u611f\u8c22\u4f60\u4eec\u7528\u751f\u547d\u5b88\u62a4\u751f\u547d\uff01<\/p>\n                <p style=\"text-align: center; font-size: 1.3em; color: #1976d2; margin-top: 30px;\">\n                    <strong>\u795d\u5168\u4f53\u62a4\u58eb\u8282\u65e5\u5feb\u4e50\uff01\u8eab\u4f53\u5065\u5eb7\uff01\u5de5\u4f5c\u987a\u5229\uff01<\/strong>\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"footer\">\n            <p>\ud83c\udf38 5\u670812\u65e5\u62a4\u58eb\u8282 \ud83c\udf38<\/p>\n            <p>\u5411\u6bcf\u4e00\u4f4d\u767d\u8863\u5929\u4f7f\u81f4\u656c<\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u6dfb\u52a0\u4e00\u4e9b\u4ea4\u4e92\u6548\u679c\n        document.addEventListener('DOMContentLoaded', function() {\n            const cards = document.querySelectorAll('.appreciation-card');\n            cards.forEach(card => {\n                card.addEventListener('click', function() {\n                    this.style.transform = 'scale(0.95)';\n                    setTimeout(() => {\n                        this.style.transform = '';\n                    }, 200);\n                });\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>5\u670812\u65e5\u62a4\u58eb\u8282 &#8211; \u81f4\u656c\u767d\u8863\u5929\u4f7f \ud83c\udf38 5\u670812\u65e5\u62a4\u58eb\u8282 \ud83c\udf38 \u81f4\u656c\u6700\u7f8e\u7684\u767d\u8863\u5929\u4f7f Internat [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1528,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-1385","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-10"],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/posts\/1385","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/comments?post=1385"}],"version-history":[{"count":2,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/posts\/1385\/revisions"}],"predecessor-version":[{"id":1529,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/posts\/1385\/revisions\/1529"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/media\/1528"}],"wp:attachment":[{"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/media?parent=1385"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/categories?post=1385"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/tags?post=1385"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}