studentinformation.css.svn-base

来自「数据库系统教材中附录的课程设计accomodation宿舍管理系统源码」· SVN-BASE 代码 · 共 71 行

SVN-BASE
71
字号
/*全局定义*/
body{
	font-size:12px;
	text-align:left;
	background-color: White;
	margin:0 auto;
}
img{
margin:0;
padding:0;
}

ul{list-style:none;}
a:link,a:visited{
	color:Blue;

	}
a:hover,a:active{
	color:Red;
	
	}
p{
text-indent:24px;
line-height:18px;
}
/*全局定义结束*/
/*层次定义*/
#container{
background: White;
width:900px;
height: 730px;
}
#instruction1{
	width: 900px;
	float:left;
	height: 50px;
	font: normal;
}
#list1{
	float:left;
	width:900px;
	height:160px;
	font: normal;
	
}
#instruction2{
	width: 900px;
	float:left;
	height: 50px;
	font: normal;
}
#list2{
	float:left;
	width:900px;
	height:160px;
	font: normal;
	
}
#instruction3{
	width: 900px;
	float:left;
	height: 50px;
	font: normal;
}
#list3{
	float:left;
	width:900px;
	height:170px;
	font: normal;
	
}

⌨️ 快捷键说明

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