所属分类:UI,其他-背景,动画效果
喜欢的朋友可以将其放在自己的网站上,作为背景使用
加个浮动层就行了,css
.fdc { position: fixed; z-index: 9999; width: 700px; height: 300px; left: 50%; top: 50%; margin-left: -350px; margin-top: 150px; }
html
<div class="fdc ">浮动层</div>