优化又用户登录和注册页面
This commit is contained in:
parent
70a936aa10
commit
7e22bed507
@ -12,7 +12,7 @@
|
|||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #34a853;
|
background: #EAF3FF;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -28,19 +28,15 @@
|
|||||||
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {width: 100%;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background: url({__IMG__}/bg.png);
|
||||||
background-size: cover;
|
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 {
|
.login {
|
||||||
@ -63,7 +59,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.login-img {
|
.login-img {
|
||||||
width: 420px;
|
width: 436px;
|
||||||
|
height:492px;
|
||||||
border-radius: 12px 0 0 12px;
|
border-radius: 12px 0 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -162,7 +159,7 @@
|
|||||||
bottom: 28px;
|
bottom: 28px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #d3e8fa;
|
color: #458BF3;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@ -170,7 +167,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div class="login">
|
<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="right-wrap">
|
||||||
<div class="login-logo"><a href="/"><img src="{__IMG__}/login_logo.png"></a></div>
|
<div class="login-logo"><a href="/"><img src="{__IMG__}/login_logo.png"></a></div>
|
||||||
<div class="login-wrap">
|
<div class="login-wrap">
|
||||||
@ -212,7 +209,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="foot">
|
<div class="foot">
|
||||||
{:get_system_config('web','copyright')} <a id="beian" href="//www.beian.miit.gov.cn" target="_blank"
|
{: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>
|
||||||
</div>
|
</div>
|
||||||
<script language="javascript" src="{__JS__}/jquery.min.js"></script>
|
<script language="javascript" src="{__JS__}/jquery.min.js"></script>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #34a853;
|
background: #EAF3FF;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -28,19 +28,15 @@
|
|||||||
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {width: 100%;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background: url({__IMG__}/bg.png);
|
||||||
background-size: cover;
|
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 {
|
.login {
|
||||||
@ -63,7 +59,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.login-img {
|
.login-img {
|
||||||
width: 420px;
|
width: 436px;
|
||||||
|
height:492px;
|
||||||
border-radius: 12px 0 0 12px;
|
border-radius: 12px 0 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -162,7 +159,7 @@
|
|||||||
bottom: 28px;
|
bottom: 28px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #d3e8fa;
|
color: #458BF3;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@ -170,7 +167,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div class="login">
|
<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="right-wrap">
|
||||||
<div class="login-logo"><a href="/"><img src="{__IMG__}/login_logo.png"></a></div>
|
<div class="login-logo"><a href="/"><img src="{__IMG__}/login_logo.png"></a></div>
|
||||||
<div class="login-wrap">
|
<div class="login-wrap">
|
||||||
@ -215,7 +212,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="foot">
|
<div class="foot">
|
||||||
{:get_system_config('web','copyright')} <a id="beian" href="//www.beian.miit.gov.cn" target="_blank"
|
{: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>
|
||||||
</div>
|
</div>
|
||||||
<script language="javascript" src="{__JS__}/jquery.min.js"></script>
|
<script language="javascript" src="{__JS__}/jquery.min.js"></script>
|
||||||
|
BIN
public/static/home/images/login_img.jpg
Normal file
BIN
public/static/home/images/login_img.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Binary file not shown.
Before Width: | Height: | Size: 247 KiB |
Loading…
x
Reference in New Issue
Block a user