styles.css
来自「一个很好的学习例子,有需要的请下载研究,」· CSS 代码 · 共 29 行
CSS
29 行
.body {
font-family: arial, helvetica;
font-size: 12px;
}
.head {
font-size : 25px;
font-weight : bold;
}
.p_name {
font-size : 21px;
font-weight : bold;
}
.tableheader {
background-color:#FDE7C3;
font-size : 15px;
font-weight : bold;
vertical-align:top;
}
.ClassTableHeader {
background-color:#D46139;
font-size : 15px;
font-weight : bold;
vertical-align:top;
}
.t_cell {
font-size : 12px;
vertical-align:top;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?