360度图片旋转jQuery特效360度图片旋转jQuery特效是一款基于jQuery实现的360度图片旋转轮播网页特效。jquery图片旋转图片切换轮播切换 所属专题:图片代码
<style type="text/css">
/* 全局样式 */
*{padding:0; margin:0; list-style:none}
.roundabout-holder { margin: 0px auto; width: 850px; height: 496px; }
.roundabout-moveable-item { border-radius: 4px; border: 3px solid rgba(0, 0, 0, 0.08); width: 646px; height: 416px; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.roundabout-moveable-item img { width: 100%; }
.roundabout-in-focus { border: 3px solid rgba(0, 0, 0, 0.2); }
</style>