style.css
来自「数据结构课程设计之最小生成数的K算法的实现 简短 简洁」· CSS 代码 · 共 27 行
CSS
27 行
A:visited {
COLOR: #000080; FONT-FAMILY: 宋体; text-decoration: none
}
A:active {
COLOR: #000080 FONT-FAMILY: 宋体; text-decoration: none
}
A:hover {
COLOR: #000080; text-decoration : none ;position : relative;top:1;left:1;
}
A:link {
COLOR: #000080;
text-decoration : none;
position : relative;
top:3px;
left:12px;
width: 83px;
height: 14px;
}
BODY {
COLOR: #000080; FONT-FAMILY: 宋体; FONT-SIZE: 9pt
}
TABLE {
COLOR: #000080; FONT-FAMILY: 宋体; FONT-SIZE: 9pt
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?