温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Htlm怎么实现鲜花盛开动态图效果

发布时间:2022-03-11 16:49:17 来源:亿速云 阅读:184 作者:iii 栏目:web开发

本篇内容主要讲解“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>适用浏览器:360FireFoxChromeOpera、傲游、搜狗、世界之窗. 不支持SafariIE8及以下浏览器。</p>

<p>来源:<a href="http://www.lanrenzhijia.com/" target="_blank">懒人素材</a></p>

</div>

</body>

</html>

到此,相信大家对“Htlm怎么实现鲜花盛开动态图效果”有了更深的了解,不妨来实际操作一番吧!这里是亿速云网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI