style.css
来自「本搜索利用了基本的几个ASP语法写成; 我已经做了简单的美化」· CSS 代码 · 共 35 行
CSS
35 行
body,td,th {
font-family:Tahoma;
font-size: 12px;
color: #000000;
}
a {
font-family:Tahoma;
font-size: 12px;
color: #000000;
}
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #ff0000;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
}
INPUT {
font-family: "Tahoma";
font-size: 11px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?