pop.css
来自「本代码是一个个人主页」· CSS 代码 · 共 10 行
CSS
10 行
body{
font-size: 9pt; font-family:Arial;
background-color:gainsboro;
}
td,select,div,span,button { font-size: 9pt; font-family:Arial; }
BUTTON {width:5em; border-width: 1pt; }
input { border: 1pt solid black; font-size: 9pt; background: url("edit/inputbg.gif"); padding:1pt 3pt;}
.title {font-weight:bold}
a:link { color: #0000BB }
a:visited { color: #0000BB }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?