Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Locate the following code:
/*======= column =======*/
div#category{
margin-left:12px;
margin-right:12px;
Color: #636563;
height:30px;
padding-top:12px;
margin:5px;
}
Then add the following code behind it:
Div#category A:link {
Font-family:arial,helvetica,sans-serif;
color:red;
Text-decoration:none;
}
Div#category a:visited {
Font-family:arial,helvetica,sans-serif;
color:red;
Text-decoration:none;
}
Div#category A:hover {
Font-family:arial,helvetica,sans-serif;
Color:mediumorchid;
Text-decoration:none;
}
Here you can put color: after the color name casually changed to their favorite color name.
The specific description is: The color of the a:link in the text of the original color (before the visit), a:visited in the colour of the text (link) is accessed (that is, the mouse clicks) after the colors, a:hover in the color of the mouse pointer refers to the colors on top of it.