css.css

来自「程序为种种闪字图程序试用版,本程序采用JSP+MSSQL开发」· CSS 代码 · 共 91 行

CSS
91
字号
body {margin-top:3;text-align:center;}
*{margin: 0;font:12px "宋体";list-style: none;}

/*表格*/
.n1024{width:1000px;}
.n960{width:960px;}
.n690{width:690px;}
.n100{width:100%;}
.h20{height:18px;}
.nCenter{text-align:center;}
.nRight{text-align: right;}
.nLeft{text-align: left;}

/*布局*/
.L{float:left;}
.R{float:Right;}

/*边框*/
.nbk{border:1px outset #333333}
.nBottom{margin-bottom:5px;}

/*字体属性*/
B {font-weight:bold;}.p1x {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.p4 {
	border: 1px solid #0066B2;
}
.red {
	color: #FF0000;
}
.bs {
	color: #FFFFFF;
}
.p4 {
	border: 1px solid #0066b2;
}
.p42 {
	border: 1px solid #B1E3DC;
}
.p2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B1E3DC;
	border-left-color: #B1E3DC;
}

a.bt:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a.bt:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a.bt:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.bt1:link {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	line-height: 20px;
}
a.bt1:visited {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	line-height: 20px;
}
a.bt1:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: 20px;
}.zi {
	font-size: 14px;
	font-weight: bold;
}

⌨️ 快捷键说明

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