{"id":173,"url":"https:\/\/web.daaee.cn\/.\/bak\/family_trees.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        }\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        }\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        }\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        }\n        .btn-danger {\n            background: #f44336;\n        }\n        .btn-secondary {\n            background: #777;\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        textarea {\n            width: 100%;\n            padding: 8px;\n            border: 1px solid #ddd;\n            border-radius: 4px;\n        }\n        textarea {\n            min-height: 100px;\n        }\n        .actions {\n            margin-top: 10px;\n        }\n        .actions a {\n            margin-right: 10px;\n            color: #4CAF50;\n            text-decoration: none;\n        }\n        .tree-node {\n            margin: 10px 0;\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        }\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        }\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        @media (max-width: 768px) {\n            .detail-row {\n                flex-direction: column;\n            }\n            .detail-label {\n                width: 100%;\n                margin-bottom: 5px;\n            }\n            .tree-node {\n                margin-left: 10px !important;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        \n                \n        \n                        <div class=\"login-form\">\n                    <h2>\u767b\u5f55<\/h2>\n                    <form method=\"POST\">\n                        <div class=\"form-group\">\n                            <label for=\"username\">\u7528\u6237\u540d:<\/label>\n                            <input type=\"text\" id=\"username\" name=\"username\" required>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"password\">\u5bc6\u7801:<\/label>\n                            <input type=\"password\" id=\"password\" name=\"password\" required>\n                        <\/div>\n                        <button type=\"submit\" class=\"btn\">\u767b\u5f55<\/button>\n                    <\/form>\n                    <p>\u9ed8\u8ba4\u8d26\u53f7: admin \/ admin123<\/p>\n                <\/div>\n                    <\/div>\n<\/body>\n<\/html>"}