define.css
来自「在线pizza 预定系统,可以供现在正编写预定程序的朋友学习或借鉴」· CSS 代码 · 共 17 行
CSS
17 行
a:link {
color: #99CC00;
text-decoration: none;
}
table {
font-size: 14px;
color: #333333;
}
a:visited {
color: #FF9900;
text-decoration: none;
}
a:hover {
color: #3399FF;
text-decoration: underline;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?