您的位置:首页 > Web前端 > CSS

a标签样式

2016-03-01 10:45 176 查看
.anotherLotItemRgtT {

color: rgb(118,118,118);

font-size: 15px;

}

.anotherLotItemRgtT a {

color: rgb(118,118,118);

text-decoration: none;

}

.anotherLotItemRgtT a:hover {

color: rgb(118,118,118);

}

.anotherLotItemRgtT a:active {

color: rgb(118,118,118);

}

.anotherLotItemRgtT a:visited {

color: rgb(118,118,118);

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: