1.使用text-indent:-5000em;
a{
display:inline-block;
text-indent:-5000em;
}
2.隐藏
.box{
width:300px;
height:0;
background:red;
padding-top:100px;
overflow:hidden;
}
1.使用text-indent:-5000em;
a{
display:inline-block;
text-indent:-5000em;
}
2.隐藏
.box{
width:300px;
height:0;
background:red;
padding-top:100px;
overflow:hidden;
}