fast_get_student.css.svn-base

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

SVN-BASE
45
字号
/*全局定义*/
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{
position:relative;
background: White;
width:900px;
height: 700px;
}
#search{
	width: 900px;
	float:left;
	height: 100px;
	font: normal;color: Black;
}
#list{
	width: 900px;
	float:left;
	height: 600px;
	font: normal;color: Black;
}

⌨️ 快捷键说明

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