如何用css把a标签的下划线去掉

xiaoxiao2021-02-28  139

在a标签上定义个style 用text-decoration:none就可以了

如:

<a style=" text-decoration: none;" href="#">小询</a>

转载请注明原文地址: https://www.6miu.com/read-34675.html

最新回复(0)