我的字體下面怎么有下劃線
我的字體下面怎么有下劃線
<style>
??? a[class^="colu"]{
??????? background:red;
??????? color:blue;
??? }
??? a[href$="doc"]{
??????? background:green;
??????? color:blue;
??? }
??? a[title*="box"]{
??????? background:blue;
??????? color:blue;
??? }
</style>
2017-03-17
a標(biāo)簽的默認(rèn)樣式
2017-09-29
就行了