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

📄 navigation.css.svn-base

📁 数据库系统教材中附录的课程设计accomodation宿舍管理系统源码
💻 SVN-BASE
字号:
/*全局定义*/
body{
	font-size:12px;
	text-align:left;
	color:#7bc3de;
	background-color: #e4d9be;
	margin:0 auto;
}
img{
margin:0;
padding:0;
}

ul{list-style:none;}
a:link,a:visited{
   text-decoration:none;
	color:#000033;

	}
a:hover,a:active{
   
	border-bottom: solid 1px;
	color:#FF0000;
	
	}
p{
text-indent:24px;
line-height:18px;
}
/*全局定义结束*/
#container{
position:relative;
padding:0 2px;
margin-left:50px;
margin-right:auto;
margin-top:20px;
background: Silver;
width:900px;
height: 700px;
border-bottom: solid 2px #29414a;
border-top: solid 2px #29414a;
border-left:solid 2px #29414a;
border-right:solid 2px #29414a;
display:block;
}
#navigation{
   
	float: left;
	width: 150px;
	height: 700px;
	font: normal;color: Black;
	margin-top: 100px;
	margin-left: 20px;
}

/*lease*/
#lease{
	width: 80px;
	height: 10px;
	display: block;
}
#lease:hover{
	color: Orange;
	}
#lease img{
	width: 14px;
	height: 9px;
}
#leaseList{
   font-size:14px; 
	line-height: 20px
}

/*invoice*/
#invoice{
   width: 80px;
	height: 10px;
	display: block;
}
#invoice:hover{
	color: Orange;
	}
#invoiceList{
	font-size:14px; 
	line-height: 20px
}
	
/*inspection*/
#inspection{
	width: 80px;
	height: 10px;
	display: block;
}
#inspection:hover{
	color: Orange;
}
#inspectionList{
	font-size:14px; 
	line-height: 20px
}

/*student*/
#student{
	width: 80px;
	height: 10px;
	display: block;
}
#student:hover{
	color: Orange;
}
#studentList{
	font-size:14px; 
	line-height: 20px
}

/*staff*/
#staff{
	width: 80px;
	height: 10px;
	display: block;
}
#staff:hover{
	color: Orange;
}
#staffList{
	font-size:14px; 
	line-height: 20px
}

/*department*/
#department{
	width: 80px;
	height: 10px;
	display: block;
}
#department:hover{
	color: Orange;
}
#departmentList{
	font-size:14px; 
	line-height: 20px
}

/*others*/
#content{
	float: left;
	width: 650px;
	height: 700px;
}
#iframe{
	width: 649px;
	height: 700px;
}

⌨️ 快捷键说明

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