styles_content_new.css
来自「用这个代码可以完成简单的树结构编写」· CSS 代码 · 共 36 行
CSS
36 行
.top_menu_table
{
background: #E6E9EF;
border-top: 1px solid #FFF;
border-right: 1px solid #859CAE;
border-bottom: 1px solid #859CAE;
border-left: 1px solid #FFF;
padding: 4px;
font: bold 12px Arial;
}
.new_table
{
background: #EFEFEF /* url(../images/bg_sailingSoft.gif) right bottom no-repeat */;
border: 1px dotted #859CAE;
padding: 4px;
font: normal 12px Arial;
color: #596579;
}
.new_table_title
{
background: #E6E9EF;
border-bottom: 1px solid #859CAE;
font: bold 13px 'Arial Black','黑体';
padding-top: 7px;
}
.new_table_content
{
padding: 8px;
}
.new_table_content_area
{
font: normal 12px Arial;
color: #596579;
padding: 2px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?