|
|
|
@ -1,110 +1,667 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<html style="font-size: 42px;">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<title th:text="${'探果网_' + paper.name}"></title>
|
|
|
|
|
<meta name="keywords" th:content="${#strings.isEmpty(subject.seoKeywords) ? '探果网为考生提供高效的智能备考服务,涵括领域有高考、财会类、建筑工程、职业资格、医卫类、计算机类和学历类等热门考试题库。拥有高校名师丰富的经验,优质的学习资料和备考全阶段的高效服务!' : subject.seoKeywords}"/>
|
|
|
|
|
<meta name="description" th:content="${#strings.isEmpty(subject.seoDescription) ? '探果网,高考试题,高考试卷,高校试题,名校,名校试题,名校试卷,高校名师,名师专访,名师教案,名师课堂试题库,试卷库,智能题库,历年真题,模拟试题,押题,预测试题,高考,会计证,会计从业,会计师,经济师,施工员,建造师,建筑师,造价师,职业资格,证券资格,考研,计算机考试,建筑考试,财会类,医卫类,护士资格,公务员,知识点,试题,试卷' : 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 charset="UTF-8">
|
|
|
|
|
<meta name="apple-mobile-web-app-title" content="掌上探果网">
|
|
|
|
|
<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">
|
|
|
|
|
<link rel="stylesheet" href="//g.alicdn.com/msui/sm/0.6.2/css/sm.min.css">
|
|
|
|
|
<script type='text/javascript' src='//g.alicdn.com/sj/lib/zepto/zepto.min.js' charset='utf-8'></script>
|
|
|
|
|
<script type='text/javascript' src='//g.alicdn.com/msui/sm/0.6.2/js/sm.min.js' charset='utf-8'></script>
|
|
|
|
|
<meta name="applicable-device" content="mobile">
|
|
|
|
|
<link rel="canonical" href="https://www.tamguo.com" />
|
|
|
|
|
<title th:text="${paper.name + '-探果网'}">探果网_聪明的学生都在这里</title>
|
|
|
|
|
<meta name="keywords" th:content="${#strings.isEmpty(course.seoKeywords) ? subject.seoKeywords : course.seoKeywords}"/>
|
|
|
|
|
<meta name="description" th:content="${#strings.isEmpty(course.seoDescription) ? subject.seoDescription : course.seoDescription}"/>
|
|
|
|
|
<link rel="stylesheet" th:href="${domainName + 'mobile/css/base.css'}" />
|
|
|
|
|
<style>
|
|
|
|
|
.lists_model .model_list, .lists_price .price_list {
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .cont li, .filter_box .filter_item .guide li,
|
|
|
|
|
.filter_box .tab_bar, .lists_price .price_list li {
|
|
|
|
|
border-bottom: 1px solid #e5e5e5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.filter_show {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .tab_bar {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 10
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item {
|
|
|
|
|
position: absolute;
|
|
|
|
|
background: #fff;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
-webkit-transition: -webkit-transform .5s ease;
|
|
|
|
|
-moz-transition: transform .5s ease, -moz-transform .5s ease;
|
|
|
|
|
-o-transition: transform .5s ease, -o-transform .5s ease;
|
|
|
|
|
transition: transform .5s ease;
|
|
|
|
|
transition: transform .5s ease, -webkit-transform .5s ease,
|
|
|
|
|
-moz-transform .5s ease, -o-transform .5s ease;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
-moz-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
z-index: 1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .area_list, .filter_box .model_list, .filter_box .more_list,
|
|
|
|
|
.filter_box .price_list {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-height: 25.625rem;
|
|
|
|
|
background: #fff;
|
|
|
|
|
overflow: auto
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .more_list {
|
|
|
|
|
max-height: 20rem;
|
|
|
|
|
max-height: calc(100vh - 16.0625rem)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .area_list {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -moz-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item.active {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
-moz-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
z-index: 2
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .cont, .filter_box .filter_item .guide,
|
|
|
|
|
.filter_box .filter_item .nav {
|
|
|
|
|
overflow: auto
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .lists_area.active {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -moz-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item li {
|
|
|
|
|
line-height: 2.5rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item li.active a {
|
|
|
|
|
color: #00ae66;
|
|
|
|
|
-webkit-tap-highlight-color: rgab(0, 0, 0, 0)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item li.active .btn {
|
|
|
|
|
color: #fff;
|
|
|
|
|
-webkit-tap-highlight-color: rgab(0, 0, 0, 0)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .guide, .filter_box .filter_item .nav {
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
padding-left: 1.1875rem;
|
|
|
|
|
border-right: 1px solid #e5e5e5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .nav {
|
|
|
|
|
background: #f0f0f0;
|
|
|
|
|
padding-left: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .nav li {
|
|
|
|
|
padding-left: 1.875rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .nav li.active {
|
|
|
|
|
background: #fff;
|
|
|
|
|
margin-right: -1px;
|
|
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
|
border-bottom: 1px solid #e5e5e5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .nav li:first-child {
|
|
|
|
|
border-top: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .cont {
|
|
|
|
|
-webkit-box-flex: 2;
|
|
|
|
|
-webkit-flex: 2;
|
|
|
|
|
-moz-box-flex: 2;
|
|
|
|
|
-ms-flex: 2;
|
|
|
|
|
flex: 2;
|
|
|
|
|
padding-left: 1.1875rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .cont li.active, .filter_box .filter_item .guide li.active
|
|
|
|
|
{
|
|
|
|
|
color: #00ae66
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter_box .filter_item .level2.active, .filter_box .filter_item .level3.active
|
|
|
|
|
{
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_price .price_list {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-left: 1.25rem;
|
|
|
|
|
box-sizing: border-box
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_price .price_list li {
|
|
|
|
|
height: 3.125rem;
|
|
|
|
|
line-height: 3.125rem;
|
|
|
|
|
font-size: 1rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_price .price_list li:last-child {
|
|
|
|
|
border-bottom: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_price li>* {
|
|
|
|
|
vertical-align: middle
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_price li>span {
|
|
|
|
|
margin-right: .9375rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_price .input {
|
|
|
|
|
width: 2.1875rem;
|
|
|
|
|
height: 1.125rem;
|
|
|
|
|
line-height: 1.125rem;
|
|
|
|
|
padding: 0 .125rem;
|
|
|
|
|
font-size: .6875rem;
|
|
|
|
|
border: 0;
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
-webkit-border-radius: .125rem;
|
|
|
|
|
-moz-border-radius: .125rem;
|
|
|
|
|
border-radius: .125rem;
|
|
|
|
|
text-align: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_price .connect {
|
|
|
|
|
padding: 0 .3125rem;
|
|
|
|
|
color: #c5c5c5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .btn, .lists_price .btn {
|
|
|
|
|
background-color: #00ae66;
|
|
|
|
|
color: #fff
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_price .btn {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 2.0625rem;
|
|
|
|
|
height: 1rem;
|
|
|
|
|
line-height: 1rem;
|
|
|
|
|
margin-left: .625rem;
|
|
|
|
|
font-size: .625rem;
|
|
|
|
|
-webkit-border-radius: .125rem;
|
|
|
|
|
-moz-border-radius: .125rem;
|
|
|
|
|
border-radius: .125rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .model_list {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-left: 1.25rem;
|
|
|
|
|
box-sizing: border-box
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .model_list li {
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
line-height: 2.5rem;
|
|
|
|
|
border-bottom: 1px solid #e5e5e5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .model_list li:last-child {
|
|
|
|
|
border-bottom: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .model_list li label {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -moz-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .model_list .model {
|
|
|
|
|
display: block;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .model_list input[type=checkbox] {
|
|
|
|
|
margin-top: .8125rem;
|
|
|
|
|
margin-right: 1.25rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .btn_link {
|
|
|
|
|
background: 0 0;
|
|
|
|
|
color: #00ae66
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_more .item {
|
|
|
|
|
padding: 1.25rem;
|
|
|
|
|
border-bottom: 1px solid #e5e5e5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_more .item:last-child {
|
|
|
|
|
border-bottom: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_more .item_tit {
|
|
|
|
|
font-size: .875rem;
|
|
|
|
|
font-weight: 600
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_more .item_desc {
|
|
|
|
|
color: #9c9fa1;
|
|
|
|
|
font-size: .6875rem;
|
|
|
|
|
margin-top: .9375rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_more .item_cont .value_lists {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-bottom: .125rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_more .item_cont .val {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 25%;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
line-height: 1.5625rem;
|
|
|
|
|
margin: .75rem 0 0;
|
|
|
|
|
padding-right: .75rem;
|
|
|
|
|
font-size: .6875rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #999;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_more .item_cont .val a {
|
|
|
|
|
display: block;
|
|
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
|
color: #999;
|
|
|
|
|
-webkit-border-radius: .125rem;
|
|
|
|
|
-moz-border-radius: .125rem;
|
|
|
|
|
border-radius: .125rem;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_more .item_cont .val.active a {
|
|
|
|
|
border-color: #00ae66
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .opt_box, .lists_more .opt_box, .opt_box+.lists_model .model_list
|
|
|
|
|
{
|
|
|
|
|
border-top: 1px solid #e5e5e5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .model_list li, .lists_price .price_list li {
|
|
|
|
|
background:
|
|
|
|
|
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAQAAACROWYpAAAAUklEQVR4Ae3VOQEAQQgDwEhACk4XgyESFgX3Obi/IqkHOoCMI2euFzs5ZGDkeq8MsHKV42Lkx3YcM3Ajh2vcuHHj/3Hj+0ef9ezdyBisy7AYsg2cbp3yKncnfQAAAABJRU5ErkJggg==)
|
|
|
|
|
92% center no-repeat;
|
|
|
|
|
-moz-background-size: .9375rem .9375rem;
|
|
|
|
|
-o-background-size: .9375rem .9375rem;
|
|
|
|
|
background-size: .9375rem .9375rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_model .model_list li.active, .lists_price .price_list li.active {
|
|
|
|
|
background:
|
|
|
|
|
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAPFBMVEUAAAAAr2AArmYAr2UArWYArWUArmUArmUArmUArWYArWUArmYArmUAr2gArWYAr2QArWYArmUArWUArmbHRGgfAAAAE3RSTlMAEKAw8GDPkO+Pn9CwIIBAcMDgP/MWjgAAAIJJREFUeF7N0zkWxDAIBNHGSJY861L3v+sERHgentSV/oSAlm2TormZBnUMNVxFzhSoDM7Hdsi2XixzVlgLDqVn9r7TxJ3pim6hia8w49wlNPO9wWqhPLRnPYFL6KJfVgdeSRNrAZJm1ju0YvuEFixvoQXLT/VMxzNo/0Zko1XYhn0BNtYUGVhIZlYAAAAASUVORK5CYII=)
|
|
|
|
|
92% center no-repeat;
|
|
|
|
|
-moz-background-size: .9375rem .9375rem;
|
|
|
|
|
-o-background-size: .9375rem .9375rem;
|
|
|
|
|
background-size: .9375rem .9375rem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lists_price .price_list li, .lists_price .price_list li.active {
|
|
|
|
|
background: 0 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.video-title {
|
|
|
|
|
margin-top:50px;
|
|
|
|
|
font-size: 1.175rem;
|
|
|
|
|
color: #101D37;
|
|
|
|
|
letter-spacing: 0.2px;
|
|
|
|
|
line-height: 1.375rem;
|
|
|
|
|
margin-bottom: 0.75rem;
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="page-group">
|
|
|
|
|
<div class="page" id="page-index">
|
|
|
|
|
<header class="bar bar-nav">
|
|
|
|
|
<a class="icon icon-me pull-left open-panel"
|
|
|
|
|
data-panel=".panel-left"></a> <a
|
|
|
|
|
class="button button-link button-nav pull-right open-popup"
|
|
|
|
|
data-popup=".popup-about"> 关于 <span class="icon icon-menu"></span>
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
<div class="main_start">
|
|
|
|
|
<!--页面-->
|
|
|
|
|
<!--TODO here-->
|
|
|
|
|
<section class="page page_xiaoqu">
|
|
|
|
|
<header class="header header_white">
|
|
|
|
|
<div class="flexbox left">
|
|
|
|
|
<a href="javascript:history.back();" class="header_back"></a>
|
|
|
|
|
<a th:href="${domainName}" class="city_wrap">
|
|
|
|
|
<span class="switch_city">
|
|
|
|
|
<em class="city">北京</em><i class="icon_pull"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<h1 class="title" th:text="${'探果网-' + subject.name}"></h1>
|
|
|
|
|
</div>
|
|
|
|
|
<a th:href="${domainName}" class=""><span
|
|
|
|
|
style="font-weight: 600; font-size: 38px; color: #00ae66;">探果网</span></a>
|
|
|
|
|
<a th:href="${domainName}" class="my right"><i class="icon_user"></i></a>
|
|
|
|
|
</header>
|
|
|
|
|
<div class="bar bar-standard bar-footer">
|
|
|
|
|
<a class="icon icon-edit pull-left"></a> <a
|
|
|
|
|
class="icon icon-settings pull-right open-panel"
|
|
|
|
|
data-panel=".panel-right"></a>
|
|
|
|
|
|
|
|
|
|
<!--/头部-->
|
|
|
|
|
<div class="content_area">
|
|
|
|
|
|
|
|
|
|
<div class="dynamic_search_box">
|
|
|
|
|
<div class="input_wrap">
|
|
|
|
|
<a th:href="${domainName}" class="post_ulog" data-evtid="10523"
|
|
|
|
|
data-ulog="">
|
|
|
|
|
<div class="search_box search_center">
|
|
|
|
|
<i class="icon_search_gray"></i><input type="text"
|
|
|
|
|
class="input" placeholder="请输入学校或老师名~">
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content" id='page-index'>
|
|
|
|
|
<div class="content-inner">
|
|
|
|
|
<div class="content-padded content-title"><h4 th:text="${paper.name}"></h4></div>
|
|
|
|
|
<div class="card" th:each="question,status:${questionList}">
|
|
|
|
|
<div class="card-content no-border">
|
|
|
|
|
<div class="card-header">题干</div>
|
|
|
|
|
<div class="card-content-inner card-content-inner" th:utext="${question.content}">这是一个用纯文本的简单卡片。但卡片可以包含自己的页头,页脚,列表视图,图像,和里面的任何元素。</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-content no-border">
|
|
|
|
|
<div class="card-header">答案</div>
|
|
|
|
|
<div class="card-content-inner" ><div th:utext="${question.answer}"></div></div>
|
|
|
|
|
<!--房源列表-->
|
|
|
|
|
<div class="mod_box house_lists">
|
|
|
|
|
<!--筛选条-->
|
|
|
|
|
<div class="tab_bar flexbox" data-mark="booth">
|
|
|
|
|
<div class="tab_tit box_col" data-mark="booth_area">
|
|
|
|
|
<h2 class="tit">科目</h2>
|
|
|
|
|
<i class="icon_triangle_down"></i>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="tab_tit box_col" data-mark="booth_price">
|
|
|
|
|
<h2 class="tit">章节</h2>
|
|
|
|
|
<i class="icon_triangle_down"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab_tit box_col" data-mark="booth_model">
|
|
|
|
|
<h2 class="tit">题目</h2>
|
|
|
|
|
<i class="icon_triangle_down"></i>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--/筛选条-->
|
|
|
|
|
<div class="video-title" th:text="${paper.name}">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="mod_cont">
|
|
|
|
|
<li class="pictext" th:each="q,qStat:${questionList}">
|
|
|
|
|
<a th:href="${domainName + 'question/' + q.id + '.html'}" th:utext="${q.content}">
|
|
|
|
|
</a>
|
|
|
|
|
<div class="card-name-wrapper" style="padding: 1.5625rem 1.25rem;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-end;align-items: flex-end;padding-bottom: 1rem;">
|
|
|
|
|
<div class="resblock-tags-line">
|
|
|
|
|
<span class="tag" th:text="${q.questionType}">住宅</span><span class="tag" th:text="${q.score }" th:if="${q.score != null}">分数</span><span class="tag" th:text="${q.year}" th:if="${q.year != null}">年份</span>
|
|
|
|
|
</div>
|
|
|
|
|
<a th:href="${domainName + 'question/' + q.id + '.html'}" class="more post_ulog" style="float:right;">查看解析</a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--/房源列表-->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layer_fixed b" style="display: none;"
|
|
|
|
|
data-mark="sort_layer">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<ul class="lists">
|
|
|
|
|
<li class="li active" data-act="sort" data-query="id=0"><a
|
|
|
|
|
th:href="${domainName + 'course/' + course.id + '.html'}" th:text="${course.name}">默认</a></li>
|
|
|
|
|
<li class="li" data-act="sort" data-query="id=21"><a
|
|
|
|
|
th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-content no-border">
|
|
|
|
|
<div class="card-header">解析</div>
|
|
|
|
|
<div class="card-content-inner" ><div th:utext="${question.analysis}"></div></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-footer">
|
|
|
|
|
<span class="link">赞</span>
|
|
|
|
|
<span class="link">评论</span>
|
|
|
|
|
<span class="link">分享</span>
|
|
|
|
|
<!--底部:导航当前页用h1着重强调-->
|
|
|
|
|
<footer class="footer">
|
|
|
|
|
<div class="nav">
|
|
|
|
|
<span class="location"><a th:href="${domainName}">探果网北京站</a></span> <i
|
|
|
|
|
class="crumb"></i>
|
|
|
|
|
<h1 class="cur" title="北京探果网">
|
|
|
|
|
<a th:href="${domainName}">北京小区</a>
|
|
|
|
|
</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="link_box">
|
|
|
|
|
<div class="link_tit">
|
|
|
|
|
<h3 class="li text_cut active" data-act="foot_nav"
|
|
|
|
|
data-mark="foot_nav">北京高考</h3>
|
|
|
|
|
<h3 class="li text_cut" data-act="foot_nav" data-mark="foot_nav">热门推荐</h3>
|
|
|
|
|
<h3 class="li text_cut" data-act="foot_nav" data-mark="foot_nav">周边试题</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="link_cont">
|
|
|
|
|
<ul class="gridbox col_3 contlists active" data-mark="foot_navs">
|
|
|
|
|
<li class="box_col"><a
|
|
|
|
|
th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a
|
|
|
|
|
th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<ul class="gridbox col_3 contlists" data-mark="foot_navs">
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<ul class="gridbox col_3 contlists" data-mark="foot_navs">
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
<li class="box_col"><a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:text="${subject.name}">科目</a></li></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="info">
|
|
|
|
|
<div class="icon_box">
|
|
|
|
|
<a href="javascript:;"
|
|
|
|
|
title="iPhone客户端" class="icon_iphone lazyload_ulog"
|
|
|
|
|
rel="nofollow">iPhone客户端</a> <a href="javascript:;"
|
|
|
|
|
title="Android客户端" class="icon_android lazyload_ulog"
|
|
|
|
|
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>
|
|
|
|
|
<section class="layer_fixed filter_box" style="display: none;"
|
|
|
|
|
data-mark="panel_box">
|
|
|
|
|
<!--头部筛选条-->
|
|
|
|
|
<header class="tab_bar flexbox">
|
|
|
|
|
<div class="tab_tit box_col active" data-mark="button_area">
|
|
|
|
|
<span class="tit">区域</span><i class="icon_triangle_down"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab_tit box_col" data-mark="button_price">
|
|
|
|
|
<span class="tit">均价</span><i class="icon_triangle_down"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab_tit box_col" data-mark="button_model">
|
|
|
|
|
<span class="tit">类型</span><i class="icon_triangle_down"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab_tit box_col" data-mark="button_year">
|
|
|
|
|
<span class="tit">楼龄</span><i class="icon_triangle_down"></i>
|
|
|
|
|
</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-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>
|
|
|
|
|
<p></p>
|
|
|
|
|
<p>
|
|
|
|
|
<a class="button close-popup">确定</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="panel-overlay"></div>
|
|
|
|
|
<!-- Left Panel with Reveal effect -->
|
|
|
|
|
<div class="panel panel-left panel-reveal">
|
|
|
|
|
<div class="content-block">
|
|
|
|
|
<p>这是一个侧栏</p>
|
|
|
|
|
<p></p>
|
|
|
|
|
<!-- Click on link with "close-panel" class will close panel -->
|
|
|
|
|
<p>
|
|
|
|
|
<a href="#" class="close-panel">关闭</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel panel-right panel-cover">
|
|
|
|
|
<div class="content-block">
|
|
|
|
|
<p>探果网</p>
|
|
|
|
|
<p></p>
|
|
|
|
|
<!-- Click on link with "close-panel" class will close panel -->
|
|
|
|
|
<p>
|
|
|
|
|
<a href="#" class="close-panel">关闭</a>
|
|
|
|
|
</p>
|
|
|
|
|
<div class="filter_item lists_area" data-mark="panel_area">
|
|
|
|
|
<div class="area_list">
|
|
|
|
|
<div class="nav" data-mark="level1">
|
|
|
|
|
<ul class="level1">
|
|
|
|
|
<li class="li active" data-act="s1"
|
|
|
|
|
data-info="id=district&name=区域">区域</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="guide" data-mark="level2">
|
|
|
|
|
<ul class="level2 active">
|
|
|
|
|
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a></li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'subject/' + subject.id + '.html'}" th:title="${subject.name}">不限</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cont" data-mark="level3" style="display: none;">
|
|
|
|
|
<ul class="level3">
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="filter_item lists_price" data-mark="panel_price">
|
|
|
|
|
<ul class="price_list ">
|
|
|
|
|
<li class="li">
|
|
|
|
|
<a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li" data-act="price" data-info="id=1&name=2万以下">
|
|
|
|
|
<a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li" data-act="price" data-info="id=2&name=2-3万">
|
|
|
|
|
<a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li" data-act="price" data-info="id=3&name=3-4万">
|
|
|
|
|
<a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li" data-act="price" data-info="id=4&name=4-5万">
|
|
|
|
|
<a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li" data-act="price" data-info="id=5&name=5-6万">
|
|
|
|
|
<a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="li" data-act="price" data-info="id=6&name=6万以上">
|
|
|
|
|
<a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--类型-->
|
|
|
|
|
<div class="filter_item lists_model" data-mark="panel_model">
|
|
|
|
|
<ul class="model_list q_roomlist">
|
|
|
|
|
<li class="li"><span
|
|
|
|
|
class="model"><a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a></span></li>
|
|
|
|
|
<li class="li"><span
|
|
|
|
|
class="model"><a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a></span></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="opt_box">
|
|
|
|
|
<a href="javascript:;" class="btn btn_link" data-act="clear"
|
|
|
|
|
style="display: none;">清空条件</a> <a href="javascript:;"
|
|
|
|
|
class="btn btn_green" data-act="submit">确定</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--/类型-->
|
|
|
|
|
<!--楼龄-->
|
|
|
|
|
<div class="filter_item lists_year" data-mark="panel_year">
|
|
|
|
|
<ul class="model_list q_roomlist">
|
|
|
|
|
<li class="li"><span class="model"><a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a></span></li>
|
|
|
|
|
<li class="li"><span class="model"><a th:href="${domainName + 'course/' + course.id + '.html'}" th:title="${course.name}"></a></span></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="opt_box">
|
|
|
|
|
<a href="javascript:;" class="btn btn_link" data-act="clear"
|
|
|
|
|
style="display: none;">清空条件</a> <a href="javascript:;"
|
|
|
|
|
class="btn btn_green" data-act="submit">确定</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--/楼龄-->
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|