stylesheet.css
来自「asp.net 的某物流管理系统 MIS 系统」· CSS 代码 · 共 57 行
CSS
57 行
body
{
font-size: 9pt;
text-align: left;
}
A
{
font-size: 9pt;
color: black;
text-decoration: none;
}
A:ACTIVE
{
color: green;
text-decoration: none;
}
A:FOCUS
{
color: black;
text-decoration: none;
}
A:HOVER
{
color: #ff4500;
position: relative;
top: 1px;
}
A:LINK
{
text-decoration: none;
}
.Class
{
font-size: 10pt;
font-style: normal;
font-family: 黑体;
color: #202425;
line-height: 16pt;
}
.txtbox1
{
border-right: thin inset;
border-top: thin inset;
border-left: thin inset;
border-bottom: thin inset;
}
.9
{
font-size: 9pt;
text-align: center;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?