@ -0,0 +1,422 @@
|
|||||||
|
.wrapper {
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.wrapper .page {
|
||||||
|
background: #f5f5f5;
|
||||||
|
}
|
||||||
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.home_header {
|
||||||
|
width: 100%;
|
||||||
|
height: 14.0625rem;
|
||||||
|
line-height: 14.0625rem;
|
||||||
|
background: url(../images/timg.jpg) center center no-repeat;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.home_header .top {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: -moz-box;
|
||||||
|
display: flex;
|
||||||
|
height: 2.8125rem;
|
||||||
|
line-height: 2.8125rem;
|
||||||
|
padding: 0 .25rem 0 .9375rem;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.home_header .content {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 11.25rem;
|
||||||
|
}
|
||||||
|
.home_header .box_col {
|
||||||
|
-webkit-box-flex: 1;
|
||||||
|
-webkit-flex: 1;
|
||||||
|
-ms-flex: 1;
|
||||||
|
-moz-box-flex: 1;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
.home_header .switch_city {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0 .5rem;
|
||||||
|
height: 1.5rem;
|
||||||
|
line-height: 1.5rem;
|
||||||
|
background: rgba(0,0,0,.5);
|
||||||
|
-webkit-border-radius: .75rem;
|
||||||
|
-moz-border-radius: .75rem;
|
||||||
|
border-radius: .75rem;
|
||||||
|
vertical-align: middle;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.home_header .switch_city .city {
|
||||||
|
font-size: .8125rem;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.home_header .switch_city * {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.home_header .switch_city * {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.icon_pull {
|
||||||
|
background-position: 0 -10.5rem;
|
||||||
|
-webkit-transform: scale(.36,.42);
|
||||||
|
-moz-transform: scale(.36,.42);
|
||||||
|
-ms-transform: scale(.36,.42);
|
||||||
|
-o-transform: scale(.36,.42);
|
||||||
|
transform: scale(.36,.42);
|
||||||
|
}
|
||||||
|
.icon_arrow_right, .icon_download, .icon_fanhui, .icon_fanhui2, .icon_fanhui_b, .icon_pic, .icon_pull, .icon_search, .icon_search_b, .icon_search_gray, .icon_sort, .icon_triangle_down, .icon_triangle_up, .icon_triangle_up_b, .icon_user {
|
||||||
|
display: inline-block;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
margin: -.5rem;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-image: url(../mobile/images/sprite.svg);
|
||||||
|
-webkit-background-size: 2rem 62.375rem;
|
||||||
|
background-size: 2rem 62.375rem;
|
||||||
|
vertical-align: middle;
|
||||||
|
-webkit-transform: scale(.5);
|
||||||
|
transform: scale(.5);
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
.home_header .app, .home_header .my {
|
||||||
|
display: inline-block;
|
||||||
|
width: 2.5rem;
|
||||||
|
height: 100%;
|
||||||
|
line-height: 1em;
|
||||||
|
padding-top: .5rem;
|
||||||
|
font-size: .75rem;
|
||||||
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.header .header_back:after, .header .icon_pull, .header .icon_user, .header .logo, .home_header .icon_user {
|
||||||
|
font-size: 0;
|
||||||
|
display: inline-block;
|
||||||
|
background-image: url(../mobile/images/sprite_new.svg);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 0 0;
|
||||||
|
-webkit-transform: none;
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
.home_header .icon_user {
|
||||||
|
width: 1.8rem;
|
||||||
|
height: 1.8rem;
|
||||||
|
background-size: 1.8rem;
|
||||||
|
background-position: 0 -14.9625rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.icon_user {
|
||||||
|
background-position: 0 -15.75rem;
|
||||||
|
}
|
||||||
|
.home_header .content {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 11.25rem;
|
||||||
|
}
|
||||||
|
.home_header .slogan {
|
||||||
|
position: absolute;
|
||||||
|
width: 12.625rem;
|
||||||
|
height: 3.875rem;
|
||||||
|
background: url(../images/head_slogan.png) center center no-repeat;
|
||||||
|
-moz-background-size: 100%;
|
||||||
|
-o-background-size: 100%;
|
||||||
|
background-size: 100%;
|
||||||
|
font-size: 0;
|
||||||
|
top: 1rem;
|
||||||
|
left: 50%;
|
||||||
|
-webkit-transform: translateX(-50%);
|
||||||
|
-moz-transform: translateX(-50%);
|
||||||
|
-ms-transform: translateX(-50%);
|
||||||
|
-o-transform: translateX(-50%);
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
.home_header .search_box {
|
||||||
|
position: absolute;
|
||||||
|
width: auto;
|
||||||
|
bottom: .25rem;
|
||||||
|
left: .9375rem;
|
||||||
|
right: .9375rem;
|
||||||
|
background: #fff;
|
||||||
|
border: 0;
|
||||||
|
margin: .75rem 0;
|
||||||
|
}
|
||||||
|
.search_box {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
margin: .9375rem .9375rem 0;
|
||||||
|
height: 2.1875rem;
|
||||||
|
padding-left: 1.425rem;
|
||||||
|
-webkit-border-radius: .125rem;
|
||||||
|
-moz-border-radius: .125rem;
|
||||||
|
border-radius: .125rem;
|
||||||
|
overflow: hidden;
|
||||||
|
border: 1px solid #e5e5e5;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
.home_header .search_box .icon_search_gray {
|
||||||
|
position: absolute;
|
||||||
|
-webkit-transform: scale(.5);
|
||||||
|
-moz-transform: scale(.5);
|
||||||
|
-ms-transform: scale(.5);
|
||||||
|
-o-transform: scale(.5);
|
||||||
|
transform: scale(.5);
|
||||||
|
left: .4rem;
|
||||||
|
top: .45rem;
|
||||||
|
}
|
||||||
|
.search_box .icon_search, .search_box .icon_search_gray {
|
||||||
|
position: absolute;
|
||||||
|
-webkit-transform: scale(.5);
|
||||||
|
-moz-transform: scale(.5);
|
||||||
|
-ms-transform: scale(.5);
|
||||||
|
-o-transform: scale(.5);
|
||||||
|
transform: scale(.5);
|
||||||
|
left: .4rem;
|
||||||
|
top: .45rem;
|
||||||
|
}
|
||||||
|
.icon_search_gray {
|
||||||
|
margin: -.375rem;
|
||||||
|
background-position: 0 -13.125rem;
|
||||||
|
-webkit-transform: scale(.625);
|
||||||
|
-moz-transform: scale(.625);
|
||||||
|
-ms-transform: scale(.625);
|
||||||
|
-o-transform: scale(.625);
|
||||||
|
transform: scale(.625);
|
||||||
|
}
|
||||||
|
.icon_arrow_right, .icon_download, .icon_fanhui, .icon_fanhui2, .icon_fanhui_b, .icon_pic, .icon_pull, .icon_search, .icon_search_b, .icon_search_gray, .icon_sort, .icon_triangle_down, .icon_triangle_up, .icon_triangle_up_b, .icon_user {
|
||||||
|
display: inline-block;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
margin: -.5rem;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-image: url(../images/sprite.svg);
|
||||||
|
-webkit-background-size: 2rem 62.375rem;
|
||||||
|
background-size: 2rem 62.375rem;
|
||||||
|
vertical-align: middle;
|
||||||
|
-webkit-transform: scale(.5);
|
||||||
|
transform: scale(.5);
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
.search_box .input {
|
||||||
|
margin-right: .125rem;
|
||||||
|
border: 0;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
.wrapper .page .content_area {
|
||||||
|
min-height: 32rem;
|
||||||
|
min-height: calc(100vh - 2.8125rem);
|
||||||
|
}
|
||||||
|
.wrapper .page .content_area .mod_box:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
.channel_nav {
|
||||||
|
padding: .3125rem .625rem 1.25rem;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.mod_box {
|
||||||
|
margin-top: .75rem;
|
||||||
|
padding: 0 0 0 1.25rem;
|
||||||
|
background-color: #fff;
|
||||||
|
border-top: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.mod_box, .mod_box h3.mod_tit {
|
||||||
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.gridbox.col_4 .box_col {
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
|
.channel_nav .box_col {
|
||||||
|
margin: .9375rem 0 0;
|
||||||
|
}
|
||||||
|
.gridbox .box_col {
|
||||||
|
float: left;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.channel_nav .box_col>a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.page_home .icon_agent, .page_home .icon_app, .page_home .icon_b_baike, .page_home .icon_b_chengjiao, .page_home .icon_b_daikuan, .page_home .icon_b_fangjia, .page_home .icon_b_gujia, .page_home .icon_b_jingjiren, .page_home .icon_b_kefu, .page_home .icon_b_lanmu, .page_home .icon_b_lanrenzhaofang, .page_home .icon_b_shoufu, .page_home .icon_b_shuifei, .page_home .icon_b_wenda, .page_home .icon_b_xiaoqu, .page_home .icon-lishi, .page_home .icon_ditie, .page_home .icon-shuxue1, .page_home .icon_goufang, .page_home .icon_gujia, .page_home .icon-zhengzhi, .page_home .icon_linshen, .page_home .icon-weishengwu, .page_home .icon-huaxue-, .page_home .icon_redian, .page_home .icon_shop, .page_home .icon_wenda, .page_home .icon_wiki, .page_home .icon-dili-, .page_home .icon-xianshangshuxue1, .page_home .icon_xuequfang, .page_home .icon_zhinan, .page_home .icon_zhuangxiu, .page_home .icon-wuli- {
|
||||||
|
display: inline-block;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
margin: .6875rem;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-image: url(../images/sprite_icon.svg);
|
||||||
|
-moz-background-size: 2rem 92rem;
|
||||||
|
-o-background-size: 2rem 92rem;
|
||||||
|
background-size: 2rem 92rem;
|
||||||
|
-webkit-transform: scale(1.6875);
|
||||||
|
-moz-transform: scale(1.6875);
|
||||||
|
-ms-transform: scale(1.6875);
|
||||||
|
-o-transform: scale(1.6875);
|
||||||
|
transform: scale(1.6875);
|
||||||
|
}
|
||||||
|
.page_home .icon-shuxue1 {
|
||||||
|
background-image: url(../images/likeshuxue.png);
|
||||||
|
}
|
||||||
|
.page_home .icon-xianshangshuxue1 {
|
||||||
|
background-image: url(../images/wenkeshuxue.png);
|
||||||
|
}
|
||||||
|
.page_home .icon-wuli- {
|
||||||
|
background-image: url(../images/wuli.png);
|
||||||
|
}
|
||||||
|
.page_home .icon-huaxue- {
|
||||||
|
background-image: url(../images/huaxue.png);
|
||||||
|
}
|
||||||
|
.page_home .icon-weishengwu {
|
||||||
|
background-image: url(../images/shengwu.png);
|
||||||
|
background-size: cover;
|
||||||
|
transform: scale(1.5);
|
||||||
|
}
|
||||||
|
.page_home .icon-zhengzhi {
|
||||||
|
background-image: url(../images/zhengzhi.png);
|
||||||
|
}
|
||||||
|
.page_home .icon-lishi {
|
||||||
|
background-image: url(../images/lishi.png);
|
||||||
|
}
|
||||||
|
.page_home .icon-dili- {
|
||||||
|
background-image: url(../images/dili.png);
|
||||||
|
background-size: cover;
|
||||||
|
transform: scale(1.5);
|
||||||
|
}
|
||||||
|
.page_home .icon_agent, .page_home .icon-lishi, .page_home .icon-shuxue1, .page_home .icon-zhengzhi, .page_home .icon-huaxue-, .page_home .icon_shop, .page_home .icon-xianshangshuxue1, .page_home .icon_zhuangxiu, .page_home .icon-wuli- {
|
||||||
|
background-size: cover;
|
||||||
|
transform: scale(1.5);
|
||||||
|
}
|
||||||
|
.channel_nav .name {
|
||||||
|
margin-top: 0;
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
.data_channel {
|
||||||
|
padding: 0 0 0 1.25rem;
|
||||||
|
}
|
||||||
|
.mod_box {
|
||||||
|
margin-top: .75rem;
|
||||||
|
padding: 0 0 0 1.25rem;
|
||||||
|
background-color: #fff;
|
||||||
|
border-top: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.data_channel .title {
|
||||||
|
position: relative;
|
||||||
|
height: 3.4375rem;
|
||||||
|
line-height: 3.4375rem;
|
||||||
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.data_channel .title a {
|
||||||
|
display: block;
|
||||||
|
color: #333;
|
||||||
|
font-size: 1rem;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.tool_list_wrap {
|
||||||
|
margin-left: -1.2rem;
|
||||||
|
padding: 1.25rem 0 0;
|
||||||
|
}
|
||||||
|
.gridbox:after, .gridbox:before {
|
||||||
|
display: table;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.gridbox.col_5 .box_col {
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
.tool_list_wrap .link {
|
||||||
|
margin-bottom: 1.25rem;
|
||||||
|
}
|
||||||
|
.gridbox .box_col {
|
||||||
|
float: left;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.channel_box .icon {
|
||||||
|
-webkit-transform: scale(.78125);
|
||||||
|
-moz-transform: scale(.78125);
|
||||||
|
-ms-transform: scale(.78125);
|
||||||
|
-o-transform: scale(.78125);
|
||||||
|
transform: scale(.78125);
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.page_home .icon_b_gujia {
|
||||||
|
background-position: 0 -57.75rem;
|
||||||
|
}
|
||||||
|
.tool_list_wrap {
|
||||||
|
margin-left: -1.2rem;
|
||||||
|
padding: 1.25rem 0 0;
|
||||||
|
}
|
||||||
|
.gridbox.col_5 .box_col {
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
.tool_list_wrap .link {
|
||||||
|
margin-bottom: 1.25rem;
|
||||||
|
}
|
||||||
|
.gridbox .box_col {
|
||||||
|
float: left;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.channel_box .icon {
|
||||||
|
-webkit-transform: scale(.78125);
|
||||||
|
-moz-transform: scale(.78125);
|
||||||
|
-ms-transform: scale(.78125);
|
||||||
|
-o-transform: scale(.78125);
|
||||||
|
transform: scale(.78125);
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.channel_nav {
|
||||||
|
padding: .3125rem .625rem 1.25rem;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.page_home .icon_b_jingjiren {
|
||||||
|
background-position: 0 -63rem;
|
||||||
|
}
|
||||||
|
.page_home .icon_b_wenda {
|
||||||
|
background-position: 0 -47.25rem;
|
||||||
|
}
|
||||||
|
.page_home .icon_b_baike {
|
||||||
|
background-position: 0 -49.875rem;
|
||||||
|
}
|
||||||
|
.page_home .icon_b_kefu {
|
||||||
|
background-position: 0 -70.875rem;
|
||||||
|
}
|
||||||
|
.page_home .mod_tit .right {
|
||||||
|
float: right;
|
||||||
|
margin-right: 1.5rem;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
.page_home .mod_tit .gray {
|
||||||
|
font-size: .75rem;
|
||||||
|
}
|
||||||
|
.page_home .gray {
|
||||||
|
color: #9c9fa1;
|
||||||
|
}
|
||||||
|
.mod_box .mod_cont {
|
||||||
|
padding: 0;
|
||||||
|
line-height: 2;
|
||||||
|
}
|
||||||
|
.page_home .mod_box .item_desc {
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
font-size: .8125rem;
|
||||||
|
color: #9c9fa1;
|
||||||
|
padding: .25rem .5rem;
|
||||||
|
margin-top: .75rem;
|
||||||
|
}
|
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 154 KiB |
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 8.0 KiB |
@ -0,0 +1,256 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html style="font-size: 42px;">
|
||||||
|
<head>
|
||||||
|
<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="format-detection" content="telephone=no">
|
||||||
|
<meta name="applicable-device" content="mobile">
|
||||||
|
<link rel="canonical" href="https://www.tamguo.com"/>
|
||||||
|
<meta http-equiv="cleartype" content="on">
|
||||||
|
<meta http-equiv="Cache-Control" content="no-transform " />
|
||||||
|
<title>探果网_聪明的学生都在这里</title>
|
||||||
|
<meta name="keywords" content="高考,考研,财会类,建筑工程,职业资格,医卫类,会计类"/>
|
||||||
|
<meta name="description" content="探果网,高考试题,高考试卷,高校试题,名校,名校试题,名校试卷,高校名师,名师专访,名师教案,名师课堂试题库,试卷库,智能题库,历年真题,模拟试题,押题,预测试题,高考,会计证,会计从业,会计师,经济师,施工员,建造师,建筑师,造价师,职业资格,证券资格,考研,计算机考试,建筑考试,财会类,医卫类,护士资格,公务员,知识点,试题,试卷"/>
|
||||||
|
<link rel="stylesheet" th:href="${domainName + 'mobile/css/reset.css'}" />
|
||||||
|
<link rel="stylesheet" th:href="${domainName + 'mobile/css/index.css'}" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="wrapper">
|
||||||
|
<div class="main_start">
|
||||||
|
<!--页面-->
|
||||||
|
<!--TODO here-->
|
||||||
|
<section class="page page_home">
|
||||||
|
<header class="home_header">
|
||||||
|
<div class="top">
|
||||||
|
<div class="box_col">
|
||||||
|
<a th:href="${domainName}"><span class="switch_city"><em class="city">上海</em><i class="icon_pull"></i></span></a>
|
||||||
|
</div>
|
||||||
|
<a th:href="${domainName}" class="my" rel="nofollow"><i
|
||||||
|
class="icon_user"></i></a>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<a th:href="${domainName}">
|
||||||
|
<div class="search_box">
|
||||||
|
<i class="icon_search_gray"></i><input type="text" class="input"
|
||||||
|
disabled="" placeholder="输入小区或商圈开始找房咯~">
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!--/头部-->
|
||||||
|
<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 + 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">
|
||||||
|
<dt class="title">
|
||||||
|
<a href="javascript:;">常用工具</a>
|
||||||
|
</dt>
|
||||||
|
<dd class="tool_list_wrap gridbox col_5">
|
||||||
|
<a th:href="${domainName}" class="link box_col">
|
||||||
|
<span class="icon icon_b_gujia"></span>
|
||||||
|
<div>去估分</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 href="javascript:;" class="link box_col post_ulog"title="电话">
|
||||||
|
<span class="icon icon_b_kefu"></span>
|
||||||
|
<div>客服电话</div>
|
||||||
|
</a>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</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&ljweb_mod=m_pages_homepage_recommend-ershoufang&ljweb_bl=more&ljweb_strategy_id=default"
|
||||||
|
data-evtid_lazyaction="10889"
|
||||||
|
data-ulog_lazyaction="recommend_module=m_ershou_shouye&fb_service_id=100001&fb_context_id={"req_source_type":"zhiying_m"}&fb_expo_id=r87474238291230720&fb_strategy_id=10000076&fb_item_type=ershou_house&fb_item_detail=107000203369&fb_item_location=1&fb_ab_test_flag=reco_rule-100001-default-default&fb_response_ts=1535591483&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&ljweb_mod=m_pages_homepage_recommend-ershoufang&ljweb_bl=more&ljweb_strategy_id=default"
|
||||||
|
data-evtid_lazyaction="10889"
|
||||||
|
data-ulog_lazyaction="recommend_module=m_ershou_shouye&fb_service_id=100001&fb_context_id={"req_source_type":"zhiying_m"}&fb_expo_id=r87474238291230720&fb_strategy_id=10000076&fb_item_type=ershou_house&fb_item_detail=107000203369&fb_item_location=1&fb_ab_test_flag=reco_rule-100001-default-default&fb_response_ts=1535591483&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&ljweb_mod=m_pages_homepage_recommend-ershoufang&ljweb_bl=more&ljweb_strategy_id=default"
|
||||||
|
data-evtid_lazyaction="10889"
|
||||||
|
data-ulog_lazyaction="recommend_module=m_ershou_shouye&fb_service_id=100001&fb_context_id={"req_source_type":"zhiying_m"}&fb_expo_id=r87474238291230720&fb_strategy_id=10000076&fb_item_type=ershou_house&fb_item_detail=107000203369&fb_item_location=1&fb_ab_test_flag=reco_rule-100001-default-default&fb_response_ts=1535591483&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>
|
||||||
|
|
||||||
|
<!--底部:导航当前页用h1着重强调-->
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="nav">
|
||||||
|
<span class="location"><a th:href="${domainName}">上海手机探果网</a></span>
|
||||||
|
</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>
|
||||||
|
</div>
|
||||||
|
<div class="link_cont">
|
||||||
|
<ul class="gridbox col_3 contlists active" 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>
|
||||||
|
</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>
|
||||||
|
</body>
|
||||||
|
</html>
|