JS01实现基本选项卡

1,选项卡举例 2,html部分: ` Title .now{ background-color: yellow; } div:nth-child(1){ display: block; } div:nth-last-child(-n+3){ display: none; } div{ width: 185px; height: 100px; background-color: #cccccc;
相关文章
相关标签/搜索