{"id":86,"url":"https:\/\/web.daaee.cn\/.\/bak\/wu0.php","title":"\u6811\u72b6\u5bb6\u8c31\u7cfb\u7edf","content":"<!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>\u6811\u72b6\u5bb6\u8c31\u7cfb\u7edf<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        body {\n            font-family: 'Microsoft YaHei', sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f4f4;\n            padding: 20px;\n            display: flex;\n            flex-direction: column;\n            min-height: 100vh;\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 0 10px rgba(0,0,0,0.1);\n            flex: 1;\n        }\n        header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 1px solid #eee;\n            flex-wrap: wrap;\n        }\n        .header-left {\n            display: flex;\n            align-items: center;\n            flex-wrap: wrap;\n            flex: 1;\n        }\n        .header-right {\n            display: flex;\n            align-items: center;\n        }\n        h1, h2, h3 {\n            color: #333;\n            margin-bottom: 15px;\n        }\n        .btn {\n            display: inline-block;\n            padding: 8px 16px;\n            background: #4CAF50;\n            color: white;\n            text-decoration: none;\n            border-radius: 4px;\n            border: none;\n            cursor: pointer;\n            font-size: 14px;\n            margin: 5px 5px 5px 0;\n        }\n        .btn-danger {\n            background: #f44336;\n        }\n        .btn-secondary {\n            background: #777;\n        }\n        .btn-info {\n            background: #2196F3;\n        }\n        .form-group {\n            margin-bottom: 15px;\n        }\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: bold;\n        }\n        input[type=\"text\"],\n        input[type=\"date\"],\n        input[type=\"password\"],\n        input[type=\"search\"],\n        textarea {\n            padding: 8px;\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            font-size: 16px;\n        }\n        textarea {\n            min-height: 100px;\n        }\n        .actions {\n            margin-top: 10px;\n        }\n        .tree-node {\n            margin: 10px 0;\n            position: relative;\n        }\n        .person-card {\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            padding: 15px;\n            background: white;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n            position: relative;\n            z-index: 2;\n        }\n        .children-container {\n            position: relative;\n            margin-left: 40px;\n            padding-left: 20px;\n        }\n        .children-line {\n            position: absolute;\n            left: 0;\n            top: 0;\n            bottom: 0;\n            width: 2px;\n            background-color: #4CAF50;\n            z-index: 1;\n        }\n        .children-nodes {\n            display: flex;\n            flex-direction: column;\n            position: relative;\n        }\n        .children-nodes::before {\n            content: '';\n            position: absolute;\n            left: -20px;\n            top: -10px;\n            height: 20px;\n            width: 20px;\n            border-left: 2px solid #4CAF50;\n            border-bottom: 2px solid #4CAF50;\n            border-bottom-left-radius: 8px;\n        }\n        .alert {\n            padding: 10px;\n            margin-bottom: 15px;\n            border-radius: 4px;\n        }\n        .alert-error {\n            background: #ffebee;\n            color: #c62828;\n            border: 1px solid #ef9a9a;\n        }\n        .alert-success {\n            background: #e8f5e9;\n            color: #2e7d32;\n            border: 1px solid #a5d6a7;\n        }\n        .login-form {\n            max-width: 400px;\n            margin: 50px auto;\n            padding: 20px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 0 10px rgba(0,0,0,0.1);\n        }\n        .login-form h2 {\n            text-align: center;\n            margin-bottom: 20px;\n        }\n        .person-details {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n        .person-details h2 {\n            border-bottom: 2px solid #4CAF50;\n            padding-bottom: 10px;\n            margin-bottom: 20px;\n        }\n        .detail-row {\n            margin-bottom: 15px;\n            display: flex;\n            flex-wrap: wrap;\n        }\n        .detail-label {\n            font-weight: bold;\n            width: 100px;\n            flex-shrink: 0;\n        }\n        .detail-value {\n            flex-grow: 1;\n        }\n        .login-note {\n            text-align: center;\n            margin-top: 20px;\n            padding: 10px;\n            background: #e3f2fd;\n            border-radius: 4px;\n        }\n        .search-form {\n            display: flex;\n            margin: 15px 0;\n            max-width: 400px;\n        }\n        .search-form input[type=\"search\"] {\n            flex: 1;\n            margin-right: 10px;\n            width: auto;\n        }\n        .search-results {\n            margin-top: 20px;\n        }\n        .search-result-item {\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            padding: 15px;\n            margin-bottom: 10px;\n            background: white;\n        }\n        .announcement {\n            background: #fff8e1;\n            border-left: 4px solid #ffc107;\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 4px;\n        }\n        .announcement h3 {\n            color: #ff9800;\n            margin-top: 0;\n        }\n        .footer {\n            text-align: center;\n            margin-top: 30px;\n            padding: 20px;\n            color: #777;\n            border-top: 1px solid #eee;\n        }\n        @media (max-width: 768px) {\n            .detail-row {\n                flex-direction: column;\n            }\n            .detail-label {\n                width: 100%;\n                margin-bottom: 5px;\n            }\n            .children-container {\n                margin-left: 20px;\n            }\n            .btn {\n                display: block;\n                width: 100%;\n                text-align: center;\n                margin: 5px 0;\n            }\n            header {\n                flex-direction: column;\n                text-align: center;\n            }\n            header h1 {\n                margin-bottom: 10px;\n            }\n            .header-left, .header-right {\n                flex-direction: column;\n                width: 100%;\n            }\n            .search-form {\n                flex-direction: column;\n                max-width: 100%;\n            }\n            .search-form input[type=\"search\"] {\n                margin-right: 0;\n                margin-bottom: 10px;\n                width: 100%;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n                <header>\n            <div class=\"header-left\">\n                <h1>\u6811\u72b6\u5bb6\u8c31\u7cfb\u7edf<\/h1>\n                <form method=\"GET\" action=\"\" class=\"search-form\">\n                    <input type=\"hidden\" name=\"action\" value=\"search\">\n                    <input type=\"search\" name=\"q\" placeholder=\"\u641c\u7d22\u4eba\u7269...\" value=\"\">\n                    <button type=\"submit\" class=\"btn btn-info\">\u641c\u7d22<\/button>\n                <\/form>\n            <\/div>\n            <div class=\"header-right\">\n                <a href=\"?url=https%3A%2F%2Fweb.daaee.cn%2F%3Faction%3Dlogin\" class=\"btn\">\u767b\u5f55<\/a>\n            <\/div>\n        <\/header>\n        \n                \n        \n        <!-- \u7f51\u7ad9\u516c\u544a\u677f -->\n        <div class=\"announcement\">\n            <h3>\u7f51\u7ad9\u516c\u544a<\/h3>\n            <p>\u6b22\u8fce\u4f7f\u7528\u6811\u72b6\u5bb6\u8c31\u7cfb\u7edf\uff01\u672c\u7cfb\u7edf\u652f\u6301\u521b\u5efa\u3001\u7f16\u8f91\u548c\u6d4f\u89c8\u5bb6\u65cf\u6811\u72b6\u7ed3\u6784\u3002<\/p>\n            <p>\u60a8\u53ef\u4ee5\u901a\u8fc7\u641c\u7d22\u529f\u80fd\u67e5\u627e\u7279\u5b9a\u4eba\u7269\uff0c\u767b\u5f55\u540e\u53ef\u4ee5\u6dfb\u52a0\u65b0\u6210\u5458\u6216\u7f16\u8f91\u73b0\u6709\u4fe1\u606f\u3002<\/p>\n            <p>\u5982\u6709\u95ee\u9898\u6216\u5efa\u8bae\uff0c\u8bf7\u8054\u7cfb\u7ba1\u7406\u5458\u3002<\/p>\n        <\/div>\n\n                        <h2>\u5bb6\u8c31\u6811<\/h2>\n                                    <div class=\"login-note\">\n                        <p>\u8bf7<a href=\"?url=https%3A%2F%2Fweb.daaee.cn%2F%3Faction%3Dlogin\">\u767b\u5f55<\/a>\u540e\u6dfb\u52a0\u6216\u4fee\u6539\u5bb6\u8c31\u4fe1\u606f<\/p>\n                    <\/div>\n                                <div class=\"tree\">\n                    <div class=\"tree-node\"><div class=\"person-card\"><h3><a href=\"?url=https%3A%2F%2Fweb.daaee.cn%2F%3Faction%3Dview%26id%3D1\">\u6cf0\u4f2f<\/a><\/h3><p>\u51fa\u751f: 2025-09-03 @ \u897f\u5c90<\/p><p>\u901d\u4e16: 2025-09-03<\/p><\/div><div class=\"children-container\"><div class=\"children-line\"><\/div><div class=\"children-nodes\"><div class=\"tree-node\"><div class=\"person-card\"><h3><a href=\"?url=https%3A%2F%2Fweb.daaee.cn%2F%3Faction%3Dview%26id%3D2\">\u53e4\u516c\u4eb6\u7236<\/a><\/h3><p>\u5b57\u53f7: \u4eb6<\/p><\/div><div class=\"children-container\"><div class=\"children-line\"><\/div><div class=\"children-nodes\"><div class=\"tree-node\"><div class=\"person-card\"><h3><a href=\"?url=https%3A%2F%2Fweb.daaee.cn%2F%3Faction%3Dview%26id%3D3\">\u5b63\u5386<\/a><\/h3><\/div><div class=\"children-container\"><div class=\"children-line\"><\/div><div class=\"children-nodes\"><div class=\"tree-node\"><div class=\"person-card\"><h3><a href=\"?url=https%3A%2F%2Fweb.daaee.cn%2F%3Faction%3Dview%26id%3D5\">\u767e\u5ea6<\/a><\/h3><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"tree-node\"><div class=\"person-card\"><h3><a href=\"?url=https%3A%2F%2Fweb.daaee.cn%2F%3Faction%3Dview%26id%3D4\">\u5eb7\u5b9a<\/a><\/h3><\/div><\/div><\/div><\/div><\/div>                <\/div>\n                        \n        <!-- \u7248\u6743\u4fe1\u606f -->\n        <div class=\"footer\">\n            <p>&copy; 2023 \u6811\u72b6\u5bb6\u8c31\u7cfb\u7edf. \u4fdd\u7559\u6240\u6709\u6743\u5229.<\/p>\n            <p>\u6280\u672f\u652f\u6301: family@example.com<\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>"}