css.css
来自「高校教师档案管理系统高校教师档案管理系统高校教师档案管理系统高校教师档案管理系统」· CSS 代码 · 共 40 行
CSS
40 行
.css
{
font-size: 9pt;
color: #000099;
}
.txt
{
font-size: 12px;
}
a:link
{
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #336633;
}
a:active {
text-decoration: none;
color: #000000;
}
.title
{
font-size: 12pt;
color: #000099;
}
.align
{
text-align: left;
}
TextBox
{
height: 20px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?