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

📄 admin_left.html

📁 提供学生证 的在线查询功能。界面上面是录入框
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>左部导航</title>
<style>
*{margin:0;padding:0;}   
img{border: 0;}
html{min-width: 1000px;height:100%; }
body{
	width:auto;
	border:0;
	font:12px/16px "宋体" !important;
	overflow:hidden;
	background-image: url(images/admin_left_bg.jpg);
	background-repeat: repeat-y;
	height:100%;
}
td {font:12px/16px "宋体" !important;}
/*div{word-wrap:break-word; word-break:normal;}*/
div:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
ul{list-style:none; padding:0; margin:0;}
.left_tab {
	height: 100%;
	width: 190px;
}
#left_menus {
	line-height:18px;
	
}
#m_l {padding:10px 0 10px 0;
	background-image: url(images/admin_left_bg2.jpg);
	background-repeat: repeat-y;}
#left_menus li {background:none !important;margin:0;height:20px;}
#left_menus li a:link,#left_menus li a {
	display:block; 
	color:#FFFFFF; 
	text-decoration:none;
	padding-left:50px;
	background:url(images/database_table.png) no-repeat;background-position: 15px 0px;
}
#left_menus li a:hover {
	border:1px solid #fff;
	background:url(images/database_table.png) #b4d9e5 no-repeat; background-position: 15px 0px;
/*- filter:alpha(opacity=50);
    opacity:0.5; -*/
	color:#015778;
}
#left_menus li.nextmenu {border-bottom:1px dashed #ccc;margin:0px auto;height:auto;}
#left_menus li.nextmenu a,#left_menus li.nextmenu a:link,#left_menus li.nextmenu a:visited {
	padding-left:20px;
	font-weight: bold;
	background:none;
	text-decoration:none;
	border:0px;
	line-height:25px;
}
#left_menus li.nextmenu a:hover {text-decoration:none;border:0px;color:#fff;}

#left_menus li.nextmenu li a,#left_menus li.nextmenu li a:link,#left_menus li.nextmenu li a:visited {padding-left:50px;font-weight: normal;background-color:auto;background:url(images/database_table.png) no-repeat; background-position: 15px 0px;line-height:18px;}

#left_menus li.nextmenu li a:hover {font-weight: normal;border:1px solid #fff;background:url(images/database_table.png) #b4d9e5 no-repeat; background-position: 15px 0px;color:#015778;}




.left_l2 {
	color: #FFFFFF;}
#left_l2 {margin:auto auto auto 0px;
	background-image: url(images/email_link.png);
	background-repeat: no-repeat;
	background-position: 10px 50px;
	text-indent:35px;}
.left_l2_pic {
	margin-left:30px;
	margin-bottom:10px;
	background-image: url(images/admin_left_c_pic.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 149px;
}
.left_l2 a {
	color: #FFFFFF;
	text-decoration: none;
}
iframe {visibility: hidden;}
:focus { -moz-outline-style: none;outline-style: none; }
</style>
<Script Language="JavaScript" type="text/JavaScript" src="inc/HREF.js"></script>
<SCRIPT LANGUAGE="JavaScript">
<!--
	function menucheck(x,y){
//frmleft.document.getElementById("m_l").innerHTML=document.getElementById("m_t_"+x).innerHTML;

if(y!=""){top.frmright.location.href=y;}
}
window.onload=function(){
	document.getElementById("m_l").innerHTML=top.document.getElementById("m_t_0").innerHTML;
}
//-->
</SCRIPT>
</head>

<body>
<table width="100%" height="100%" class="left_tab" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" height="70%">
	<div id=left_menus>
		<ul id="m_l">
		<li> </li>
		</ul>
	</div></td>
  </tr>
  <tr>
    <td class="left_l2" height="20%" valign="bottom">
	<div id="left_l2">
	<div class="left_l2_pic"></div>
    <ul><li><a href="http://www.25175.com">25175</a> 官方网站</li>
	<li><a href="http://www.25175.com">25175.ASP</a></li>
	<li><a href="http://www.25175.NET">25175.NET</a></li>
	<li>POWERED BY <a href="http://www.25175.com">25175</a></li></ul>
	</div>
 </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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