This commit is contained in:
2025-06-13 17:23:16 +08:00
parent 3150ba80bc
commit 1b72f51e4a
55 changed files with 3894 additions and 310 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
@@ -9,11 +9,15 @@
<link rel="stylesheet" href="/statics/component/pear/css/pear.css" />
<link rel="stylesheet" href="/statics/admin/css/other/login.css" />
<link rel="stylesheet" href="/statics/admin/css/variables.css" />
<script>if (window.self != window.top) { top.location.reload(); }</script>
<script>
if (window.self !== window.top) {
top.location.reload();
}
</script>
</head>
<body>
<div class="login-page" style="background-image: url(/statics/admin/images/background.svg)">
<div class="login-page" style="background-image: url('/statics/admin/images/background.svg')">
<div class="layui-row">
<div class="layui-col-sm6 login-bg layui-hide-xs">
<img class="login-bg-img" src="/statics/admin/images/banner.png" alt="" />