我的more中的a標簽設(shè)置了無下劃線,為什么不起作用
?<span class="title_right"><a href="#">More>></a></span>?
.title_right a{text-decoration:none;color:#999999;}
?<span class="title_right"><a href="#">More>></a></span>?
.title_right a{text-decoration:none;color:#999999;}
2015-12-27
舉報
2016-02-16
你直接給一個全局的就好了a,a:hover{text-decoration:none;},所有的a或者經(jīng)過a的時候都不用下劃線,需要的時候再用指定的加上去唄
2015-12-27
<style type="text/css">
.title_right a{text-decoration:none;color:#9999;}//我得在這才起作用
</style>