I have this code:
我有这个代码:
CSS:
CSS:
.tab div {
display: none;
}
.tab div:target {
display: block;
position: absolute;
top: 20px;
z-index: 999;
}
.c {
position: absolute;
top: 30px;
width: 20px;
height: 20px;
background: yellow;
z-index: 1;
}
.ta