css3实现旋转表
2018-06-24 01:19:05来源:未知 阅读 ()
如图所示:
css部分:
<style> #clock{width:100px; height:100px; border-radius:50%; border:4px solid black; position:relative; } #s{width:2px; height:55px; position:absolute; top:5px; left:49px; background-color:red; transform-origin:50% 45px; -webkit-animation:rotate 60s linear infinite; } #m{width:4px; height:50px; position:absolute; top:10px; left:48px; background-color:black; transform-origin:50% 40px; -webkit-animation:rotate 3600s linear infinite; } #h{width:6px; height:45px; position:absolute; top:15px; left:47px; background-color:black; transform-origin:50% 35px; -webkit-animation:rotate 43200s linear infinite; } @-webkit-keyframes rotate{ 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)} } div[id^="a"]{position:absolute; font-size:.1em; text-align:center; width:7px; height:5px; top:0; left: 46.5px; transform-origin:50% 50px; } #a1{transform:rotate(30deg)} #a2{transform:rotate(60deg)} #a3{transform:rotate(90deg)} #a4{transform:rotate(120deg)} #a5{transform:rotate(150deg)} #a6{transform:rotate(180deg)} #a7{transform:rotate(210deg)} #a8{transform:rotate(240deg)} #a9{transform:rotate(270deg)} #a10{transform:rotate(300deg)} #a11{transform:rotate(330deg)} </style>
<!DOCTYPE html> <html> <head> <title> new document </title> <meta charset="utf-8"/> </head> <body> <div id="clock"> <div id="h"></div> <div id="m"></div> <div id="s"></div> <div id="a1">I</div> <div id="a2">II</div> <div id="a3">III</div> <div id="a4">IIII</div> <div id="a5">V</div> <div id="a6">VI</div> <div id="a7">VII</div> <div id="a8">VIII</div> <div id="a9">IX</div> <div id="a10">X</div> <div id="a11">XI</div> <div id="a12">XII</div> </div> </body> </html>
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:HTML
下一篇:html5 图片上传 预览
- ie8下透明度处理 2020-06-11
- CSS3 2020-06-05
- css:css3(圆角边框、盒子阴影、文字阴影) 2020-06-05
- position: sticky实现导航栏下滑吸顶效果 2020-05-30
- 2.CSS3选择器 2020-05-17
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash