📄 product.css
字号:
.header{
font-size:13px; font-family:"宋体";
}
A:link
{
color: blue;
text-decoration: none;
}
A:visited
{
color: blue;
text-decoration: none;
}
A:hover
{
color: #ff0000;
text-decoration: underline;
}
.Page
{
border-right: #999999 1px solid;
border-top: #999999 1px solid;
border-left: #999999 1px solid;
border-bottom: #999999 1px solid;
font-family: Arial, 宋体;
background-color: #f0f0f0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -