global.css
来自「这是一个网页制作的范文,希望能给你带来帮助」· CSS 代码 · 共 40 行
CSS
40 行
.white {
font-family: "宋体";
font-size: 12px;
color: #ffffff;
}
body {
font-family: "宋体";
font-size: 12px;
}
td {
font-family: "宋体";
font-size: 12px;
}
input {
font-family: "宋体";
font-size: 12px;
}
a:visited {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:link {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:hover {
color: #ff0000;
text-decoration: underline;
}
.black {
font-family: "宋体";
font-size: 12px;
color: #000000;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?