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

📄 main.css

📁 该系统实现居域网网络考试和,系统平分轻松实现
💻 CSS
字号:
body {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DDE6F8;
}
.whitetext{
	color: #FFFFFF;
	font-size:12px;
}
.title{
	font-size:12px;
	color: #003366;
	background-image:url(../images/xt.gif);
	font-weight: bold;
}
td{
	font-size:12px
}
.txtbox		/*文本框的样式(限制高宽)*/	
{
	width:300px;
	border:1px solid #5589AA;
}
.txtbox2		/*文本框的样式(限制高宽)*/	
{
	width:160px;
	border:1px solid #5589AA;
}
.btn		/*按钮的样式(限制高宽)*/	
{
	cursor:hand;
	width:80px;	height:22px;
	font-size:12px;
	background:#f6f6f9 ; 
	border:solid 1px #5589AA;
	letter-spacing:1px;
}
a:link{
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
a:visited{
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	font-size:12px;
	text-decoration:underline;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -