Commit 5fdaf79c authored by HuangJunbo's avatar HuangJunbo 💻 Committed by Administrator

为页面中的超链接添加css样式

Signed-off-by: Administrator's avatarAdministrator <admin@example.com>
parent ffb3c1b3
body{ body {
background-color: #f1f1f1; background-color: #f1f1f1;
font-size: 14px; font-size: 14px;
font-family: '宋体',sans-serif; font-family: '宋体', sans-serif;
font-style: normal; font-style: normal;
}
a:link {
color: #FF0000;
}
a:visited {
color: #00FF00;
}
a:hover {
color: #FF00FF;
}
a:active {
color: #0000FF;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment