回滚页面样式

This commit is contained in:
2026-04-27 04:42:00 +08:00
parent 854f364bfd
commit afdda9fa14
5 changed files with 5 additions and 391 deletions

View File

@@ -26,8 +26,7 @@ if (isset($_SESSION['user_id']) && isset($_SESSION['user_type'])) {
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<meta name="theme-color" content="#667eea">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title><?php echo SITE_NAME; ?> - 登录</title>
<link rel="stylesheet" href="/assets/css/style.css">
</head>