css3旋转_html/css_WEB-ITnose
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
發布: 2016-06-24 11:45:54
1 | 1 <style> 2 .loding{ 3 width:-5px; 4 height:-5px; 5 float:left; 6 font-size:12px; 7 } 8 9 .spin {10 -webkit-transform: rotate(360deg);11 -webkit-animation: spin 1.5s linear infinite; 12 }13 @-webkit-keyframes spin {14 from {-webkit-transform: rotate(360deg);}15 to {-webkit-transform: rotate(0deg);}16 }17 .spin {18 transform: rotate(360deg);19 animation: spin 1.5s linear infinite;20 }21 4 @keyframes spin {22 from {transform: rotate(360deg);}23 to {transform: rotate(0deg);}24 }25 </style> 26 27 <div class = 'loding spin' >◇</div>
|
登入後複製
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
作者最新文章
-
2025-02-26 03:58:14
-
2025-02-26 03:38:10
-
2025-02-26 03:17:10
-
2025-02-26 02:49:09
-
2025-02-26 01:08:13
-
2025-02-26 00:46:10
-
2025-02-25 23:42:08
-
2025-02-25 22:50:13
-
2025-02-25 21:54:11
-
2025-02-25 20:45:11
最新問題
-
2025-03-25 12:28:46
-
2025-03-25 12:21:42
-
2025-03-25 12:10:53
-
2025-03-25 12:02:42
-
2025-03-25 11:58:42