maincss.css
来自「网上书店购物系统」· CSS 代码 · 共 28 行
CSS
28 行
a:active { text-decoration: none; color: #333333}
a:hover { text-decoration: underline; color: #FF3300}
a:visited { text-decoration: none; color: #0000FF}
a:link {
color: #FF9900;
text-decoration: none;
}
.menufontcolor1 {
color: #333333;
}
.menufontcolor2 {
color: #333333;
}
.forminput {
height: 18px;
border: 1px dotted;
}
.formtext {
border: 1px dotted;
}
.td {
border: 1px dotted;
font-family: "宋体";
font-size: 12px;
color: #333333;
text-decoration: none;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?