圣见兮月
2017-03-17 21:25
我的字体下面怎么有下划线
<style>
a[class^="colu"]{
background:red;
color:blue;
}
a[href$="doc"]{
background:green;
color:blue;
}
a[title*="box"]{
background:blue;
color:blue;
}
</style>
a标签的默认样式
text-decoration: none;
就行了
十天精通CSS3
242554 学习 · 2623 问题
相似问题