📄 table.css
字号:
.table {
border-right-width: thin;
border-left-width: thin;
border-right-style: solid;
border-left-style: solid;
border-top-color: #009900;
border-right-color: #009900;
border-bottom-color: #009900;
border-left-color: #009900;
}
.tb2 {
border-top-width: thin;
border-bottom-style: double;
border-bottom-color: #FFFFFF;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.tb3 {
border-right-width: 1px;
border-right-style: dotted;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
border-left-style: none;
}
.tb4 {
border-top-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -