这篇文章给大家介绍css3 实现分类菜单效果,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。html<html><head> <title>
这篇文章给大家介绍css3 实现分类菜单效果,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。
<html><head> <title></title> <style type="text/CSS"> #bg { width: 1270px; height: 751px; margin: 0 auto; background: url("images/bg.jpg") no-repeat; } .sblock { width: 800px; height: 250px; margin: 0 auto;} .sblock > div { width: 200px; height: 250px; margin: 0 auto; } .sb1 { padding-top: 170px; } .sb2 { padding-top: 30px; } .sblock div:hover { transfORM: translateY(-10px); } .sblock div { transition:all 0.5s; } .sb1 > div:nth-of-type(1) { float: left; background: url("images/1.jpg") no-repeat; } .sb1 > div:nth-of-type(2) { float: left; background: url("images/2.jpg") no-repeat; } .sb1 > div:nth-of-type(3) { float: left; background: url("images/3.jpg") no-repeat; } .sb1 > div:nth-of-type(4) { float: left; background: url("images/4.jpg") no-repeat; } .sb2 > div:nth-of-type(1) { float: left; background: url("images/5.jpg") no-repeat; } .sb2 > div:nth-of-type(2) { float: left; background: url("images/6.jpg") no-repeat; } .sb2 > div:nth-of-type(3) { float: left; background: url("images/7.jpg") no-repeat; } .sb2 > div:nth-of-type(4) { float: left; background: url("images/8.jpg") no-repeat; } </style></head><body> <div id="bg"> <section class="sblock sb1"> <div></div> <div></div> <div></div> <div></div> </section> <section class="sblock sb2"> <div></div> <div></div> <div></div> <div></div> </section> </div> </body></html>
关于CSS3 实现分类菜单效果就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。
--结束END--
本文标题: CSS3 实现分类菜单效果
本文链接: https://lsjlt.com/news/252262.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0