- 隐藏文字的css技巧,
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } 注:该方法的作用是为了优化SEO,比如只想让标题中显示图片,不显示文字,但是为了搜索引擎的优化,又需要在标题中包含文字,那么可以加上text-hide样式来把文字隐藏掉关于我们

.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
注:该方法的作用是为了优化SEO,比如只想让标题中显示图片,不显示文字,但是为了搜索引擎的优化,又需要在标题中包含文字,那么可以加上text-hide样式来把文字隐藏掉
关于我们