:hover
指的是上一層css的樣式
.myview{&:hover{cursor: pointer;}}等同于
.myview :hover{cursor: pointer;}總結
- 上一篇: u890安装显示iis服务器,XP纯净版
- 下一篇: 华为老总任正非给公司患抑郁症员工的一封信
指的是上一層css的樣式
.myview{&:hover{cursor: pointer;}}等同于
.myview :hover{cursor: pointer;}