2000字范文,分享全网优秀范文,学习好帮手!
2000字范文 > HTML鲜花网页制作 Htlm技术设计鲜花盛开效果动态图

HTML鲜花网页制作 Htlm技术设计鲜花盛开效果动态图

时间:2022-08-22 10:12:37

相关推荐

HTML鲜花网页制作 Htlm技术设计鲜花盛开效果动态图

CSS3鼠标移入开花移开收起动画特效

*{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);

}

适用浏览器:360、FireFox、Chrome、Opera、傲游、搜狗、世界之窗.不支持Safari、IE8及以下浏览器。

来源:懒人素材

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。