css.css
来自「一个投票系统」· CSS 代码 · 共 41 行
CSS
41 行
a.top:link {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;
}
a.top:visited {
font-family: "宋体";
color: #666666;
text-decoration: none;
}
a.top:hover {
font-family: "宋体";
color: #000000;
text-decoration: underline;
}
.inputs {
font-family: "宋体";
font-size: 12px;
color: #000000;
border: 1px solid #CCCCCC;
}
a.red:link {
font-family: "宋体";
font-size: 12px;
color: #FF0000;
text-decoration: none;
}
a.red:visited {
font-family: "宋体";
font-size: 12px;
color: #990000;
text-decoration: none;
}
a.red:hover {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: underline;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?