sugangqiang 2 سال پیش
والد
کامیت
996467d3de

+ 47 - 0
public/login.html

@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+        <title>晋江市人才综合服务申报平台-系统新旧系统入口</title>
+        <link href="static/css/switch_login_1.css" rel="stylesheet"/>
+        <link href="static/css/switch_login_2.css" rel="stylesheet"/>
+    </head>
+
+    <body>
+        <div id="main">
+            <div class="main_title"><h1>晋江市人才综合服务申报平台</h1></div>
+            <div class="sign">
+
+                <div class="sign_in">
+                    <div class="sign_in_title" style="display:flex;height: 100px;">
+                        <div style="width: 310px;margin-left: 80px;">
+                            <h2 style="width: 310px;height: 55px;font-size: 16px;font-family: Source Han Sans SC;font-weight: bold;color: rgba(255,255,255,1);line-height: 39px;">
+                                晋江市现代产业体系人才认定及政策申报,请点击下方”新版系统“通道进行操作<br>
+                                    <span style="background:#fff;color:#0284d9;color:#ff0000;">旧系统账号可直接登录,不必重新注册</span>
+                            </h2>
+                        </div>
+                        <div style="width: 285px;margin-left: 82px;">
+                            <h2 style="width: 285px;height: 55px;font-size: 16px;font-family: Source Han Sans SC;font-weight: bold;color: rgba(255,255,255,1);line-height: 39px;">
+                                2021年12月31日之前认定的晋江市优秀人才,请点击下方”旧版系统“通道进行政策申报操作
+                            </h2>
+                        </div>
+                    </div>
+                    <div class="sign_in_dimg">
+                        <div class="new"><a href="/"></a></div>
+                        <div class="used"><a href="https://rc.jucai.gov.cn"></a></div>
+                    </div>
+
+                    <div class="sign_in_dimg">
+                        <div class="new1"></div>
+                        <div class="used1"></div>
+                    </div>
+                </div>
+
+                <div class="sign_footer">
+                    <span>本系统由福建晋江人力资本有限公司设计开发并提供技术支持</span>
+                </div>
+
+            </div>
+        </div>
+    </body>
+</html>

+ 53 - 0
public/static/css/switch_login_1.css

@@ -0,0 +1,53 @@
+*{
+    margin: 0;
+    padding: 0;
+    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
+}
+li {
+    list-style: none;
+}
+a {
+    color:#666666;
+    text-decoration: none;
+}
+em {
+    font-style: normal;
+}
+html,
+body {
+    height: 100%; 
+}
+body {
+    background:url(../img/switch_login_bg.png) repeat-x;
+    font-size: 80%;
+    height: 1080px;
+    width: 1920px;
+    font-family: '微软雅黑';
+}
+.link{
+    cursor: pointer;
+}
+.Arial{
+    font-family: Arial;
+}
+.microsoft{
+    font-family: '微软雅黑';
+}
+.ff0000{
+    color:#ff0000;
+}
+.color-2daceb{
+    color:#2daceb;
+}
+.color-666{
+    color:#666;
+}
+.color-6ad0e2{
+    color:#6ad0e2;
+}
+.fr{
+    float:right;
+}
+.fl{
+    float:left;
+}

+ 18 - 0
public/static/css/switch_login_2.css

@@ -0,0 +1,18 @@
+#main{width:860px; margin:0 auto;}
+.main_title{float:left; width:100%; margin-top:175px; margin-left:70px;}
+.main_title h1{line-height:50px; color:#FFFFFF; font-size:28px;font-family: '微软雅黑';}
+
+.sign{float:left; width:860px; }
+.sign .sign_title{float:left; width:100%; height:30px; line-height:30px; }
+.sign .sign_title span{margin-left:10px;}
+
+.sign .sign_in{float:left; margin-top:20px; width:860px; height:299px;}
+.sign .sign_in .sign_in_title{float:left; width:100%; text-align:center; margin-top:75px;}
+.sign .sign_in .sign_in_title h2{font-size:12px;}
+.sign .sign_in .sign_in_dimg{float:left; margin-top:20px; width:100%; height:58px;}
+.sign .sign_in .sign_in_dimg .new{width:185px; height:58px; background:url(../img/switch_login_btn1.png) no-repeat; float:left; margin-left:144px;}
+.sign .sign_in .sign_in_dimg .used{width:185px; height:58px; background:url(../img/switch_login_btn2.png) no-repeat; float:left; margin-left:188px;}
+.sign .sign_in .sign_in_dimg .new a,.sign .sign_in .sign_in_dimg .used a{width:185px; height:58px; float:left;}
+
+.sign .sign_footer{float:left; margin-top:40px; width:100%; height:66px; line-height:66px; text-align:center; }
+.sign .sign_footer span{font-size: 16px;font-family: HeiTi;font-weight: bold;}

BIN
public/static/img/switch_login_bg.png


BIN
public/static/img/switch_login_btn1.png


BIN
public/static/img/switch_login_btn2.png