【css】less和scss的写法nth-of-type和nth-child的&:使用

p{
&:nth-of-type(2){
margin-top:9px;
}

a{
color: $font-color836;
}
}
.team{
width:100%;
margin:0px 4% 170px 0;
&:nth-child(2n){
margin-right: 0;
}
}

【css】less和scss的写法nth-of-type和nth-child的&:使用最先出现在Python成神之路

版权声明:
作者:ht
链接:https://www.techfm.club/p/27542.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>