简单几步完美模拟出苹果官网高端大气上档次的产品视频演示效果
<div class="overlay" id="video" onclick="hideme()">
<div style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; width: 100%; height: 100%; visibility: visible; padding-top: 77px;TEXT-ALIGN: center;">
播放器代码放这里
</div>
</div>
<style type="text/css">
.overlay{
background-color:#fff;
position:fixed;
width:100%;
height:100%;
top:0px;
left:0px;
z-index:1000;
display:none;
}
</style>Last updated