DIV:
復制代碼 代碼如下:
<div>
<div>
<!--圖片文字介紹透明層-->
<section>
<h2>${pic.desc}</h2>
<aside>
<c:if test="${not empty pic.poi}">
<span>${pic.poi}</span>
</c:if>
<span>by ${pic.username}</span>
</aside>
</section>
<img src="${pic.picUrl}" />
</div>
</div>
CSS:
復制代碼 代碼如下:
.pic_conent{
height: 720px;/*這個高度會被js改掉*/
text-align: center;
display: table-cell;
vertical-align: middle;
}
.pic_layer{text-align:center; width:100%; display:inline-block; vertical-align:middle;}
jquery:
復制代碼 代碼如下:
$(function() {
var surH = $(window).height();
$(".pic_conent").height(surH);
window.onresize=function(){
var surH = $(window).height();
$(".pic_conent").height(surH);
}
新聞熱點
疑難解答
圖片精選