⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 class.css

📁 网络同学录程序
💻 CSS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -