首页 > 其他分享 >nth-of-type

nth-of-type

时间:2023-01-11 18:06:28浏览次数:30  
标签:img menu height nth type 90px


.menu-item:nth-of-type(2) .menu-img
width 90px
height 90px
.menu-item:nth-of-type(3) .menu-img
width 78px
height 90px
.menu-item:nth-of-type(4) .menu-img
width 90px
height 90px
.menu-item:nth-of-type(5) .menu-img
width 90px
height 90px
.menu-item:nth-of-type(6) .menu-img
width 80px
height 90px
.menu-item:nth-of-type(7) .menu-img
width 76px
height 90px
.menu-item:nth-of-type(8) .menu-img
width 104px
height 90px

:nth-of-type(n)选择器匹配同类型中的第n个同级兄弟元素。

n可以是一个数字,一个关键字,或者一个公式。

 

如图所示:

中间的功能栏的样式,可以指定每个不同的样式

nth-of-type_选择器

 

 

标签:img,menu,height,nth,type,90px
From: https://blog.51cto.com/jing/6002483

相关文章