style.css

来自「一个完整的企业项目资料管理系统,包括所有的cs代码」· CSS 代码 · 共 44 行

CSS
44
字号
body 
{
	font-size :12px;
	color:#0099FF;
}
.FullCenter
{
	text-align :center ;
	width:100%;
	
	
	
}
#wrapper
{
	width:770px;
	margin :10px auto 0px auto;
}
.GreenClass
{
	color:#00CC33;
}
.Left
{
	float :left;
	margin-left :10px;
	width :100%;
	text-align :left;
}
.FloatLeft
{
	float :left ;
}
.GridTable
{
	border-collapse :collapse ;
	border-width:0px;
}
.GridTable td
{
	border-width:1px;
	border-style:outset;
	border-color :#00ff00;
}

⌨️ 快捷键说明

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