css.css
来自「客房预定系统」· CSS 代码 · 共 32 行
CSS
32 行
body,td,th {
font-family: 宋体;
font-size: 12px;
color: #333333;
}
body
{
line-height: 150%;
background-color: #999966;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a {
font-family: 宋体;
font-size: 12px;
}
a:link {
text-decoration: none;
color: #cc0000;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #990000;
}
a:active {
text-decoration: none;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?