|
|
@@ -4,88 +4,153 @@
|
|
|
xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
|
|
|
<head th:fragment="header(title, link)">
|
|
|
-<meta charset="utf-8" />
|
|
|
-<link rel="icon" th:href="${portalHost+'/img/ico_logo.ico'}">
|
|
|
-<meta name="Keywords" content="" />
|
|
|
-<meta name="Description" content="" />
|
|
|
-<meta name="viewport"
|
|
|
- content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no">
|
|
|
-<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
-<title>科德官网后台管理</title>
|
|
|
-<th:block th:replace="${link}" />
|
|
|
-</head>
|
|
|
+<meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
+ <title>湖南科德信息咨询有限公司</title>
|
|
|
+ <!--Bootstrap CSS 文件 -->
|
|
|
+ <link rel="stylesheet" th:href="${portalHost+'/css/bootstrap.min.css'}">
|
|
|
+ <!-- 字体图标 -->
|
|
|
+ <link rel="stylesheet" th:href="${portalHost+'/css/iconfont.css'}">
|
|
|
+ <th:block th:replace="${link}" />
|
|
|
+ <!-- 全局样式(包括头部、底部) -->
|
|
|
+ <link rel="stylesheet" th:href="${portalHost+'/css/main.css'}">
|
|
|
+ <!-- 自定义动画样式 -->
|
|
|
+ <link rel="stylesheet" th:href="${portalHost+'/css/ke_animation.css'}">
|
|
|
<body>
|
|
|
<th:block th:fragment="nav(mainM,subM)">
|
|
|
- <div class="container">
|
|
|
- <div class="logo">
|
|
|
- <a th:href="${basePath + '/portal/index.html'}"> <img th:src="${portalHost+'/img/Logo111.png'}" alt="" title="科德" />
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="logo_right"></div>
|
|
|
- <div class="nav">
|
|
|
- <ul>
|
|
|
- <li th:classappend="${mainM=='service'}? 'active'"><a
|
|
|
- th:href="${basePath + '/portal/service/serviceIndex.html'}">科技服务</a>
|
|
|
- <img th:src="${portalHost+'/img/hot.png'}" />
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a th:href="${basePath + '/portal/service/highTechCognizance.html'}">高企认定</a>
|
|
|
- </li>
|
|
|
- <li><a th:href="${basePath + '/portal/service/propertyRight.html'}">知识产权</a>
|
|
|
- </li>
|
|
|
- </ol></li>
|
|
|
- <li th:classappend="${mainM=='technologyTrading'}? 'active'">
|
|
|
- <a th:href="${basePath + '/portal/technologyTrading/index.html'}">技术交易</a>
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a th:href="${basePath + '/portal/technologyTrading/achievement.html'}">专利产品</a>
|
|
|
- </li>
|
|
|
- <li><a th:href="${basePath + '/portal/technologyTrading/achievement.html'}">技术成果</a>
|
|
|
- </li>
|
|
|
- <li><a th:href="${basePath + '/portal/technologyTrading/demand.html'}">技术需求</a>
|
|
|
- </li>
|
|
|
- <li><a th:href="${basePath + '/portal/technologyTrading/assessMent.html'}">技术评估</a>
|
|
|
- </li>
|
|
|
- </ol>
|
|
|
- </li>
|
|
|
- <li th:classappend="${mainM=='thinkTank'}? 'active'"><a
|
|
|
- th:href="${basePath + '/portal/thinkTank/index.html'}">智库咨询</a>
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/thinkTank/policyList.html'}">智政</a>
|
|
|
- </li>
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/thinkTank/index.html#zizone'}">智者</a>
|
|
|
- </li>
|
|
|
- </ol></li>
|
|
|
- <!-- <li><a th:href="${basePath + '/portal/financial/index.html'}">科技金融</a>
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/financial/investmentInstitution.html'}">投资机构</a>
|
|
|
- </li>
|
|
|
- </ol></li> -->
|
|
|
- <li><a th:href="${basePath + '/portal/aboutUs.html'}">关于公司</a>
|
|
|
- <ol class="subnavigation">
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/contactUs.html'}">联系我们</a>
|
|
|
- </li>
|
|
|
- </ol></li>
|
|
|
- <!-- <li><a href="#">科技活动</a></li> <li><a href="#">平台共建</a></li> -->
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="nav_right" th:if="${!isLogin}">
|
|
|
- <a th:href="${basePath + '/user/signIn.html'}"> <img
|
|
|
- th:src="${portalHost+'/img/index_resiter.png'}" alt="" />
|
|
|
- </a>
|
|
|
- <a href="javascript:;" class="head_login">登录</a>
|
|
|
- <div></div>
|
|
|
- </div>
|
|
|
- <div class="nav_right" th:if="${isLogin}">
|
|
|
- <a th:href="${basePath + (isAdmin? '/admin/index.html':'/user/account/index.html')}"
|
|
|
- th:text="${#strings.isEmpty(userName)?'个人中心':userName}">个人中心</a>
|
|
|
- <a th:href="${basePath + '/user/logout'}">退出</a>
|
|
|
- <a th:href="${basePath + '/portal/aboutUs.html'}">关于公司</a>
|
|
|
- <div></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <!-- 移动端导航栏 -->
|
|
|
+ <nav class="mobile_nav">
|
|
|
+ <div class="logoimg"><img th:src="${portalHost+'/images/logo.jpg'}" /></div>
|
|
|
+ <div class="hamburger" id="hamburger-1">
|
|
|
+ <span class="line"></span>
|
|
|
+ <span class="line"></span>
|
|
|
+ <span class="line"></span>
|
|
|
+ </div>
|
|
|
+ <div class="m_contant">
|
|
|
+ <ul>
|
|
|
+ <li><a th:href="${basePath + '/portal/index'}">首页</a></li>
|
|
|
+ <li><a th:href="${basePath + '/portal/product-service'}">产品中心</a></li>
|
|
|
+ <li><a th:href="${basePath + '/portal/strategic'}">战略合作</a></li>
|
|
|
+ <li><a th:href="${basePath + '/portal/client'}">服务客户</a></li>
|
|
|
+ <li><a th:href="${basePath + '/portal/news'}">新闻动态</a></li>
|
|
|
+ <li><a th:href="${basePath + '/portal/aboutKede'}">关于科德</a></li>
|
|
|
+ <li><a th:href="${basePath + '/portal/contactUs'}">联系我们</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </nav>
|
|
|
+ <!-- 移动端导航栏 end -->
|
|
|
+ <!-- 电脑端导航栏 -->
|
|
|
+ <nav class="pc_nav">
|
|
|
+ <!-- LOGO -->
|
|
|
+ <div class="logo">
|
|
|
+ <a href="#"><img th:src="${portalHost+'/images/logo.png'}" alt="科德咨询" /></a>
|
|
|
+ </div>
|
|
|
+ <ul>
|
|
|
+ <div class="nav-dog"></div>
|
|
|
+ <li><a th:href="${basePath+'/portal/index'}">首页</a></li>
|
|
|
+ <li class="product_nav">
|
|
|
+ <a th:href="${basePath+'/portal/product-service.html'}">产品中心</a>
|
|
|
+ <div class="product-serve">
|
|
|
+ <div class="list">
|
|
|
+ <div class=" ">
|
|
|
+ <p>高企服务</p>
|
|
|
+ <ul>
|
|
|
+ <li><a>高新服务</a></li>
|
|
|
+ <li><a>高新培育</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class=" ">
|
|
|
+ <p>军工资质</p>
|
|
|
+ <ul>
|
|
|
+ <li><a>国军标质量</a></li>
|
|
|
+ <li><a>军工资质</a></li>
|
|
|
+ <li><a>军工承制资格许可证</a></li>
|
|
|
+ <li><a>军工承制资格许可证</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class=" ">
|
|
|
+ <p>知识产权服务</p>
|
|
|
+ <ul>
|
|
|
+ <li><a>发明专利</a></li>
|
|
|
+ <li><a>发明专利</a></li>
|
|
|
+ <li><a>发明专利</a></li>
|
|
|
+ <li><a>发明专利</a></li>
|
|
|
+ <li><a>发明专利</a></li>
|
|
|
+ <li><a>发明专利</a></li>
|
|
|
+ <li><a>发明专利</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class=" ">
|
|
|
+ <p>认证咨询/项目申报</p>
|
|
|
+ <ul>
|
|
|
+ <li><a>长沙市两型产品认证</a></li>
|
|
|
+ <li><a>长沙市两型产品认证</a></li>
|
|
|
+ <li><a>长沙市两型产品认证</a></li>
|
|
|
+ <li><a>长沙市两型产品认证</a></li>
|
|
|
+ <li><a>长沙市两型产品认证</a></li>
|
|
|
+ <li><a>长沙市两型产品认证</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class=" ">
|
|
|
+ <p>信用体系</p>
|
|
|
+ <ul>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ <li><a>AAA级企业信用等级</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="list list-two">
|
|
|
+ <div class=" ">
|
|
|
+ <p>建筑类资质</p>
|
|
|
+ <ul>
|
|
|
+ <li><a>施工总承包资质一级</a></li>
|
|
|
+ <li><a>施工总承包资质一级</a></li>
|
|
|
+ <li><a>施工总承包资质一级</a></li>
|
|
|
+ <li><a>施工总承包资质一级</a></li>
|
|
|
+ <li><a>施工总承包资质一级</a></li>
|
|
|
+ <li><a>施工总承包资质一级</a></li>
|
|
|
+ <li><a>施工总承包资质一级</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class=" ">
|
|
|
+ <p>两化融合</p>
|
|
|
+ <ul>
|
|
|
+ <li><a>两化融合</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class=" ">
|
|
|
+ <p>知识产权贯标</p>
|
|
|
+ <ul>
|
|
|
+ <li><a>知识产品贯标企业级别</a></li>
|
|
|
+ <li><a>知识产品贯标企业级别</a></li>
|
|
|
+ <li><a>知识产品贯标企业级别</a></li>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ <li><a th:href="${basePath+'/strategic'}">战略合作</a></li>
|
|
|
+ <li><a th:href="${basePath+'/client'}">服务客户</a></li>
|
|
|
+ <li><a th:href="${basePath+'/news'}">新闻动态</a></li>
|
|
|
+ <li><a th:href="${basePath+'/portal/aboutKede'}">关于科德</a></li>
|
|
|
+ <li><a th:href="${basePath+'/portal/contactUs'}">联系我们</a></li>
|
|
|
+ </ul>
|
|
|
+ <div class="kede_phone">
|
|
|
+ <span>全国免费咨询</span>
|
|
|
+ <em>400-8800-962</em>
|
|
|
+ </div>
|
|
|
+ </nav>
|
|
|
+ <!-- 电脑端导航栏 end -->
|
|
|
</th:block>
|
|
|
|
|
|
<th:block th:fragment="banners">
|
|
|
@@ -117,231 +182,126 @@
|
|
|
</th:block>
|
|
|
|
|
|
<th:block th:fragment="copyright">
|
|
|
- <div id="bottom">
|
|
|
- <div class="bottom">
|
|
|
- <div class="bottom_text">
|
|
|
- <div class="text_top">
|
|
|
- <a th:href="${basePath + '/portal/aboutUs.html'}">关于公司</a>
|
|
|
- <a th:href="${basePath + '/portal/contactUs.html'}">联系我们</a>
|
|
|
- <p>Copyright © 2016-2017 科德 版权所有 湘ICP备15019731号 -2
|
|
|
- 技术支持:湖南阿凡提科技有限公司</p>
|
|
|
- </div>
|
|
|
- <div class="text_center" id="qrCode">
|
|
|
- <div class="cont_left">
|
|
|
- <img th:src="${portalHost+'/img/dizhi.jpg'}" alt="" />
|
|
|
- <p>湖南省长沙市营盘东路19号金山大厦八楼</p>
|
|
|
- </div>
|
|
|
- <div class="cont_center">
|
|
|
- <img th:src="${portalHost+'/img/dianhua.jpg'}" alt="" />
|
|
|
- <p>合作电话:400-8800-962</p>
|
|
|
- </div>
|
|
|
- <div class="cont_guanli">
|
|
|
- <a th:href="${basePath + '/admin/login'}">
|
|
|
- <img th:src="${portalHost+'/img/guanli.png'}" alt="" />
|
|
|
- <p>管理员入口</p>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="cont_rightapp">
|
|
|
- <img th:src="${portalHost+'/img/erweima_iphone.png'}" alt="" />
|
|
|
- <p>iPhone版</p>
|
|
|
- </div>
|
|
|
- <div class="cont_right android">
|
|
|
- <img th:src="${portalHost+'/img/erweima_android.jpg'}" alt="" />
|
|
|
- <p>Android版</p>
|
|
|
- </div>
|
|
|
- <div class="cont_right">
|
|
|
- <img th:src="${portalHost+'/img/erweima.jpg'}" alt="" />
|
|
|
- <p>微信公众号</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="text_bottom">
|
|
|
- <p>友情链接</p>
|
|
|
- <a href="http://www.hnst.gov.cn/" target="_blank">湖南省科技厅/</a> <a
|
|
|
- href="http://www.cssti.cn/" target="_blank">长沙市科技局/</a> <a
|
|
|
- href="http://www.cast.org.cn/" target="_blank">中国科学技术协会/</a> <a
|
|
|
- href="http://www.chinatorch.gov.cn/" target="_blank">科技部火炬中心/</a> <a
|
|
|
- href="http://www.nosta.gov.cn/web/index.aspx" target="_blank">国家科技成果奖励办/</a> <a
|
|
|
- href="http://www.nast.org.cn/" target="_blank">国家科技成果网/</a> <a
|
|
|
- href="http://www.hnast.org.cn/portal/comm/index.action" target="_blank">湖南省科学技术协会/</a>
|
|
|
- <a href="http://www.hncgw.gov.cn/" target="_blank">湖南省科技成果转化公共服务平台/</a> <a
|
|
|
- href="http://www.hnjxw.gov.cn/" target="_blank">湖南省经济信息化委员会/</a> <a
|
|
|
- href="http://kyy.hnu.cn/" target="_blank">湖南大学科学技术研究院/</a> <a
|
|
|
- href="http://www.gxst.gov.cn/gxkjt/" target="_blank">广西省科技厅/</a> <a
|
|
|
- href="http://www.nmkjt.gov.cn/" target="_blank">内蒙古自治区科技厅/</a> <a
|
|
|
- href="http://www.cshtz.gov.cn/" target="_blank">长沙市高新区管委会/</a> <a
|
|
|
- href="http://www.jxas.ac.cn/" target="_blank">江西省科学院/</a> <a
|
|
|
- href="http://www.cnic.cn/front/index.html#/cnicSite/home" target="_blank">中科院计算机网络信息中心/</a>
|
|
|
- <a href="http://kxyjb.csu.edu.cn/" target="_blank">中南大学科学研究部/</a> <a
|
|
|
- href="http://www.cast.org.cn/" target="_blank">中国科协创新创业服务中心/</a> <a
|
|
|
- href="http://www.hbstd.gov.cn/" target="_blank">湖北省科技厅/</a> <a
|
|
|
- href="http://www.gdstc.gov.cn/" target="_blank">广东省科技厅/</a> <a
|
|
|
- href="http://www.hnkjt.gov.cn/" target="_blank">河南省科技厅/</a> <a
|
|
|
- href="http://www.cbtm.gov.cn/" target="_blank">技术合同登记官网</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div onclick="_MEIQIA('showPanel')" id="lxkf" style="display:none"></div>
|
|
|
- <div th:if="${!isAdmin}" class="pub_fix">
|
|
|
- <span class="index_blur"></span>
|
|
|
- <ul class="ret_top">
|
|
|
- <li th:classappend="${!isLogin}? 'head_login'"><a
|
|
|
- th:if="${!isLogin || userData.lvl == 1}"
|
|
|
- th:href="${isLogin?(basePath + '/portal/member') : 'javascript:;'}">
|
|
|
- <img th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
|
|
|
- <p>申请会员</p>
|
|
|
- </a> <a th:if="${isLogin && userData.lvl == 0}"
|
|
|
- th:href="${basePath + '/user/certify'}"> <img
|
|
|
- th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
|
|
|
- <p>实名认证</p>
|
|
|
- </a></li>
|
|
|
- <li><a onclick="_MEIQIA('showPanel')"> <img
|
|
|
- th:src="${portalHost+'/img/index_fix3.png'}" alt="" />
|
|
|
- <p>联系客服</p>
|
|
|
- </a></li>
|
|
|
- <li><a href="" class="pendent_box"> <img
|
|
|
- th:src="${portalHost+'/img/index_fix4.png'}" alt="" />
|
|
|
- <p>返回顶部</p>
|
|
|
- </a></li>
|
|
|
- </ul>
|
|
|
- <span class="index_orange"></span>
|
|
|
- </div>
|
|
|
- <div class="message">
|
|
|
- <span></span>
|
|
|
- </div>
|
|
|
- </th:block>
|
|
|
- <th:block th:fragment="login">
|
|
|
- <div class="login">
|
|
|
- <div class="login_mian">
|
|
|
- <div class="login_left">
|
|
|
- <div class="login_ewm">
|
|
|
- <img th:src="${portalHost+'/img/Android.jpg'}" alt="二维码" />
|
|
|
- <p>Android版</p>
|
|
|
- <p>客户端</p>
|
|
|
- </div>
|
|
|
- <div class="login_ewm">
|
|
|
- <img th:src="${portalHost+'/img/iPhone.jpg'}" alt="二维码" />
|
|
|
- <p>iPhone版</p>
|
|
|
- <p>客户端</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="login_right">
|
|
|
- <h5>
|
|
|
- 用户登录<a href="/user/signIn.html">免费注册有好礼呦!!</a>
|
|
|
- </h5>
|
|
|
- <form id="form_login">
|
|
|
- <div class="login_uesr">
|
|
|
- <label for="uesname"><img
|
|
|
- th:src="${portalHost+'/img/login_use.png'}" /></label> <input
|
|
|
- type="text" name="mobile" id="Lo_user" placeholder="请输入手机号码" />
|
|
|
- <img th:src="${portalHost+'/img/login_del.png'}" class="log_del" />
|
|
|
- </div>
|
|
|
- <div class="login_pass">
|
|
|
- <label for="pass"><img
|
|
|
- th:src="${portalHost+'/img/login_password.png'}" /></label> <input
|
|
|
- type="password" name="password" id="Lo_pass" placeholder="请输入密码" />
|
|
|
- </div>
|
|
|
- <div class="login_check">
|
|
|
- <label for="checks" class="lab_check"> <input
|
|
|
- type="checkbox" name="type" id="checks" value="0" />专家登录
|
|
|
- </label> <label for="checkst" class="lab_checkno"> <input
|
|
|
- type="checkbox" name="type" id="checkst" value="1" />企业登录
|
|
|
- </label> <a href="">忘记密码?</a>
|
|
|
- </div>
|
|
|
- <input type="submit" value="登 陆" class="login_submit" />
|
|
|
- </form>
|
|
|
- <img th:src="${portalHost+'/img/login_hua.png'}" alt=""
|
|
|
- class="login_hua" /> <img
|
|
|
- th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果"
|
|
|
- class="login_shadow" /> <img
|
|
|
- th:src="${portalHost+'/img/login_close.png'}" alt=""
|
|
|
- class="login_close" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div id="forget">
|
|
|
- <div class="forget">
|
|
|
- <form id="forget_form">
|
|
|
- <div class="forget_top">
|
|
|
- <a href="">忘记密码?</a>
|
|
|
- <div class="login_check">
|
|
|
- <label for="forget_checks" class="lab_check"> <input
|
|
|
- type="checkbox" name="type" id="forget_checks" />专家登录
|
|
|
- </label> <label for="forget_checkst" class="lab_checkno"> <input
|
|
|
- type="checkbox" name="type" id="forget_checkst" />企业登录
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="forget_center">
|
|
|
- <div class="phone">
|
|
|
- <label for="forget_phone"> 手机号码:<input type="text"
|
|
|
- name="type" id="forget_phone" placeholder="请输入您的手机号码..." />
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div class="yanzheng">
|
|
|
- <label for="forget_yanzheng"> 图形验证码:<input type="text"
|
|
|
- name="type" id="forget_yanzheng" />
|
|
|
- </label>
|
|
|
- <div class="yanzhengma_cont_">
|
|
|
- <img th:src="${basePath+'/open/getVCode'}" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="cellcode_">
|
|
|
- <div>
|
|
|
- 验证码:<input type="text" name="cellCode" placeholder="手机验证码"
|
|
|
- id="photo_n" />
|
|
|
- </div>
|
|
|
- <input type="button" id="photo_m" value="获取验证码" disabled />
|
|
|
- </div>
|
|
|
- <div class="fastener">
|
|
|
- <input type="submit" class="forget_sub" value="确认" />
|
|
|
- <div class="fastener_right">取消</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- <img th:src="${portalHost+'/img/login_close.png'}" alt=""
|
|
|
- class="login_close" /> <img
|
|
|
- th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果"
|
|
|
- class="login_shadow" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div id="new_password">
|
|
|
- <div class="new_password">
|
|
|
- <form id="new_password_form">
|
|
|
- <div class="password_top">
|
|
|
- <h4>设置新密码</h4>
|
|
|
- <span>密码长度为6-20个字符,区分大小写</span>
|
|
|
- </div>
|
|
|
- <div class="password_center">
|
|
|
- <div>
|
|
|
- <label for="new_pass"> 新密码:<input type="password"
|
|
|
- name="type" id="new_pass" placeholder="请输入您的新密码..." />
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <label for="new_pass_again"> 确认密码:<input type="password"
|
|
|
- name="type" id="new_pass_again" placeholder="请确认您的密码..." />
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div class="fastener">
|
|
|
- <input type="submit" class="new_password_sub" value="确认" />
|
|
|
- <div class="fastener_right">取消</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- <img th:src="${portalHost+'/img/login_close.png'}" alt=""
|
|
|
- class="login_close" /> <img
|
|
|
- th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果"
|
|
|
- class="login_shadow" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <div class="contentDown">
|
|
|
+ <div class="container">
|
|
|
+ <div class="row" style="position: relative;">
|
|
|
+ <div class="down_left col-lg-3 ">
|
|
|
+ <p>产品服务</p>
|
|
|
+ <ul style="margin-top: 38px;">
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ </ul>
|
|
|
+ <ul style="margin-top: 38px;">
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="down_middle col-lg-6">
|
|
|
+ <ul>
|
|
|
+ <li>
|
|
|
+ <p>关于科德</p>
|
|
|
+ <ul>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <p>新闻动态</p>
|
|
|
+ <ul>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <p>加入我们</p>
|
|
|
+ <ul>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <p>联系我们</p>
|
|
|
+ <ul>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ <li><a href="#">科德集团</a></li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="down_right col-lg-3 ">
|
|
|
+ <p>咨询热线</p>
|
|
|
+ <h6>400-8800-962</h6>
|
|
|
+ <span>工作时间:9:00-18:00</span>
|
|
|
+ <div class="wx_wb">
|
|
|
+ <div>
|
|
|
+ <p>扫一扫关注</p>
|
|
|
+ <p style="margin-bottom: 10px;">微信公众号</p>
|
|
|
+ <img th:src="${portalHost+'/images/wx.png'}" />
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <p>扫一扫关注</p>
|
|
|
+ <p style="margin-bottom: 10px;">官方微博号</p>
|
|
|
+ <img th:src="${portalHost+'/images/wb.png'}" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="line01"></div>
|
|
|
+ <div class="line02"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="infoDown">
|
|
|
+ <div class="container">
|
|
|
+ <span class="info_one">Copyright 2014-2025 湖南科德信息咨询有限公司</span>
|
|
|
+ <span> ©湘ICP备15019731号-4</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 回到顶部 -->
|
|
|
+ <div class="toTop"><img th:src="${portalHost+'/images/toTop.png'}"></div>
|
|
|
+ <!-- 底部 end -->
|
|
|
+ <!-- 手机底部导航 -->
|
|
|
+ <div class="phone_footer">
|
|
|
|
|
|
- <div class="smg">
|
|
|
- <input type="text" name="msg" value="" id="msg" readonly="readonly" />
|
|
|
- </div>
|
|
|
- </th:block>
|
|
|
+ <div class="">
|
|
|
+ <span class="iconfont icon-shouye"></span>
|
|
|
+ <p>首页</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="">
|
|
|
+ <span class="iconfont icon-fuwu-active"></span>
|
|
|
+ <p>产品中心</p>
|
|
|
+ </div>
|
|
|
|
|
|
+ <div class="">
|
|
|
+ <span class="iconfont icon-dianhua"></span>
|
|
|
+ <p>立即咨询</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="">
|
|
|
+ <span class="iconfont icon-icon"></span>
|
|
|
+ <p>QQ客服</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <!-- 手机底部导航 end-->
|
|
|
+ </th:block>
|
|
|
<th:block th:fragment="footer(scripts)">
|
|
|
+ <!-- JQuery 引入 -->
|
|
|
+ <script th:src="${portalHost+'/js/jquery/jquery-2.2.4.min.js'}"></script>
|
|
|
+ <!-- 导航栏效果、回到顶部 -->
|
|
|
+ <script th:src="${portalHost+'/js/secode.js'}"></script>
|
|
|
<script th:inline="javascript">
|
|
|
/*<![CDATA[*/
|
|
|
window.globalConfig = {};
|