移动端首页。

main
tamguo 7 years ago
parent eec586e5e5
commit 90290a5dc1

@ -1,4 +1,4 @@
domain.name=https://www.tamguo.com/ domain.name=http://localhost:8081/
admin.domain.name=https://admin.tamguo.com admin.domain.name=https://admin.tamguo.com
server.port=8081 server.port=8081
jasypt.encryptor.password=tamguo jasypt.encryptor.password=tamguo
@ -12,7 +12,7 @@ spring.datasource.maxPoolPreparedStatementPerConnectionSize=20
spring.datasource.maxWait=60000 spring.datasource.maxWait=60000
spring.datasource.minEvictableIdleTimeMillis=300000 spring.datasource.minEvictableIdleTimeMillis=300000
spring.datasource.minIdle=5 spring.datasource.minIdle=5
spring.datasource.password=tanguo520pig spring.datasource.password=123456
spring.datasource.poolPreparedStatements=true spring.datasource.poolPreparedStatements=true
spring.datasource.testOnBorrow=false spring.datasource.testOnBorrow=false
spring.datasource.testOnReturn=false spring.datasource.testOnReturn=false

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -103,7 +103,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
.header .header_back:after, .header .icon_pull, .header .icon_user, .header .logo, .home_header .icon_user { .header .header_back:after, .header .icon_pull, .header .icon_user, .header .logo, .home_header .icon_user {
font-size: 0; font-size: 0;
display: inline-block; display: inline-block;
background-image: url(../mobile/images/sprite_new.svg); background-image: url(../images/sprite_new.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 0; background-position: 0 0;
-webkit-transform: none; -webkit-transform: none;
@ -362,7 +362,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
padding: 1.25rem 0 0; padding: 1.25rem 0 0;
} }
.gridbox.col_5 .box_col { .gridbox.col_5 .box_col {
width: 20%; width: 33%;
} }
.tool_list_wrap .link { .tool_list_wrap .link {
margin-bottom: 1.25rem; margin-bottom: 1.25rem;

@ -15,6 +15,7 @@
<meta name="description" content="探果网,高考试题,高考试卷,高校试题,名校,名校试题,名校试卷,高校名师,名师专访,名师教案,名师课堂试题库,试卷库,智能题库,历年真题,模拟试题,押题,预测试题,高考,会计证,会计从业,会计师,经济师,施工员,建造师,建筑师,造价师,职业资格,证券资格,考研,计算机考试,建筑考试,财会类,医卫类,护士资格,公务员,知识点,试题,试卷"/> <meta name="description" content="探果网,高考试题,高考试卷,高校试题,名校,名校试题,名校试卷,高校名师,名师专访,名师教案,名师课堂试题库,试卷库,智能题库,历年真题,模拟试题,押题,预测试题,高考,会计证,会计从业,会计师,经济师,施工员,建造师,建筑师,造价师,职业资格,证券资格,考研,计算机考试,建筑考试,财会类,医卫类,护士资格,公务员,知识点,试题,试卷"/>
<link rel="stylesheet" th:href="${domainName + 'mobile/css/reset.css'}" /> <link rel="stylesheet" th:href="${domainName + 'mobile/css/reset.css'}" />
<link rel="stylesheet" th:href="${domainName + 'mobile/css/index.css'}" /> <link rel="stylesheet" th:href="${domainName + 'mobile/css/index.css'}" />
<link rel="stylesheet" th:href="${domainName + 'mobile/css/iconfont.css'}" />
</head> </head>
<body> <body>
<div class="wrapper"> <div class="wrapper">
@ -42,147 +43,21 @@
<!--/头部--> <!--/头部-->
<div class="content_area"> <div class="content_area">
<!--频道导航--> <!--学历类型-->
<div class="mod_box channel_nav"> <div class="mod_box data_channel tool_list" th:each="m,mStat:${menuList}">
<div class="gridbox col_4">
<h2 class="box_col" th:title="${c.name}" th:each="c,cStat:${chapterMenuList}">
<a th:href="${domainName + c.url}" class="inner post_ulog">
<div th:class="${c.pinyin}"></div>
<div class="name" th:text="${c.name}">理科数学</div>
</a>
</h2>
</div>
</div>
<!--/频道导航-->
<!--/banner-->
<!--常用工具-->
<div class="mod_box data_channel tool_list">
<dl class="channel_box"> <dl class="channel_box">
<dt class="title"> <dt class="title">
<a href="javascript:;">常用工具</a> <a href="javascript:;" th:text="${m.name}">学历类型</a>
</dt> </dt>
<dd class="tool_list_wrap gridbox col_5"> <dd class="tool_list_wrap gridbox col_5">
<a th:href="${domainName}" class="link box_col"> <a th:href="${domainName + c.url}" class="link box_col" th:each="c,cmStat:${m.childSubjects}">
<span class="icon icon_b_gujia"></span> <span th:class="${'li-icon iconfont ' + c.pinyin}"></span>
<div>去估分</div> <div th:text="${c.name}">去估分</div>
</a> <a th:href="${domainName}" class="link box_col"> <span
class="icon icon_b_jingjiren"></span>
<div>找老师</div>
</a> <a th:href="${domainName}" class="link box_col"> <span
class="icon icon_b_wenda"></span>
<div>问答</div>
</a> <a th:href="${domainName}" class="link box_col"> <span
class="icon icon_b_baike"></span>
<div>百科</div>
</a> </a>
<a href="javascript:;" class="link box_col post_ulog"title="电话">
<span class="icon icon_b_kefu"></span>
<div>客服电话</div>
</a>
</dd> </dd>
</dl> </dl>
</div> </div>
<!--/常用工具--> <!--/常用工具-->
<!--栏目-->
<!--/栏目 -->
<!--真題列表-->
<div class="mod_box house_lists">
<h3 class="mod_tit arrow">
<a class="post_ulog_search lazyload_ulog_action"
data-ulog_search="ljweb_id=30001&amp;ljweb_mod=m_pages_homepage_recommend-ershoufang&amp;ljweb_bl=more&amp;ljweb_strategy_id=default"
data-evtid_lazyaction="10889"
data-ulog_lazyaction="recommend_module=m_ershou_shouye&amp;fb_service_id=100001&amp;fb_context_id={&quot;req_source_type&quot;:&quot;zhiying_m&quot;}&amp;fb_expo_id=r87474238291230720&amp;fb_strategy_id=10000076&amp;fb_item_type=ershou_house&amp;fb_item_detail=107000203369&amp;fb_item_location=1&amp;fb_ab_test_flag=reco_rule-100001-default-default&amp;fb_response_ts=1535591483&amp;fb_query_id=188971149"
th:href="${domainName}">为您推荐真题试卷<span class="gray right">更多</span></a>
</h3>
<div class="mod_cont">
<ul class="lists">
<li class="pictext" th:each="p,pStat:${historyPaperList}">
<a th:href="${domainName + 'paper/' + p.id + '.html'}" class="a_mask post_ulog_search lazyload_ulog_search post_ulog_action lazyload_ulog_action"></a>
<div class="flexbox">
<div class="item_list">
<div class="item_main" th:text="${p.name}">理科数学 东城区2017年高三上学期期末考试</div>
<div class="tag_box">
<span class="tag" style="color: rgb(242, 161, 47); background-color: rgba(242, 161, 47, 0.15);"
title="北京">北京</span> <span class="tag"
style="color: rgb(51, 190, 133); background-color: rgba(51, 190, 133, 0.15);"
title="真题">真题</span> <span class="tag"
style="color: rgb(123, 189, 255); background-color: rgba(123, 189, 255, 0.15);"
title="理科数学">理科数学</span>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<!--/真題列表-->
<!--模拟列表-->
<div class="mod_box house_lists">
<h3 class="mod_tit arrow">
<a class="post_ulog_search lazyload_ulog_action"
data-ulog_search="ljweb_id=30001&amp;ljweb_mod=m_pages_homepage_recommend-ershoufang&amp;ljweb_bl=more&amp;ljweb_strategy_id=default"
data-evtid_lazyaction="10889"
data-ulog_lazyaction="recommend_module=m_ershou_shouye&amp;fb_service_id=100001&amp;fb_context_id={&quot;req_source_type&quot;:&quot;zhiying_m&quot;}&amp;fb_expo_id=r87474238291230720&amp;fb_strategy_id=10000076&amp;fb_item_type=ershou_house&amp;fb_item_detail=107000203369&amp;fb_item_location=1&amp;fb_ab_test_flag=reco_rule-100001-default-default&amp;fb_response_ts=1535591483&amp;fb_query_id=188971149"
th:href="${domainName}">为您推荐模拟试卷<span class="gray right">更多</span></a>
</h3>
<div class="mod_cont">
<ul class="lists">
<li class="pictext" th:each="p,pStat:${simulationPaperList}">
<a th:href="${domainName + 'paper/' + p.id + '.html'}" class="a_mask post_ulog_search lazyload_ulog_search post_ulog_action lazyload_ulog_action"></a>
<div class="flexbox">
<div class="item_list">
<div class="item_main" th:text="${p.name}">理科数学 东城区2017年高三上学期期末考试</div>
<div class="tag_box">
<span class="tag" style="color: rgb(242, 161, 47); background-color: rgba(242, 161, 47, 0.15);"
title="北京">北京</span> <span class="tag"
style="color: rgb(51, 190, 133); background-color: rgba(51, 190, 133, 0.15);"
title="真题">真题</span> <span class="tag"
style="color: rgb(123, 189, 255); background-color: rgba(123, 189, 255, 0.15);"
title="理科数学">理科数学</span>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<!--/模拟列表-->
<!--热门列表-->
<div class="mod_box house_lists">
<h3 class="mod_tit arrow">
<a class="post_ulog_search lazyload_ulog_action"
data-ulog_search="ljweb_id=30001&amp;ljweb_mod=m_pages_homepage_recommend-ershoufang&amp;ljweb_bl=more&amp;ljweb_strategy_id=default"
data-evtid_lazyaction="10889"
data-ulog_lazyaction="recommend_module=m_ershou_shouye&amp;fb_service_id=100001&amp;fb_context_id={&quot;req_source_type&quot;:&quot;zhiying_m&quot;}&amp;fb_expo_id=r87474238291230720&amp;fb_strategy_id=10000076&amp;fb_item_type=ershou_house&amp;fb_item_detail=107000203369&amp;fb_item_location=1&amp;fb_ab_test_flag=reco_rule-100001-default-default&amp;fb_response_ts=1535591483&amp;fb_query_id=188971149"
th:href="${domainName}">为您推荐模拟试卷<span class="gray right">更多</span></a>
</h3>
<div class="mod_cont">
<ul class="lists">
<li class="pictext" th:each="p,pStat:${hotPaperList}">
<a th:href="${domainName + 'paper/' + p.id + '.html'}" class="a_mask post_ulog_search lazyload_ulog_search post_ulog_action lazyload_ulog_action"></a>
<div class="flexbox">
<div class="item_list">
<div class="item_main" th:text="${p.name}">理科数学 东城区2017年高三上学期期末考试</div>
<div class="tag_box">
<span class="tag" style="color: rgb(242, 161, 47); background-color: rgba(242, 161, 47, 0.15);"
title="北京">北京</span> <span class="tag"
style="color: rgb(51, 190, 133); background-color: rgba(51, 190, 133, 0.15);"
title="真题">真题</span> <span class="tag"
style="color: rgb(123, 189, 255); background-color: rgba(123, 189, 255, 0.15);"
title="理科数学">理科数学</span>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<!--/模拟列表-->
</div> </div>
<!--底部:导航当前页用h1着重强调--> <!--底部:导航当前页用h1着重强调-->

@ -1,134 +1,246 @@
<!DOCTYPE html> <!DOCTYPE html>
<html style="font-size: 32px;">
<head> <head>
<meta charset="utf-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="apple-mobile-web-app-title" content="掌上探果网">
<title th:text="${subject.seoTitle}"></title>
<meta name="keywords" th:content="${subject.seoKeywords}"/>
<meta name="description" th:content="${subject.seoDescription}"/>
<meta name="author" content="Tamguo Team" />
<meta name="copyright" content="Tamguo" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="//g.alicdn.com/msui/sm/0.6.2/css/sm.min.css"> <meta name="applicable-device" content="mobile">
<script type='text/javascript' src='//g.alicdn.com/sj/lib/zepto/zepto.min.js' charset='utf-8'></script> <link rel="canonical" href="https://www.tamguo.com"/>
<script type='text/javascript' src='//g.alicdn.com/msui/sm/0.6.2/js/sm.min.js' charset='utf-8'></script> <meta http-equiv="cleartype" content="on">
<meta http-equiv="Cache-Control" content="no-transform " />
<title th:text="${subject.seoTitle}"></title>
<meta name="keywords" th:content="${subject.seoKeywords}"/>
<meta name="description" th:content="${subject.seoDescription}"/><link rel="stylesheet" th:href="${domainName + 'mobile/css/reset.css'}" />
<link rel="stylesheet" th:href="${domainName + 'mobile/css/index.css'}" />
</head> </head>
<body> <body>
<div class="page-group"> <div class="wrapper">
<div class="page" id="page-index"> <div class="main_start">
<header class="bar bar-nav"> <!--页面-->
<a class="icon icon-me pull-left open-panel" <!--TODO here-->
data-panel=".panel-left"></a> <a <section class="page page_home">
class="button button-link button-nav pull-right open-popup" <header class="home_header">
data-popup=".popup-about"> 关于 <span class="icon icon-menu"></span> <div class="top">
</a> <div class="box_col">
<h1 class="title" th:text="${'探果网-' + subject.name}"></h1> <a th:href="${domainName}"><span class="switch_city"><em class="city">上海</em><i class="icon_pull"></i></span></a>
</header> </div>
<div class="bar bar-standard bar-footer"> <a th:href="${domainName}" class="my" rel="nofollow"><i
<a class="icon icon-edit pull-left"></a> <a class="icon_user"></i></a>
class="icon icon-settings pull-right open-panel" </div>
data-panel=".panel-right"></a> <div class="content">
</div> <a th:href="${domainName}">
<div class="search_box">
<div class="content" id='page-index'> <i class="icon_search_gray"></i><input type="text" class="input"
<div class="content-inner"> disabled="" placeholder="输入学校或老师开始找题目咯~">
<div class="content-block-title">科目</div> </div>
<div class="list-block"> </a>
<ul> </div>
<li th:each="course,status:${courseList}"><a th:href="${domainName + 'paperlist/'+subject.id+'-'+course.id+'-0-0-0-1.html'}" class="item-link item-content"> </header>
<div class="item-inner">
<div class="item-title" th:text="${course.name}">标题栏和工具栏</div> <!--/头部-->
<div class="content_area">
<!--频道导航-->
<div class="mod_box channel_nav">
<div class="gridbox col_4">
<h2 class="box_col" th:title="${c.name}" th:each="c,cStat:${chapterMenuList}">
<a th:href="${domainName}" class="inner post_ulog">
<div th:class="${c.pinyin}"></div>
<div class="name" th:text="${c.name}">理科数学</div>
</a>
</h2>
</div>
</div>
<!--/频道导航-->
<!--章节学习-->
<div class="mod_box house_lists">
<h3 class="mod_tit arrow">
<a class="post_ulog_search lazyload_ulog_action"
data-ulog_search="ljweb_id=30001&amp;ljweb_mod=m_pages_homepage_recommend-ershoufang&amp;ljweb_bl=more&amp;ljweb_strategy_id=default"
data-evtid_lazyaction="10889"
data-ulog_lazyaction="recommend_module=m_ershou_shouye&amp;fb_service_id=100001&amp;fb_context_id={&quot;req_source_type&quot;:&quot;zhiying_m&quot;}&amp;fb_expo_id=r87474238291230720&amp;fb_strategy_id=10000076&amp;fb_item_type=ershou_house&amp;fb_item_detail=107000203369&amp;fb_item_location=1&amp;fb_ab_test_flag=reco_rule-100001-default-default&amp;fb_response_ts=1535591483&amp;fb_query_id=188971149"
th:href="${domainName}">章节学习<span class="gray right">更多</span></a>
</h3>
<div class="mod_cont">
<ul class="lists">
<li class="pictext" th:each="c,cStat:${chapterList}" th:if="${cStat.index < 10}">
<a th:href="${domainName + 'course/' +course.id+'.html'}" class="a_mask post_ulog_search lazyload_ulog_search post_ulog_action lazyload_ulog_action"></a>
<div class="flexbox">
<div class="item_list">
<div class="item_main" th:text="${c.name}">理科数学 东城区2017年高三上学期期末考试</div>
</div>
</div> </div>
</a></li> </li>
</ul> </ul>
</div>
</div> </div>
<div class="content-block-title">历年试卷</div> <!--/真題列表-->
<div class="list-block">
<ul>
<li th:each="h,hStat:${historyPaperList}"><a th:href="${domainName + 'paper/' +h.id + '.html'}" class="item-link item-content"> <!--真題列表-->
<div class="item-inner"> <div class="mod_box house_lists">
<div class="item-title" th:text="${h.name}">标题栏和工具栏</div> <h3 class="mod_tit arrow">
<a class="post_ulog_search lazyload_ulog_action"
data-ulog_search="ljweb_id=30001&amp;ljweb_mod=m_pages_homepage_recommend-ershoufang&amp;ljweb_bl=more&amp;ljweb_strategy_id=default"
data-evtid_lazyaction="10889"
data-ulog_lazyaction="recommend_module=m_ershou_shouye&amp;fb_service_id=100001&amp;fb_context_id={&quot;req_source_type&quot;:&quot;zhiying_m&quot;}&amp;fb_expo_id=r87474238291230720&amp;fb_strategy_id=10000076&amp;fb_item_type=ershou_house&amp;fb_item_detail=107000203369&amp;fb_item_location=1&amp;fb_ab_test_flag=reco_rule-100001-default-default&amp;fb_response_ts=1535591483&amp;fb_query_id=188971149"
th:href="${domainName}">为您推荐真题试卷<span class="gray right">更多</span></a>
</h3>
<div class="mod_cont">
<ul class="lists">
<li class="pictext" th:each="p,pStat:${historyPaperList}">
<a th:href="${domainName + 'paper/' + p.id + '.html'}" class="a_mask post_ulog_search lazyload_ulog_search post_ulog_action lazyload_ulog_action"></a>
<div class="flexbox">
<div class="item_list">
<div class="item_main" th:text="${p.name}">理科数学 东城区2017年高三上学期期末考试</div>
<div class="tag_box">
<span class="tag" style="color: rgb(242, 161, 47); background-color: rgba(242, 161, 47, 0.15);"
title="北京">北京</span> <span class="tag"
style="color: rgb(51, 190, 133); background-color: rgba(51, 190, 133, 0.15);"
title="真题">真题</span> <span class="tag"
style="color: rgb(123, 189, 255); background-color: rgba(123, 189, 255, 0.15);"
title="理科数学">理科数学</span>
</div>
</div>
</div> </div>
</a></li> </li>
</ul> </ul>
</div>
</div> </div>
<!--/真題列表-->
<div class="content-block-title">模拟试卷</div> <!--模拟列表-->
<div class="list-block"> <div class="mod_box house_lists">
<ul> <h3 class="mod_tit arrow">
<li th:each="s,sStat:${simulationPaperList}"><a th:href="${domainName + 'paper/' +s.id + '.html'}" class="item-link item-content"> <a class="post_ulog_search lazyload_ulog_action"
<div class="item-inner"> data-ulog_search="ljweb_id=30001&amp;ljweb_mod=m_pages_homepage_recommend-ershoufang&amp;ljweb_bl=more&amp;ljweb_strategy_id=default"
<div class="item-title" th:text="${s.name}">标题栏和工具栏</div> data-evtid_lazyaction="10889"
data-ulog_lazyaction="recommend_module=m_ershou_shouye&amp;fb_service_id=100001&amp;fb_context_id={&quot;req_source_type&quot;:&quot;zhiying_m&quot;}&amp;fb_expo_id=r87474238291230720&amp;fb_strategy_id=10000076&amp;fb_item_type=ershou_house&amp;fb_item_detail=107000203369&amp;fb_item_location=1&amp;fb_ab_test_flag=reco_rule-100001-default-default&amp;fb_response_ts=1535591483&amp;fb_query_id=188971149"
th:href="${domainName}">为您推荐模拟试卷<span class="gray right">更多</span></a>
</h3>
<div class="mod_cont">
<ul class="lists">
<li class="pictext" th:each="p,pStat:${simulationPaperList}">
<a th:href="${domainName + 'paper/' + p.id + '.html'}" class="a_mask post_ulog_search lazyload_ulog_search post_ulog_action lazyload_ulog_action"></a>
<div class="flexbox">
<div class="item_list">
<div class="item_main" th:text="${p.name}">理科数学 东城区2017年高三上学期期末考试</div>
<div class="tag_box">
<span class="tag" style="color: rgb(242, 161, 47); background-color: rgba(242, 161, 47, 0.15);"
title="北京">北京</span> <span class="tag"
style="color: rgb(51, 190, 133); background-color: rgba(51, 190, 133, 0.15);"
title="真题">真题</span> <span class="tag"
style="color: rgb(123, 189, 255); background-color: rgba(123, 189, 255, 0.15);"
title="理科数学">理科数学</span>
</div>
</div>
</div> </div>
</a></li> </li>
</ul> </ul>
</div>
</div> </div>
<!--/模拟列表-->
<div class="content-block-title">热门试卷</div> <!--热门列表-->
<div class="list-block"> <div class="mod_box house_lists">
<ul> <h3 class="mod_tit arrow">
<li th:each="s,sStat:${hotPaperList}"><a th:href="${domainName + 'paper/' +s.id + '.html'}" class="item-link item-content"> <a class="post_ulog_search lazyload_ulog_action"
<div class="item-inner"> data-ulog_search="ljweb_id=30001&amp;ljweb_mod=m_pages_homepage_recommend-ershoufang&amp;ljweb_bl=more&amp;ljweb_strategy_id=default"
<div class="item-title" th:text="${s.name}">标题栏和工具栏</div> data-evtid_lazyaction="10889"
data-ulog_lazyaction="recommend_module=m_ershou_shouye&amp;fb_service_id=100001&amp;fb_context_id={&quot;req_source_type&quot;:&quot;zhiying_m&quot;}&amp;fb_expo_id=r87474238291230720&amp;fb_strategy_id=10000076&amp;fb_item_type=ershou_house&amp;fb_item_detail=107000203369&amp;fb_item_location=1&amp;fb_ab_test_flag=reco_rule-100001-default-default&amp;fb_response_ts=1535591483&amp;fb_query_id=188971149"
th:href="${domainName}">为您推荐模拟试卷<span class="gray right">更多</span></a>
</h3>
<div class="mod_cont">
<ul class="lists">
<li class="pictext" th:each="p,pStat:${hotPaperList}">
<a th:href="${domainName + 'paper/' + p.id + '.html'}" class="a_mask post_ulog_search lazyload_ulog_search post_ulog_action lazyload_ulog_action"></a>
<div class="flexbox">
<div class="item_list">
<div class="item_main" th:text="${p.name}">理科数学 东城区2017年高三上学期期末考试</div>
<div class="tag_box">
<span class="tag" style="color: rgb(242, 161, 47); background-color: rgba(242, 161, 47, 0.15);"
title="北京">北京</span> <span class="tag"
style="color: rgb(51, 190, 133); background-color: rgba(51, 190, 133, 0.15);"
title="真题">真题</span> <span class="tag"
style="color: rgb(123, 189, 255); background-color: rgba(123, 189, 255, 0.15);"
title="理科数学">理科数学</span>
</div>
</div>
</div> </div>
</a></li> </li>
</ul> </ul>
</div>
</div>
</div>
</div>
<div class="popup popup-about">
<header class="bar bar-nav">
<a class="button button-link button-nav pull-right close-popup">
关闭 </a>
<h1 class="title">关于探果网</h1>
</header>
<div class="content">
<div class="content-inner">
<div class="content-block">
<p><h4>探果网旨在为用户提供高效的备考服务,让知识能无障碍传播,为用户创造价值,助您不断前行!</h4></p>
<p><h3>
电脑上查阅题目更加方便
</h3></p>
<div>
<div>更多试卷信息请关注微信公众号</div>
<p>
<img style="width:80px;height:80px;" alt="探果网公众号" th:src="${domainName + 'images/qrcode_for_gh_30d79d8188a1_258.jpg'}">
</p>
</div> </div>
<p></p>
<p>
<a class="button close-popup">确定</a>
</p>
</div> </div>
<!--/模拟列表-->
</div> </div>
</div>
</div>
<div class="panel-overlay"></div> <!--底部:导航当前页用h1着重强调-->
<!-- Left Panel with Reveal effect --> <footer class="footer">
<div class="panel panel-left panel-reveal"> <div class="nav">
<div class="content-block"> <span class="location"><a th:href="${domainName}">上海手机探果网</a></span>
<p>这是一个侧栏</p> </div>
<p></p> <div class="link_box">
<!-- Click on link with "close-panel" class will close panel --> <div class="link_tit">
<p> <h3 class="li text_cut active" data-act="foot_nav"
<a href="#" class="close-panel">关闭</a> data-mark="foot_nav">探果网分站</h3>
</p> <h3 class="li text_cut" data-act="foot_nav" data-mark="foot_nav">热门城市</h3>
</div> </div>
</div> <div class="link_cont">
<div class="panel panel-right panel-cover"> <ul class="gridbox col_3 contlists active" data-mark="foot_navs">
<div class="content-block"> <li class="box_col"><a th:href="${domainName}">北京探果网</a></li>
<p>探果网</p> <li class="box_col"><a th:href="${domainName}">成都探果网</a></li>
<p></p> <li class="box_col"><a th:href="${domainName}">杭州探果网</a></li>
<!-- Click on link with "close-panel" class will close panel --> <li class="box_col"><a th:href="${domainName}">上海探果网</a></li>
<p> <li class="box_col"><a th:href="${domainName}">天津探果网</a></li>
<a href="#" class="close-panel">关闭</a> <li class="box_col"><a th:href="${domainName}">南京探果网</a></li>
</p> <li class="box_col"><a th:href="${domainName}">青岛探果网</a></li>
</div> <li class="box_col"><a th:href="${domainName}">广州探果网</a></li>
<li class="box_col"><a th:href="${domainName}">济南探果网</a></li>
</ul>
<ul class="gridbox col_3 contlists" data-mark="foot_navs">
<li class="box_col"><a th:href="${domainName}">重庆探果网</a></li>
<li class="box_col"><a th:href="${domainName}">苏州探果网</a></li>
<li class="box_col"><a th:href="${domainName}">武汉探果网</a></li>
<li class="box_col"><a th:href="${domainName}">深圳探果网</a></li>
<li class="box_col"><a th:href="${domainName}">长沙探果网</a></li>
<li class="box_col"><a th:href="${domainName}">大连探果网</a></li>
<li class="box_col"><a th:href="${domainName}">厦门探果网</a></li>
<li class="box_col"><a th:href="${domainName}">合肥探果网</a></li>
<li class="box_col"><a th:href="${domainName}">佛山探果网</a></li>
<li class="box_col"><a th:href="${domainName}">东莞探果网</a></li>
<li class="box_col"><a th:href="${domainName}">烟台探果网</a></li>
</ul>
</div>
</div>
<div class="info">
<div class="icon_box">
<a href="javascript:;" data-mark="download_app"
title="iPhone客户端" class="icon_iphone lazyload_ulog"
rel="nofollow">iPhone客户端</a>
<a href="javascript:;"
title="Android客户端" class="icon_android lazyload_ulog"
data-evtid="10380" data-ulog="ljweb_mod=bottom_logo_android"
rel="nofollow">Android客户端</a>
</div>
<div class="copyright">
<p class="company">上海探果网络科技有限公司</p>
<p class="record">沪ICP备14022608号-1</p>
<div class="record" style="">
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo"
style="display: inline-block; text-decoration: none; height: 20px; line-height: 20px;"><img
src="https://s1.ljcdn.com/hulk-web/static/m/images/common/beian.png?_v=14022608"
style="float: left;">
<p
style="float: left; height: 20px; line-height: 20px; margin: 0px 0px 0px 5px; color: #727373;">沪ICP备14022608号-1</p></a>
</div>
</div>
</div>
</footer>
<!--/底部-->
</section>
<!--/页面-->
</div> </div>
</div> </div>
</body> </body>

Loading…
Cancel
Save