Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 110 Bytes

3.5.6 css 获取前三个元素 nth-child.md

File metadata and controls

8 lines (6 loc) · 110 Bytes

3.5.6 css 获取前三个元素 nth-child

.van-picker-column:nth-child(-n+3) {
  display: none;
}