⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 studentinformation.css.svn-base

📁 数据库系统教材中附录的课程设计accomodation宿舍管理系统源码
💻 SVN-BASE
字号:
/*全局定义*/
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -