| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- <!DOCTYPE html>
- <html>
- <head>
- {include file="common/meta" /}
- <style type="text/css">
- * {
- box-sizing: border-box;
- }
- html, body {
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- }
- body.login-page {
- min-height: 100vh;
- overflow-x: hidden;
- overflow-y: auto;
- background-color: #020b1e;
- background-image: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login1.png');
- background-repeat: no-repeat;
- background-position: center center;
- background-size: 100% 100%;
- color: #fff;
- font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
- position: relative;
- }
- .login-top {
- position: relative;
- z-index: 2;
- padding: 12px 20px 0;
- text-align: center;
- }
- .login-top-brand {
- display: inline-block;
- margin: 0 auto;
- width: min(460px, 58vw);
- height: 64px;
- background: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login4.png') no-repeat center center;
- background-size: contain;
- pointer-events: none;
- user-select: none;
- }
- .login-main {
- position: relative;
- z-index: 2;
- display: flex;
- align-items: flex-start;
- justify-content: space-between;
- gap: clamp(8px, 2vw, 28px);
- width: 100%;
- /* max-width: 1678px; */
- margin: 0 auto;
- /* padding: 6px 7% 90px 3%; */
- min-height: auto;
- }
- .login-visual {
- flex: 1 1 auto;
- min-width: 0;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- overflow: visible;
- }
- .login-visual-art {
- display: block;
- flex-shrink: 0;
- height: calc(106vh - 85px);
- aspect-ratio: 16 / 9;
- width: auto;
- max-width: min(calc((106vh - 85px) * 16 / 9), 78vw);
- margin-left: clamp(32px, 4vw, 72px);
- background: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login3.png') no-repeat center center;
- background-size: contain;
- pointer-events: none;
- user-select: none;
- }
- .login-panel {
- flex: 0 0 auto;
- width: 100%;
- max-width: 400px;
- min-width: 300px;
- margin-left: auto;
- margin-right: clamp(56px, 9vw, 150px);
- padding: 0;
- align-self: center;
- transform: translateY(0);
- }
- .login-panel-head {
- width: 100%;
- text-align: center;
- }
- .login-sys-title {
- display: block;
- width: 86%;
- height: 32px;
- margin: 0 auto;
- background: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login5.png') no-repeat center center;
- background-size: contain;
- pointer-events: none;
- user-select: none;
- }
- .login-panel-body {
- margin-top: 28px;
- }
- .login-divider-wrap {
- width: 100%;
- height: 15px;
- margin: 0;
- background: url('https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/login6.png') no-repeat center 54%;
- background-size: 100% auto;
- pointer-events: none;
- user-select: none;
- }
- .login-panel-box {
- margin-top: -11px;
- border-top: none;
- background: rgba(36, 98, 168, 0.34);
- border: 1px solid rgba(120, 195, 255, 0.42);
- box-shadow: 0 8px 32px rgba(8, 40, 90, 0.22), inset 0 0 24px rgba(120, 190, 255, 0.08);
- backdrop-filter: blur(10px);
- -webkit-backdrop-filter: blur(10px);
- padding: 29px 24px 40px;
- }
- .login-form-title {
- margin: 0 0 18px;
- text-align: center;
- font-size: 18px;
- font-weight: 600;
- letter-spacing: 3px;
- color: #f0f7ff;
- }
- #login-form {
- width: 100%;
- }
- #login-form .input-group {
- margin-bottom: 14px;
- width: 100%;
- background: rgba(72, 145, 215, 0.38);
- border-radius: 0;
- overflow: hidden;
- border: 1px solid rgba(150, 210, 255, 0.32);
- backdrop-filter: blur(6px);
- -webkit-backdrop-filter: blur(6px);
- }
- #login-form .input-group-addon {
- background: transparent;
- border: none;
- color: rgba(215, 235, 255, 0.88);
- padding: 0 12px;
- min-width: 42px;
- text-align: center;
- }
- #login-form .input-group-addon .glyphicon {
- font-size: 16px;
- top: 0;
- }
- #login-form .form-control {
- height: 42px;
- border: none;
- box-shadow: none;
- font-size: 14px;
- color: #f2f8ff;
- background: transparent;
- }
- #login-form .form-control:focus {
- box-shadow: none;
- background: rgba(255, 255, 255, 0.06);
- }
- #login-form .form-control::placeholder {
- color: rgba(200, 225, 250, 0.72);
- }
- #login-form .input-group .input-group-addon:last-child {
- padding: 0;
- border: none;
- }
- #login-form .btn-login-submit {
- margin-top: 6px;
- height: 44px;
- width: 100%;
- border: none;
- border-radius: 0;
- background: linear-gradient(180deg, #45a8ff 0%, #1a72ea 100%);
- color: #fff;
- font-size: 16px;
- font-weight: 600;
- letter-spacing: 6px;
- box-shadow: 0 4px 12px rgba(26, 111, 232, 0.4);
- }
- #login-form .btn-login-submit:hover,
- #login-form .btn-login-submit:focus {
- background: linear-gradient(180deg, #52abff 0%, #2580f0 100%);
- color: #fff;
- }
- .login-form-links {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 12px;
- padding: 0 4px;
- font-size: 12px;
- }
- .login-form-links a {
- color: rgba(195, 218, 245, 0.85);
- text-decoration: none;
- }
- .login-form-links a:hover {
- color: #fff;
- text-decoration: underline;
- }
- .login-footer {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 2;
- padding: 14px 20px 18px;
- text-align: center;
- font-size: 13px;
- color: rgba(220, 235, 255, 0.82);
- }
- .login-footer a {
- color: rgba(220, 235, 255, 0.82);
- }
- .login-footer a:hover {
- color: #fff;
- }
- @media (max-width: 1100px) {
- .login-main {
- flex-direction: column;
- justify-content: flex-start;
- padding: 16px 24px 96px;
- min-height: auto;
- }
- .login-visual {
- flex: 0 0 auto;
- width: 100%;
- justify-content: center;
- }
- .login-visual-art {
- width: 100%;
- max-width: 720px;
- height: auto;
- aspect-ratio: 16 / 9;
- min-height: 280px;
- max-height: none;
- margin-left: 0;
- background-position: center center;
- background-size: contain;
- }
- .login-panel {
- max-width: 460px;
- margin-left: 0;
- margin-right: 0;
- transform: none;
- }
- }
- @media (max-width: 480px) {
- .login-top {
- padding-top: 16px;
- }
- .login-panel-box {
- padding: 22px 18px 18px;
- }
- .login-form-title {
- font-size: 18px;
- }
- }
- </style>
- <script>
- document.addEventListener('wheel', function (e) {
- if (e.ctrlKey) {
- e.preventDefault();
- }
- }, {passive: false});
- document.addEventListener('gesturestart', function (e) {
- e.preventDefault();
- });
- document.addEventListener('gesturechange', function (e) {
- e.preventDefault();
- });
- document.addEventListener('gestureend', function (e) {
- e.preventDefault();
- });
- </script>
- </head>
- <body class="login-page">
- <header class="login-top">
- <div class="login-top-brand" role="img" aria-label="浙江新华数码印务有限公司"></div>
- </header>
- <main class="login-main">
- <div class="login-visual">
- <div class="login-visual-art" role="img" aria-label=""></div>
- </div>
- <div class="login-panel">
- <div class="login-panel-head">
- <div class="login-sys-title" role="img" aria-label="大数据协同系统"></div>
- </div>
- <div class="login-panel-body">
- <div class="login-divider-wrap" aria-hidden="true"></div>
- <div class="login-panel-box">
- <h2 class="login-form-title">用户登录</h2>
- <form action="" method="post" id="login-form">
- <!--@AdminLoginFormBegin-->
- <div id="errtips" class="hide"></div>
- {:token()}
- <div class="input-group">
- <div class="input-group-addon">
- <span class="glyphicon glyphicon-user" aria-hidden="true"></span>
- </div>
- <input type="text" class="form-control" id="pd-form-username" placeholder="请输入用户名" name="username" autocomplete="off" value="" data-rule="{:__('Username')}:required;username"/>
- </div>
- <div class="input-group">
- <div class="input-group-addon">
- <span class="glyphicon glyphicon-lock" aria-hidden="true"></span>
- </div>
- <input type="password" class="form-control" id="pd-form-password" placeholder="请输入登录密码" name="password" autocomplete="off" value="" data-rule="{:__('Password')}:required;length(4~30)"/>
- </div>
- {if $Think.config.fastadmin.login_captcha}
- <div class="input-group">
- <div class="input-group-addon">
- <span class="glyphicon glyphicon-option-horizontal" aria-hidden="true"></span>
- </div>
- <input type="text" name="captcha" class="form-control" placeholder="{:__('Captcha')}" data-rule="{:__('Captcha')}:required;length({$Think.config.captcha.length})" autocomplete="off"/>
- <span class="input-group-addon" style="cursor:pointer;">
- <img src="{:rtrim('__PUBLIC__', '/')}/index.php?s=/captcha" width="100" height="30" alt="captcha" onclick="this.src = '{:rtrim('__PUBLIC__', '/')}/index.php?s=/captcha&r=' + Math.random();"/>
- </span>
- </div>
- {/if}
- <div class="form-group" style="margin-bottom:0;">
- <button type="submit" class="btn btn-login-submit btn-lg btn-block">登录</button>
- </div>
- <!--@AdminLoginFormEnd-->
- </form>
- </div>
- </div>
- </div>
- </main>
- <footer class="login-footer">
- <p style="margin:0;">Copyright @ 杭州可集达科技有限公司 2026-{:date('Y',time())} 版权所有 <a href="https://beian.miit.gov.cn" target="_blank">{$site.beian|htmlentities}</a></p>
- </footer>
- {include file="common/script" /}
- </body>
- </html>
|