摘要: 在scss中有时可以看见这样的写法: a{ &:hover{ } } 经过编译生成的对应css的代码: a{} a:hover{} 阅读全文
posted @ 2022-02-09 23:50 隐形的喷火龙 阅读(835) 评论(0) 推荐(0)