|
@@ -19,7 +19,7 @@
|
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
background-color: #020b1e;
|
|
background-color: #020b1e;
|
|
|
- background-image: url('{:rtrim("__PUBLIC__", "/")}/img/login1.png');
|
|
|
|
|
|
|
+ background-image: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login1.png');
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
background-position: center center;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
@@ -40,7 +40,7 @@
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
width: min(460px, 58vw);
|
|
width: min(460px, 58vw);
|
|
|
height: 64px;
|
|
height: 64px;
|
|
|
- background: url('{:rtrim("__PUBLIC__", "/")}/img/login4.png') no-repeat center center;
|
|
|
|
|
|
|
+ background: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login4.png') no-repeat center center;
|
|
|
background-size: contain;
|
|
background-size: contain;
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
user-select: none;
|
|
user-select: none;
|
|
@@ -77,7 +77,7 @@
|
|
|
width: auto;
|
|
width: auto;
|
|
|
max-width: min(calc((106vh - 85px) * 16 / 9), 78vw);
|
|
max-width: min(calc((106vh - 85px) * 16 / 9), 78vw);
|
|
|
margin-left: clamp(32px, 4vw, 72px);
|
|
margin-left: clamp(32px, 4vw, 72px);
|
|
|
- background: url('{:rtrim("__PUBLIC__", "/")}/img/login3.png') no-repeat center center;
|
|
|
|
|
|
|
+ background: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login3.png') no-repeat center center;
|
|
|
background-size: contain;
|
|
background-size: contain;
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
user-select: none;
|
|
user-select: none;
|
|
@@ -105,7 +105,7 @@
|
|
|
width: 86%;
|
|
width: 86%;
|
|
|
height: 32px;
|
|
height: 32px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
- background: url('{:rtrim("__PUBLIC__", "/")}/img/login5.png') no-repeat center center;
|
|
|
|
|
|
|
+ background: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login5.png') no-repeat center center;
|
|
|
background-size: contain;
|
|
background-size: contain;
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
user-select: none;
|
|
user-select: none;
|
|
@@ -119,7 +119,7 @@
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 15px;
|
|
height: 15px;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
- background: url('{:rtrim("__PUBLIC__", "/")}/img/login6.png') no-repeat center 54%;
|
|
|
|
|
|
|
+ background: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login6.png') no-repeat center 54%;
|
|
|
background-size: 100% auto;
|
|
background-size: 100% auto;
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
user-select: none;
|
|
user-select: none;
|
|
@@ -387,17 +387,5 @@
|
|
|
</footer>
|
|
</footer>
|
|
|
|
|
|
|
|
{include file="common/script" /}
|
|
{include file="common/script" /}
|
|
|
-<script>
|
|
|
|
|
- (function () {
|
|
|
|
|
- var $form = $('#login-form');
|
|
|
|
|
- $('#btn-login-reset').on('click', function () {
|
|
|
|
|
- $form[0].reset();
|
|
|
|
|
- $('#errtips').addClass('hide').empty();
|
|
|
|
|
- });
|
|
|
|
|
- $('#btn-login-change-pwd').on('click', function () {
|
|
|
|
|
- Layer.msg('请先登录系统,在右上角个人资料中修改密码');
|
|
|
|
|
- });
|
|
|
|
|
- })();
|
|
|
|
|
-</script>
|
|
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|