旋转动画

 <!DOCTYPE html>
 <html>
 <head>
 <meta charset="UTF-8">
 <title></title>
 <style type="text/css">
 body{
 background: url(img/a5.jpg) no-repeat;
 background-size: 100%;
 }
 *{
 margin: 0 auto;
 padding: 0;
 }
 .baidu{
 width: 800px;
 height: 800px;
 }
 .top{
 margin: 0 auto;
 }
 nav {
 margin-top: 40px;
 width: 800px;
 height: 40px;
 }
 .middle_in{
 float: left;
 width: 500px;
 height: 40px;
 }
 .img0{
 width: 20px;
 height: 20px;
 position: relative;
 right: 50px;
 bottom: -10px;
 float: left;
 transition: all 2s linear;
 }
 .btn{
 width: 200px;
 height: 40px;
 }
 .shang{
 width: 500px;
 height: 30px;
 margin-top: 30px;
 background: red;
 padding: 30px;
 }
 .zhong{
 width: 500px;
 height: 30px;
 margin-top: 30px;
 background: white;
 padding: 30px;
 transition: all 2s ease;
 }
 .xia{
 width: 500px;
 height: 30px;
 margin-top: 30px;
 background: blue;
 padding: 30px;
 transition: all 2s ease;
 }
 .img1{
 height: 80px;
 width: 80px;
 transition: all 2s ease;
 }
  
 .img2{
 height: 80px;
 width: 80px;
 transition: all 2s ease;
 }
 .img3{
 height: 80px;
 width: 80px;
 transition: all 2s ease;
 }
 .img4{
 height: 80px;
 width: 80px;
 transition: all 2s ease;
 }
 .img1:hover{
 transform: rotate(360deg);
 }
 .zhong:hover{
 transform: rotate(360deg);
 }
 .xia:hover{
 transform: rotate(-360deg);
 }
 .img2:hover{
 transform: rotate(-360deg);
 }
 .img3:hover{
 transform: scale(1.5);
 }
 .img4:hover{
 transform: skew(0deg,50deg);
 }
 .img0:hover{
 transform: scale(1.2);
 }
 .middle_in:hover{
 transform: scale(1.5);
 }
 .btn:hover{
 transform: scale(2);
 color: red;
 }
 </style>
 </head>
 <body>
 <div class="baidu">
 <div class="top">
 <img src="img/a.png"/>
 </div>
 <nav class="middle">
 <input type="text" class="middle_in" />
 <img src="img/a1.jpg"class="img0"/>
 <input type="button" value="百度一下" class="btn" />
 </nav>
 <div class="botton">
 <div class="shang">
 <img src="img/a4.jpg"class="img3"/ >
 <img src="img/a4.jpg"class="img4"/ >
 </div>
 <div class="zhong">
 <img src="img/a4.jpg"class="img1"/ >
 <img src="img/a4.jpg"class="img1"/ >
 </div>
 <div class="xia">
 <img src="img/a4.jpg"class="img2"/ >
 <img src="img/a4.jpg"class="img2"/ >
 </div>
 </div>
 </div>
 </body>
 </html>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值