|
@@ -46,22 +46,22 @@
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
margin-bottom: 60px;
|
|
margin-bottom: 60px;
|
|
|
}
|
|
}
|
|
|
- .breadcrumb .content{
|
|
|
|
|
|
|
+ .breadcrumbs .content{
|
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
}
|
|
}
|
|
|
- .breadcrumb ul{
|
|
|
|
|
|
|
+ .breadcrumbs ul{
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
}
|
|
}
|
|
|
- .breadcrumb ul li{
|
|
|
|
|
|
|
+ .breadcrumbs ul li{
|
|
|
float: left;
|
|
float: left;
|
|
|
margin-right: 5px;
|
|
margin-right: 5px;
|
|
|
height: 68px;
|
|
height: 68px;
|
|
|
line-height: 68px;
|
|
line-height: 68px;
|
|
|
}
|
|
}
|
|
|
- .breadcrumb ul li a{
|
|
|
|
|
|
|
+ .breadcrumbs ul li a{
|
|
|
color: #1b1b1b;
|
|
color: #1b1b1b;
|
|
|
}
|
|
}
|
|
|
.section-item h3{
|
|
.section-item h3{
|
|
@@ -111,6 +111,17 @@
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
border: none;
|
|
border: none;
|
|
|
}
|
|
}
|
|
|
|
|
+ .section-item .content .question-list:hover{
|
|
|
|
|
+ border: 1px solid #226ea2;
|
|
|
|
|
+ color: #255cb6;
|
|
|
|
|
+ }
|
|
|
|
|
+ .section-item .content .question-list:hover span{
|
|
|
|
|
+ color: #255cb6;
|
|
|
|
|
+ }
|
|
|
|
|
+ .section-item .content .question-list a.look:hover{
|
|
|
|
|
+ background: #1466cb;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ }
|
|
|
</#macro>
|
|
</#macro>
|
|
|
<@layout>
|
|
<@layout>
|
|
|
<section id="banner" class="banner">
|
|
<section id="banner" class="banner">
|
|
@@ -124,7 +135,7 @@
|
|
|
</section>
|
|
</section>
|
|
|
<!-- main 主内容 -->
|
|
<!-- main 主内容 -->
|
|
|
<section id="main" class="clearfix">
|
|
<section id="main" class="clearfix">
|
|
|
- <div class="section-item breadcrumb">
|
|
|
|
|
|
|
+ <div class="section-item breadcrumbs">
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
<ul>
|
|
<ul>
|
|
|
<li><a href="">当前位置:</a></li>
|
|
<li><a href="">当前位置:</a></li>
|
|
@@ -141,7 +152,7 @@
|
|
|
<#list contents as content>
|
|
<#list contents as content>
|
|
|
<div class="question-list">
|
|
<div class="question-list">
|
|
|
<span class="txt">${content.title!}</span>
|
|
<span class="txt">${content.title!}</span>
|
|
|
- <span class="btn"><a href="${content.url!}">在线查看</a><a href="">下载文档</a></span>
|
|
|
|
|
|
|
+ <span class="btn"><a href="${content.url!}" class="look">在线查看</a><a href="">下载文档</a></span>
|
|
|
</div>
|
|
</div>
|
|
|
</#list>
|
|
</#list>
|
|
|
</@jp.contents>
|
|
</@jp.contents>
|
|
@@ -154,7 +165,7 @@
|
|
|
<#list contents as content>
|
|
<#list contents as content>
|
|
|
<div class="question-list">
|
|
<div class="question-list">
|
|
|
<span class="txt">${content.title!}</span>
|
|
<span class="txt">${content.title!}</span>
|
|
|
- <span class="btn"><a href="${content.url!}">在线查看</a><a href="">下载文档</a></span>
|
|
|
|
|
|
|
+ <span class="btn"><a href="${content.url!}" class="look">在线查看</a><a href="">下载文档</a></span>
|
|
|
</div>
|
|
</div>
|
|
|
</#list>
|
|
</#list>
|
|
|
</@jp.contents>
|
|
</@jp.contents>
|