v1
This commit is contained in:
@@ -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="" />
|
||||
|
||||
Reference in New Issue
Block a user