{"id":207,"url":"https:\/\/web.daaee.cn\/login.php","title":"\u7f51\u5740\u5bfc\u822a\u7cfb\u7edf - \u767b\u5f55","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>\u7f51\u5740\u5bfc\u822a\u7cfb\u7edf - \u767b\u5f55<\/title>\n        <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n        <style>\n            * { margin: 0; padding: 0; box-sizing: border-box; }\n            body {\n                font-family: Arial, sans-serif;\n                background: linear-gradient(135deg, #0a0e17 0%, #050811 100%);\n                color: white;\n                min-height: 100vh;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n            }\n            .login-container {\n                width: 100%;\n                max-width: 400px;\n                padding: 20px;\n            }\n            .login-box {\n                background: rgba(16, 23, 41, 0.9);\n                border-radius: 10px;\n                padding: 40px;\n                border: 1px solid rgba(0, 212, 255, 0.2);\n                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\n            }\n            h2 {\n                text-align: center;\n                margin-bottom: 30px;\n                color: #00d4ff;\n                font-size: 24px;\n            }\n            .form-group {\n                margin-bottom: 20px;\n            }\n            label {\n                display: block;\n                margin-bottom: 8px;\n                color: #a0aec0;\n            }\n            input {\n                width: 100%;\n                padding: 12px 15px;\n                background: rgba(255, 255, 255, 0.1);\n                border: 1px solid rgba(255, 255, 255, 0.2);\n                border-radius: 5px;\n                color: white;\n                font-size: 16px;\n            }\n            input:focus {\n                outline: none;\n                border-color: #00d4ff;\n            }\n            button {\n                width: 100%;\n                padding: 12px;\n                background: linear-gradient(90deg, #00d4ff, #0099ff);\n                border: none;\n                border-radius: 5px;\n                color: white;\n                font-size: 16px;\n                font-weight: bold;\n                cursor: pointer;\n                margin-top: 10px;\n            }\n            button:hover {\n                opacity: 0.9;\n            }\n            .error {\n                background: rgba(255, 71, 87, 0.1);\n                border: 1px solid rgba(255, 71, 87, 0.3);\n                color: #ff4757;\n                padding: 10px;\n                border-radius: 5px;\n                margin-bottom: 20px;\n                text-align: center;\n            }\n            .footer {\n                text-align: center;\n                margin-top: 30px;\n                color: #a0aec0;\n                font-size: 14px;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"login-container\">\n            <div class=\"login-box\">\n                <h2><i class=\"fas fa-user-astronaut\"><\/i> \u7f51\u5740\u5bfc\u822a\u7cfb\u7edf<\/h2>\n                \n                                \n                <form method=\"POST\">\n                    <input type=\"hidden\" name=\"action\" value=\"login\">\n                    <div class=\"form-group\">\n                        <label for=\"username\">\u7528\u6237\u540d<\/label>\n                        <input type=\"text\" id=\"username\" name=\"username\" required autofocus>\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\">\u767b\u5f55<\/button>\n                <\/form>\n                \n                <div class=\"footer\">\n                    <p>\u9ed8\u8ba4\u8d26\u53f7: admin \/ admin123<\/p>\n                    <p>\u5355\u6587\u4ef6\u5bfc\u822a\u7cfb\u7edf<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/body>\n    <\/html>\n    "}