本篇内容主要讲解“Htlm怎么实现鲜花盛开动态图效果”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Htlm怎么实现鲜花盛开动态图效果”吧!<!DOCTYP
本篇内容主要讲解“Htlm怎么实现鲜花盛开动态图效果”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Htlm怎么实现鲜花盛开动态图效果”吧!
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>css3鼠标移入开花移开收起动画特效</title>
<style>
*{margin:0;padding:0;list-style-type:none;}
#box{
width:1000px;
height:550px;
margin:0 auto;
margin-top:50px;
position:relative;
}
.box01,.box02,.box03,.box04,.box05,.box06,.box07,.box08,.box09{
width:300px;
height:300px;
border-radius:300px 0;
background:pink;
opacity:0.6;
position:absolute;
bottom:100px;
left:500px;
transfORM-origin:0 300px;
transform:rotate(-45deg);
transition:all 8s;
}
#box:hover :nth-child(3){
transform:rotate(-23Deg);
}
#box:hover :nth-child(4){
transform:rotate(0deg);
}
#box:hover :nth-child(5){
transform:rotate(23deg);
}
#box:hover :nth-child(6){
transform:rotate(45deg);
}
#box:hover :nth-child(7){
transform:rotate(-68deg);
}
#box:hover :nth-child(8){
transform:rotate(-90deg);
}
#box:hover :nth-child(9){
transform:rotate(-113deg);
}
#box:hover :nth-child(10){
transform:rotate(-135deg);
}
</style>
</head>
<body><script src="/demos/Googlegg.js"></script>
<div id="box">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div style="text-align:center;margin:10px 0; font:normal 14px/24px 'MicroSoft YaHei';">
<p>适用浏览器:360、FireFox、Chrome、Opera、傲游、搜狗、世界之窗. 不支持Safari、IE8及以下浏览器。</p>
<p>来源:<a href="Http://www.lanrenzhijia.com/" target="_blank">懒人素材</a></p>
</div>
</body>
</html>
到此,相信大家对“Htlm怎么实现鲜花盛开动态图效果”有了更深的了解,不妨来实际操作一番吧!这里是编程网网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!
--结束END--
本文标题: Htlm怎么实现鲜花盛开动态图效果
本文链接: https://lsjlt.com/news/93485.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0