首页 > 代码库 > a的样式

a的样式

.myAucCItem a {
color: rgb(71,71,71);
}

.myAucCItem a:hover {
color: rgb(71,71,71);
text-decoration: underline !important;
}

.myAucCItem a:active {
color: rgb(71,71,71);
}

.myAucCItem a:visited {
color: rgb(71,71,71);
}

a的样式