product.css
来自「一个电子商务网源码」· CSS 代码 · 共 28 行
CSS
28 行
.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 + =
减小字号Ctrl + -
显示快捷键?