这篇文章给大家介绍CSS3 实现分类菜单效果,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。
HTML
<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 { transform:translateY(65%); }*/ .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 实现分类菜单效果就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。