treemenu.css
来自「Java Web应用客户端编程」· CSS 代码 · 共 29 行
CSS
29 行
a:link {
font-family: "宋体";
font-size: 12px;
line-height: 14px;
color: #000000;
text-decoration: none;
}
a:active {
font-family: "宋体";
font-size: 12px;
line-height: 14px;
color: #000000;
text-decoration: none;
}
a:hover {
font-family: "宋体";
font-size: 12px;
line-height: 14px;
color: #FF0000;
text-decoration: underline;
}
a:visited {
font-family: "宋体";
font-size: 12px;
line-height: 14px;
color: #000000;
text-decoration: none;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?