优化又用户登录和注册页面

This commit is contained in:
hdm 2022-06-14 17:43:22 +08:00
parent 70a936aa10
commit 7e22bed507
4 changed files with 16 additions and 22 deletions

View File

@ -12,7 +12,7 @@
body {
width: 100%;
height: 100%;
background: #34a853;
background: #EAF3FF;
margin: 0;
padding: 0;
border: 0;
@ -28,19 +28,15 @@
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
#container {
width: 100%;
#container {width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999;
overflow: hidden;
background: url({__IMG__}/bg.png);
background-size: cover;
background: url("{__ADMIN__}/images/bg_pattern.png"),
-webkit-linear-gradient(to left, #34a853, #4285f4);
background: url("{__ADMIN__}/images/bg_pattern.png"),
linear-gradient(to left, #34a853, #4285f4);
}
.login {
@ -63,7 +59,8 @@
}
.login-img {
width: 420px;
width: 436px;
height:492px;
border-radius: 12px 0 0 12px;
}
@ -162,7 +159,7 @@
bottom: 28px;
text-align: center;
width: 100%;
color: #d3e8fa;
color: #458BF3;
}
</style>
</head>
@ -170,7 +167,7 @@
<body>
<div id="container">
<div class="login">
<img src="{__IMG__}/login_img.png" class="login-img">
<img src="{__IMG__}/login_img.jpg" class="login-img">
<div class="right-wrap">
<div class="login-logo"><a href="/"><img src="{__IMG__}/login_logo.png"></a></div>
<div class="login-wrap">
@ -212,7 +209,7 @@
</div>
<div class="foot">
{:get_system_config('web','copyright')} <a id="beian" href="//www.beian.miit.gov.cn" target="_blank"
rel="nofollow" style="margin-left: 15px;color:#d3e8fa;">{:get_system_config('web','icp')}</a>Powered by GouguCMS
rel="nofollow" style="margin-left: 12px;color:#458BF3">{:get_system_config('web','icp')}</a>Powered by GouguCMS
</div>
</div>
<script language="javascript" src="{__JS__}/jquery.min.js"></script>

View File

@ -12,7 +12,7 @@
body {
width: 100%;
height: 100%;
background: #34a853;
background: #EAF3FF;
margin: 0;
padding: 0;
border: 0;
@ -28,19 +28,15 @@
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
#container {
width: 100%;
#container {width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999;
overflow: hidden;
background: url({__IMG__}/bg.png);
background-size: cover;
background: url("{__ADMIN__}/images/bg_pattern.png"),
-webkit-linear-gradient(to left, #34a853, #4285f4);
background: url("{__ADMIN__}/images/bg_pattern.png"),
linear-gradient(to left, #34a853, #4285f4);
}
.login {
@ -63,7 +59,8 @@
}
.login-img {
width: 420px;
width: 436px;
height:492px;
border-radius: 12px 0 0 12px;
}
@ -162,7 +159,7 @@
bottom: 28px;
text-align: center;
width: 100%;
color: #d3e8fa;
color: #458BF3;
}
</style>
</head>
@ -170,7 +167,7 @@
<body>
<div id="container">
<div class="login">
<img src="{__IMG__}/login_img.png" class="login-img">
<img src="{__IMG__}/login_img.jpg" class="login-img">
<div class="right-wrap">
<div class="login-logo"><a href="/"><img src="{__IMG__}/login_logo.png"></a></div>
<div class="login-wrap">
@ -215,7 +212,7 @@
</div>
<div class="foot">
{:get_system_config('web','copyright')} <a id="beian" href="//www.beian.miit.gov.cn" target="_blank"
rel="nofollow" style="margin-left: 15px;color:#d3e8fa;">{:get_system_config('web','icp')}</a>Powered by GouguCMS
rel="nofollow" style="margin-left: 12px;color:#458BF3">{:get_system_config('web','icp')}</a>Powered by GouguCMS
</div>
</div>
<script language="javascript" src="{__JS__}/jquery.min.js"></script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB