css.css

来自「MD5加密,解密实现方法(.net上的c#开发)」· CSS 代码 · 共 99 行

CSS
99
字号
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	background-image:url(bg.gif);
}
#bi  {
	width:250px;
	color:#FFF;
	text-align:left;
	display:none;
	height:30px;
	font-weight:bold;
	font-size:20px;
	background-color:#990000;
}
#big {
	border:2px solid #CCCCCC;
	width:810px;
	background-color:#FFFFFF;
}
#small {
	margin-top:30px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom:30px;
}
#head {
	background:#9FC8DF;
	color:#ffffff;
	text-align:left;
	height:24px;
	line-height: 2em;
	overflow: hidden;
	font-weight:bold
}
#footer {
	background:#333333;
	color:#ffffff;
	text-align:center;
	height:24px;
	line-height: 2em;
	overflow: hidden;
	font-weight: bold;
}
#lable {
	width:30%;
	text-align:center;
	display:inline;
	float:LEFT;
	border:1px solid #000;
}
#input {
	width:70%;
	display:inline;
	text-align:center;
	border:1px solid #000;
}
#center {
	text-align:center;
	color:#003399;
	font-weight:bold;
}
input {
	border:solid 1px;
}
ul {
	text-align:left;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none; 
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#msg {
	background-color:#E2F5FF;
	border:1px solid #00A8FF;
	height:24px;
	line-height: 2em;
	font-size:14px;
	font-weight:bold;
	color:#003399;
}
td,tr {
	background-color:#FFFFFF
}

⌨️ 快捷键说明

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