class.css
来自「网络同学录程序」· CSS 代码 · 共 94 行
CSS
94 行
p
{
font-family: "宋体", "Arial", "Times New Roman";
font-size: 12pt;
font-weight: normal;
line-height: 12pt
}
p.smallinput
{
font-family: "宋体", "Arial", "Times New Roman";
font-size: 9pt;
font-weight: normal;
line-height: 12pt
}
p.errFont
{
font-family: "宋体", "Arial", "Times New Roman";
font-size:16pt;
color: Red;
font-weight: normal;
line-height: 12pt
}
p.Biggerfont{
font-family: "宋体", "Arial", "Times New Roman";
font-size: 16pt;
font-weight: normal;
line-height: 12pt
}
p.largeFont{
font-family: "宋体", "Arial", "Times New Roman";
font-size: 24pt;
font-weight: normal;
line-height: 12pt
}
body {
background: #9DB8F7;
}
table {font-size: 10pt}
td.keyItem{
color: Red;
}
input.buttonface
{
background-color: #FAF8CD;
font: 楷体_GB2312;
font-size: 12px;
font-style: normal;
color: Blue;
border: thin #F17496;
border-style: dotted;
}
input.editface
{
font-size: 16px;
font-weight: bold;
font-style: italic;
color: Green;
border-style: solid;
background : #E2BBEF;
width:100px
height:24px
}
input.passFace
{
background: #EA7BE7;
font-size: 16px;
font-weight: bold;
color: Green;
border-style: solid;
}
select.selectface
{
background-color: #84B5E6;
font-size:12px;
font-style: bold
border-color: #E41B3E;
border-style: dotted;
color: Blue;
}
TEXTAREA
{
font-size: 16px;
font-weight: bold;
font-style: italic;
color: Green;
border-style: solid;
background : #F4BBEF;
}
input.checkface
{
background: #E9C0DF;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?