|
@@ -102,6 +102,10 @@
|
|
|
.banner img{
|
|
.banner img{
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
+ .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
|
|
|
|
|
+ max-width: 820px;
|
|
|
|
|
+ max-height: 340px;
|
|
|
|
|
+ }
|
|
|
.banner .carousel-indicators{
|
|
.banner .carousel-indicators{
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -380,6 +384,20 @@
|
|
|
.section2 .list-item a.donation:hover{
|
|
.section2 .list-item a.donation:hover{
|
|
|
background: #be3b1b;
|
|
background: #be3b1b;
|
|
|
}
|
|
}
|
|
|
|
|
+ .section2 .list-item a.donationOver{
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 190px;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ background: #a0a0a0;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ }
|
|
|
|
|
+ .section2 .list-item a.donationOver:hover{
|
|
|
|
|
+ background: #a0a0a0;
|
|
|
|
|
+ }
|
|
|
.section2 .page{
|
|
.section2 .page{
|
|
|
margin-top: 35px;
|
|
margin-top: 35px;
|
|
|
}
|
|
}
|
|
@@ -422,7 +440,7 @@
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
background-color: white;
|
|
background-color: white;
|
|
|
width: 480px;
|
|
width: 480px;
|
|
|
- /* height: 330px; */
|
|
|
|
|
|
|
+ /*height: 330px;*/
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
/* border: 1px solid #e1e1e1; */
|
|
/* border: 1px solid #e1e1e1; */
|
|
|
display: none;
|
|
display: none;
|
|
@@ -620,6 +638,23 @@
|
|
|
.show{
|
|
.show{
|
|
|
display: block;
|
|
display: block;
|
|
|
}
|
|
}
|
|
|
|
|
+ #kkpager {
|
|
|
|
|
+ margin-bottom: 130px!important;
|
|
|
|
|
+ }
|
|
|
|
|
+ #carousel-fragment li {
|
|
|
|
|
+ width: 12px;
|
|
|
|
|
+ height: 12px;
|
|
|
|
|
+ margin: 3px;
|
|
|
|
|
+ }
|
|
|
|
|
+ #carousel-fragment .carousel-indicators{
|
|
|
|
|
+ bottom: 5px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .carousel-control:focus, .carousel-control:hover {
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ }
|
|
|
|
|
+ .carousel-control:focus, .carousel-control:hover {
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|
|
|
</head>
|
|
</head>
|
|
|
<script type="text/javascript" src="static/js/jquery-1.9.1.min.js"></script>
|
|
<script type="text/javascript" src="static/js/jquery-1.9.1.min.js"></script>
|
|
@@ -643,23 +678,30 @@
|
|
|
<!--banner–>-->
|
|
<!--banner–>-->
|
|
|
<div class="banner">
|
|
<div class="banner">
|
|
|
<div id="myCarousel" class="carousel slide">
|
|
<div id="myCarousel" class="carousel slide">
|
|
|
- <!-- 轮播(Carousel)指标 –>-->
|
|
|
|
|
- <ol class="carousel-indicators">
|
|
|
|
|
- <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
|
|
|
|
|
- <li data-target="#myCarousel" data-slide-to="1"></li>
|
|
|
|
|
- <li data-target="#myCarousel" data-slide-to="2"></li>
|
|
|
|
|
- </ol>
|
|
|
|
|
- <!-- 轮播(Carousel)项目 –>-->
|
|
|
|
|
- <div class="carousel-inner">
|
|
|
|
|
- <div class="item active"><img src="static/images/index/banner01.png"/></div>
|
|
|
|
|
- <div class="item"><img src="static/images/index/banner01.png"/></div>
|
|
|
|
|
- <div class="item"><img src="static/images/index/banner01.png"/></div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <!-- 轮播(Carousel)导航 –>-->
|
|
|
|
|
- <a class="carousel-control left" href="#myCarousel"
|
|
|
|
|
- data-slide="prev">‹</a>
|
|
|
|
|
- <a class="carousel-control right" href="#myCarousel"
|
|
|
|
|
- data-slide="next">›</a>
|
|
|
|
|
|
|
+ <#-- <!-- 轮播(Carousel)指标 –>-->
|
|
|
|
|
+ <#--<ol class="carousel-indicators">-->
|
|
|
|
|
+ <#--<li data-target="#myCarousel" data-slide-to="0" class="active"></li>-->
|
|
|
|
|
+ <#--<li data-target="#myCarousel" data-slide-to="1"></li>-->
|
|
|
|
|
+ <#--<li data-target="#myCarousel" data-slide-to="2"></li>-->
|
|
|
|
|
+ <#--</ol>-->
|
|
|
|
|
+ <#if carouselList?exists>
|
|
|
|
|
+ <#list carouselList as carousel>
|
|
|
|
|
+ <ol class="carousel-indicators">
|
|
|
|
|
+ <li class="active"></li>
|
|
|
|
|
+ </ol>
|
|
|
|
|
+ <div class="carousel-inner">
|
|
|
|
|
+ <div class="item active"><img src="${carousel.pictureUrl}"/></div>
|
|
|
|
|
+ <div class="item"><img src="${carousel.pictureUrl}"/></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </#list>
|
|
|
|
|
+ </#if>
|
|
|
|
|
+
|
|
|
|
|
+ <#-- <!-- 轮播(Carousel)导航 –>-->
|
|
|
|
|
+ <a class="carousel-control left" href="#myCarousel"
|
|
|
|
|
+ data-slide="prev">‹</a>
|
|
|
|
|
+ <a class="carousel-control right" href="#myCarousel"
|
|
|
|
|
+ data-slide="next">›</a>
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<!--personal-center–>-->
|
|
<!--personal-center–>-->
|
|
@@ -723,7 +765,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-group form-groups">
|
|
<div class="form-group form-groups">
|
|
|
<input type="text" class="form-control" placeholder="请输入关键词" id="search"/>
|
|
<input type="text" class="form-control" placeholder="请输入关键词" id="search"/>
|
|
|
- <img src="static/images/index/search.png" alt=""/>
|
|
|
|
|
|
|
+ <img src="static/images/index/search.png" alt="" id="searchButton"/>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<#if page?exists>
|
|
<#if page?exists>
|
|
@@ -750,7 +792,7 @@
|
|
|
<!--弹出窗-->
|
|
<!--弹出窗-->
|
|
|
<div class="pop">
|
|
<div class="pop">
|
|
|
<div class="header clearfix">
|
|
<div class="header clearfix">
|
|
|
- <p class="fl">${project.name}</p>
|
|
|
|
|
|
|
+ <p class="fl">${project.name!''}</p>
|
|
|
<div class="close fr" class="close">×</div>
|
|
<div class="close fr" class="close">×</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="body">
|
|
<div class="body">
|
|
@@ -787,15 +829,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
</#list>
|
|
</#list>
|
|
|
</#if>
|
|
</#if>
|
|
|
- <#--<div id="hover-background" style="display: none">-->
|
|
|
|
|
- <#--<div class="x-floating-wrap"></div>-->
|
|
|
|
|
- <#--<div class="x-floating">-->
|
|
|
|
|
- <#--<div id="item-content">-->
|
|
|
|
|
- <#--<div class="x-close-wrap"><a href="javascript:void(0);">×</a></div>-->
|
|
|
|
|
- <#--<div class="modal"></div>-->
|
|
|
|
|
- <#--</div>-->
|
|
|
|
|
- <#--</div>-->
|
|
|
|
|
- <#--</div>-->
|
|
|
|
|
<#-- 分页按钮-->
|
|
<#-- 分页按钮-->
|
|
|
<div id="kkpager"></div>
|
|
<div id="kkpager"></div>
|
|
|
</div>
|
|
</div>
|
|
@@ -919,7 +952,7 @@
|
|
|
window.location.href="http://lj.ubtob.com/index?area="+area+"&&status="+status;
|
|
window.location.href="http://lj.ubtob.com/index?area="+area+"&&status="+status;
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
- //input搜索框查询项目
|
|
|
|
|
|
|
+ //搜索框enter键搜索框查询项目
|
|
|
$("#search").keydown(function(event){
|
|
$("#search").keydown(function(event){
|
|
|
if(event.keyCode==13){
|
|
if(event.keyCode==13){
|
|
|
var search=$("#search").val();
|
|
var search=$("#search").val();
|
|
@@ -927,6 +960,12 @@
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
|
|
+ //搜索框按钮点击查询项目
|
|
|
|
|
+ $("#searchButton").click(function(){
|
|
|
|
|
+ var search=$("#search").val();
|
|
|
|
|
+ window.location.href="http://lj.ubtob.com/index?search="+search;
|
|
|
|
|
+ })
|
|
|
|
|
+
|
|
|
//选择金额
|
|
//选择金额
|
|
|
var money = 1;
|
|
var money = 1;
|
|
|
$('#choose-money li').on('click', function (event) {
|
|
$('#choose-money li').on('click', function (event) {
|