stylesheet.css
来自「包含了几个由sql server2005开发的典型程序」· CSS 代码 · 共 48 行
CSS
48 行
body
{
font-size: 9pt;
font-family: 宋体;
}
table
{
font-size: 9pt;
font-family: 宋体;
line-height: 20px;
}
input
{
}
select
{
}
a:link
{
text-decoration: none;
color: black;
}
a:active
{
}
a:visited
{
color: black;
text-decoration: none;
}
a:hover
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?