target的下划线用text-decoration去不掉嘛
下划线是a标签默认样式,只需要把a标签的下划线样式改掉就ok
a{
text-decoration
:
none
;
}
a{ text-decoration:none; }