Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
/*=============初始化样式 ===================================*/ * { padding:0; margin:0; box-sizing:border-box; color:#666; } a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video { outline:0; border:0; vertical-align:baseline; font:inherit; font-size:100%; word-wrap:break-word; } button,input,select,textarea { outline:0; resize:none; -webkit-appearance:none; } body,button,input,select,textarea { font-size:14px; font-family:Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,sans-serif; } body { width:100%; line-height:1em; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%; /*background:#fcfcfc; */ } article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; } li,ol,ul { list-style:none; } blockquote,q { quotes:none; } blockquote:after,blockquote:before,q:after,q:before { content:''; } strong { font-weight:700; } p { color:#666; font-size:1.2em; line-height:1em; word-wrap:break-word; } em { font-style:normal; } table { border-collapse:collapse; border-spacing:0; } img { border:none; } a { color:#666; text-decoration:none; } a:hover { color:#d70000; } .clearfix:after,.clearfix:before,.container:after,.container:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before { display:table; content:" "; } .clearfix:after,.container:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after { clear:both; } .back-box { width: 290px; margin: 200px auto; } .back-box > ul { width: 290px; height: 500px; position: relative; } .back-box > ul > li { width: 290px; height: 500px; margin-top: 20px; background: red; float: left; position: absolute; top: 0; left: 0; border-radius: 10px; -webkit-transition: 3.5s; -moz-transition: 3.5s; -ms-transition: 3.5s; -o-transition: 3.5s; transition: 3.5s; /*transform-origin: bottom left;*/ } .back-box > ul > li:nth-child(1) { background: #bc21ef; } .back-box > ul > li:nth-child(2) { background: #57126d; } .back-box > ul > li:nth-child(3) { background: #330b40; } .back-box > ul > li:nth-child(4) { background: #da2121; } .back-box > ul > li:nth-child(5) { background: #1f15da; } .back-box > ul > li:nth-child(6) { background: #da1556; } .back-box > ul > li:nth-child(7) { background: #a91244; } .back-box > ul > li:nth-child(8) { background: #750d2f; } .back-box > ul > li:nth-child(9) { background: #4a071d; } .back-box > ul > li:nth-child(10) { background: #1c12f8; } .back-box > ul > li:nth-child(11) { background: #1a12c2; } .back-box > ul > li:nth-child(12) { background: #120c86; } .back-box > ul > li:nth-child(13) { background: #0c0852; } .back-box > ul > li:nth-child(5) { background: #1d74f6; } .back-box > ul > li:nth-child(14) { background: #1255ba; } .back-box > ul > li:nth-child(15) { background: #0e3b80; } .back-box > ul > li:nth-child(16) { background: #ed6614; } .back-box > ul > li:nth-child(17) { background: #7a370e; } .back-box > ul > li > a { display: block; width: 100%; height: 100%; }
JavaScript
var $dpmLi = $(".back-box li"); var stub = -45; var cge = -1; function sdt() { var setInt = setInterval(function() { cge++; if (cge >= $dpmLi.length) { clearInterval(setInt) } var sdf = stub + cge * 20; $dpmLi.eq(cge).css("transform", "rotate(" + sdf + "deg)"); }, 200); } sdt();
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>伪3D酷炫旋转css3特效-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号