亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? index.css

?? 提供學生證 的在線查詢功能。界面上面是錄入框
?? CSS
字號:
* {	margin: 0; /* 最好將 body 元素的邊距和填充設置為 0 以覆蓋不同的瀏覽器默認值 */
	padding: 0;
	}
body {
	background: #698ec2;
	text-align: center; /* 在 IE 5* 瀏覽器中,這會將容器居中。文本隨后將在 #container 選擇器中設置為默認左對齊 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
input { 
	width:80px;
	height:18px;
}
ul,li{ 
	list-style:none; 
	float:left;

}
.buttons {
	background:#fefefe;
	border:1px solid #53868b; 
	width:auto; 
	min-width:60px;
	padding-top:2px;
	padding-bottom:0;
	height:20px;
	text-align: center;
	}
select {height:20px;}
/*主體外容器*/
.oneColElsCtrHdr #container {
	width: 960px;  /* 當文本保持瀏覽器的默認字體大小時,此寬度將創建一個適合 800px 瀏覽器窗口的容器 */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* 這將覆蓋 body 元素上的“text-align: center”。 */
	overflow:hidden;
}

/*頂部白色擴展*/
.oneColElsCtrHdr #header_line {
	background-color: #FFFFFF;
	height: 10px;
}

/*頂部*/
.oneColElsCtrHdr #header {
	background-image: url(index_top_bg.jpg);
	background-repeat: no-repeat;
	height: 128px;
	padding-left: 20px;
} 

/*LOGO*/
.oneColElsCtrHdr #header h1 {
	margin: 20px auto; /* 將 #header div 中最后一個元素的邊距設置為零將避免邊距重疊(即 div 之間出現的無法解釋的空白)。如果 div 周圍有邊框,則不必將邊距設置為零,因為邊框也會避免邊距重疊 */
	padding: 10px 0; /* 使用填充而不使用邊距將可以使元素遠離 div 的邊緣 */
	float:left;
}
/*頂部鏈接*/
#apDiv1 {
	float:right;
	top:18px;
	width:200px;
	height:19px;
	z-index:1;
	color:#FFFFFF;
}
#apDiv1 a {
	color:#FFFFFF;
}
/*頂部導航*/
#info {
	
	float:left;
	margin-left:36px !important; 
	margin-left:20px; 
	margin-top:18px;
	height:62px; 
	width:630px;
	display:inline;
}
#info li{
	margin-left:15px; 
	height:62px;
}
#info a {
	display:block;
	text-align:center;
	background:url(index_menu.jpg);
	background-repeat: no-repeat; 
	width:53px; 
	height:62px;
	overflow: hidden;
	line-height:105px;
}
#f1 a:link,#f1 a:visited {background-position:0px -62px} 
#f2 a:link,#f2 a:visited {background-position:-53px -62px} 
#f3 a:link,#f3 a:visited {background-position:-106px -62px} 
#f4 a:link,#f4 a:visited {background-position:-159px -62px} 
#f5 a:link,#f5 a:visited {background-position:-212px -62px} 
#f6 a:link,#f6 a:visited {background-position:-265px -62px} 
#f7 a:link,#f7 a:visited {background-position:-318px -62px}
#f8 a:link,#f8 a:visited {background-position:-371px -62px}
#f9 a:link,#f9 a:visited {background-position:-424px -62px}
#info a:hover {background-position-y:0px}

/*中左部*/

#sidebar {   
float: left;
width: 220px;  
line-height: 18px;
margin:10px;
display:inline;
}  


/*左部滑動*/
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border: solid 1px #a3bec1;
	background: #f4f4f4;
	height: auto;
}
.CollapsiblePanelTab {
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
}
.CollapsiblePanelTab .t1 {
	background-image: url(index_icon_user_2.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 3px -1px;
}
.CollapsiblePanelTab .t2 {
	background-image: url(index_arrow_08.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 30px;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	height: auto;
	background: #fff;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #a3d1ff;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #a3d1ff;
}

/*左部內菜單*/
.CollapsiblePanelContent ul {
	clear: both;
	width: 100%;
}
.CollapsiblePanelContent li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 22px;
	margin-top: 10px;
	width: 96%;
	text-indent: 20px;
	clear: left;
	background: url(index_bg_blue.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
/*中右部*/
#mainContent {
	border-left:1px dashed #eee;
	background: #fff;
	margin:10px 0 10px;
	width: 702px;
	min-height:450px;
	display: inline;
	float:left; 
	TEXT-ALIGN:left
	
}

/*大菜單*/
.big_menu {
	background-image: url(index_big_menu.png);
	background-repeat: repeat;
	height: 59px;
	width: 200px;
	padding:0;
	overflow:hidden;
}

.big_menu .ico1 {
	background-image: url(index_big_menu_ico1.png);
}
.big_menu ul { 
	margin-top:10px; 
	background-repeat: no-repeat;
	background-position: 15px 10px;
	height:49px; 
	width:500px;
}
.big_menu li {
	clear: left;
	line-height:20px;
	text-indent: 55px;
}
.big_menu .lab,.big_menu .lab a {
	font-size: 14px;
	font-weight: bold;
	color: #2a58a5;
}
.big_menu ul .con {
	background-image: url(index_big_menu_con.png);
	background-repeat: no-repeat;
	background-position: 55px;
	text-indent: 65px;
}

.msg { margin-top:20px;width:400px;padding-top:250px;background-image: url(error.gif);text-align: left;text-indent: 20px;background-repeat: no-repeat; }
.msg h3,.msg1 h3 {	
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;}
.msg1 { margin-top:20px;width:400px;padding-top:150px;background-image: url(success.gif);text-align: left;text-indent: 20px;background-repeat: no-repeat; }
/*頁腳*/
#footer {
	clear:left;
	background-image: url(index_footer_bg.png);
	background-repeat: no-repeat;
	height: 61px;
	overflow: hidden;
} 
#footer li,#footer li a,#footer li a:visited {
	clear: both;
	line-height: 16px;
	text-indent: 20px;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
}

/*通訊錄類別*/
#mainContent .tab {border:1px solid #93BCD2;}
#mainContent .tab td {
	height:25px;
	line-height: 20px;
	}
#mainContent .art_tit {background: #93BCD2}
h5 {width:95%;text-align: center;line-height: 25px;}
#mainContent .sma_tit {text-indent: 20px;width:700px; margin-bottom:5px;}
#mainContent .tab_add td {height:30px;}


/**報名登陸**/
#enrollment_login{display: inline;}
#enrollment_login li{clear:left;width:210px;}
#enrollment_login li.s1{background: url('side_1.gif');height:17px;overflow:hidden;}
#enrollment_login li.s2{background: url('side_2.gif');}
#enrollment_login li.s3{background: url('side_3.gif');height:17px;overflow:hidden;}
#enrollment_login li.s2 li.tit{
	text-indent: 35px;
	background: url('index_bg_blue.gif') no-repeat;
	background-position: 20px 8px;
	color:#547298;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	padding-bottom:10px;
}

#enrollment_login li li.info{
	text-indent: 35px;
	height:30px;
}
#enrollment_login li INPUT{
	border:1px solid #93BCD2;
	width:80px;
}
#enrollment_login li li.sinfo{
	line-height: 25px;
	text-indent: 25px;
}
#enrollment_login li li.sinfo .Login1_1{
	background: url('index_big_menu_con.png') no-repeat;
	background-position: 5px 5px;
	width:60px;
	height:18px;
	border:1px solid #93BCD2;
}
#enrollment_login li li.sinfo .Login1{
	background:#fff;
	background: url('index_big_menu_con.png') no-repeat;
	background-position: 5px 4px;
	width:60px;
	height:18px;
	border:1px solid #93BCD2;
}
#enrollment_login li li.line{
	border-top:1px dashed #93BCD2;
	width:180px;
	margin-top:10px;
	margin-left:15px !important;
	margin-left:8px;
	height:3px;
	overflow:hidden;
}
#enrollment_login li li.info2{
	margin-top:10px;
	font-weight: bold;
	text-indent: 25px;
	color:#547298;
	font-size: 14px;
}
#enrollment_login li li.info3{
	margin-top:3px;
	text-align: right;
	text-indent: 25px;

}
.enrollment_main {
	background: url('main.jpg') no-repeat;
	background-position: 0px 0px;
	width:600px;
	height:350px;
}
#mainContent ul.enroll_main2 {
	margin:10px 0 0 50px;
}
#mainContent ul.enroll_main2 li {
clear:left;
}
#mainContent ul.enroll_main2 li.con div {
margin:0 0 0 20px;border:1px dashed #93BCD2;width:450px;padding:10px;
}

#mainContent ul.enroll_main3 {
	border:1px solid #ccc;
	margin:10px 0 0 50px;
	width:450px;
	padding:10px;
}
#mainContent ul.enroll_main3 li {
	clear:left;
	text-indent: 25px;
}
#mainContent ul.enroll_main3 li.tit {
	color:#547298;
	font-weight: bold;
	text-indent: 0px;
}
#mainContent ul.enroll_main3 li input {
	width:120px;
}
#mainContent ul.enroll_main3 li.sinfo input {
	width:80px;
	height:20px;
	margin-left:40px;
}

#mainContent ul.enroll_main3 li div.err{
	color:#E95;
	background-color:#F8FCEA;
	border:1px solid #E95;
	display: block;
	margin-left:25px;
}


/**選課**/
#cou_type {width:600px;margin-left:50px;}
#cou_type ul {background-color:#F9F9F9;width:600px;padding:10px 10px 0 10px;margin-bottom:10px;}
#cou_type ul li {margin-bottom:10px;}
#cou_type ul li.tit {height:22px;overflow:hidden;}
#cou_type ul li.tit table {width:600px;margin:0;}
#cou_type ul li.tit table th{border-right:1px solid #E95;text-indent: 5px;line-height: 20px;}
#cou_type ul li.tit table.tabinfo th{border-right:0;text-indent: 5px;}
#cou_type ul li.tit .l1 {width:240px;}
#cou_type ul li.tit .l1 input {width:16px;height:16px;}
#cou_type ul li.tit .l3 {width:40px;}
#cou_type ul li.tit .l4 {width:40px;}
#cou_type ul li.tit .l5 {width:90px;}
#cou_type ul li.tit .l6 {width:60px;}
#cou_type ul li.tit .l7 {width:80px;border-right: 0;}
#cou_type ul li.con,#cou_type ul li.con1,#cou_type ul li.opens {clear:left;width:90%;}

#cou_type ul ul {clear:left;width:360px;border:1px solid #ccc;margin-top:10px;}
#cou_type ul li div {margin:0 20px;border:1px solid #ccc; width:320px;padding:5px;}
#cou_type ul li.weekinfo {float:right;width:200px;background-color:#Ff0;margin-top:30px;}

/**證書**/
#certsearch ul {width:80%;}
#certsearch li {clear:left;width:98%;margin:5px auto;}
#certsearch li ul.certinfo {display: block;border:1px solid #ccc;width:400px;padding:5px;background: #eee;}
#certsearch li ul.certinfo li {background: #fff;padding:3px;margin:0;}
#certsearch ul.certinfo li.certl1 span {text-indent: 24px;font-weight: bold;font-size:30px;}
#certsearch ul.certinfo li.certl2 {text-indent: 24px;padding:3px;}
#certsearch ul.certinfo li.certl3 {padding:2px auto;}
#certsearch ul.certinfo li.certl4 {padding:2px auto; color:#99A2B1;}

#certsearch li ul.stuinfo {display: block;border:1px solid #ccc;width:400px;padding:5px;}
#certsearch li ul.stuinfo li {background: #fff;padding:3px;margin:0;width:60%;}
#certsearch ul.stuinfo li.certl0 {border:1px solid #ccc;width:38%;float:left;height:122px;width:92px;margin-right:10px;}
#certsearch ul.stuinfo li.certl1 {text-indent: 12px;font-weight: bold;font-size:14px;border-bottom:1px solid #ccc;width:98%;margin-bottom:5px;}
#certsearch ul.stuinfo li.certl2 {clear:none;float:left;line-height:12px;height:13px;width:60%;}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区在线观看网站| 蜜臀av性久久久久蜜臀aⅴ流畅 | 国产在线精品视频| 97aⅴ精品视频一二三区| 欧美熟乱第一页| 久久九九全国免费| 天天免费综合色| 国产成人在线看| 在线播放中文一区| 亚洲人成亚洲人成在线观看图片| 麻豆成人91精品二区三区| 91麻豆福利精品推荐| 日韩精品中午字幕| 亚洲v精品v日韩v欧美v专区| 成人精品一区二区三区四区 | 在线观看成人免费视频| 精品福利在线导航| 免费在线观看视频一区| 91网上在线视频| 亚洲色图在线看| 成人激情黄色小说| 国产午夜亚洲精品理论片色戒| 日本欧美大码aⅴ在线播放| 91浏览器打开| 亚洲欧美另类图片小说| 国产真实精品久久二三区| 欧美美女一区二区在线观看| 一区二区免费视频| 92精品国产成人观看免费| 久久精品欧美日韩精品| 美国精品在线观看| 精品国产a毛片| 狠狠v欧美v日韩v亚洲ⅴ| 欧美一区午夜精品| 秋霞国产午夜精品免费视频| 欧美日韩精品二区第二页| 亚洲精品国产一区二区三区四区在线| 成人高清视频在线| 日韩理论电影院| 91色九色蝌蚪| 一区二区三区在线视频免费观看 | 正在播放亚洲一区| 日韩中文字幕一区二区三区| 欧美日韩国产天堂| 美女视频一区二区| 国产亚洲女人久久久久毛片| 国产大片一区二区| 亚洲欧美日韩国产中文在线| 91麻豆免费看| 日韩精品久久久久久| 欧美精品在线观看播放| 日韩va亚洲va欧美va久久| 欧美一卡在线观看| 国产精品一区免费在线观看| 欧美激情一区二区三区四区| 91影院在线免费观看| 亚洲综合男人的天堂| 欧美高清精品3d| 丰满白嫩尤物一区二区| 亚洲色图19p| 91超碰这里只有精品国产| 久久99久久精品| 国产精品久久久久桃色tv| 91欧美一区二区| 日韩精品欧美成人高清一区二区| 精品免费国产一区二区三区四区| 国产不卡视频在线播放| 亚洲欧美日韩系列| 精品国产1区2区3区| av在线综合网| 男人的天堂久久精品| 国产婷婷色一区二区三区四区 | 亚洲伦在线观看| 在线播放日韩导航| 99热在这里有精品免费| 亚洲五码中文字幕| 国产欧美日韩视频一区二区| 色综合咪咪久久| 国产尤物一区二区在线 | 国产欧美日产一区| 欧美亚洲图片小说| 国产成人亚洲综合a∨婷婷 | 欧美丰满少妇xxxxx高潮对白| 激情成人综合网| 亚洲高清久久久| 中文字幕日韩av资源站| 欧美一区二区三区视频免费 | 国产精品综合二区| 五月天激情综合网| 亚洲男人的天堂一区二区| 精品久久人人做人人爰| 色吧成人激情小说| 成人精品免费网站| 九九久久精品视频| 视频一区二区中文字幕| 国产精品短视频| 久久久99精品免费观看| 777a∨成人精品桃花网| 色8久久精品久久久久久蜜| 国产伦精品一区二区三区免费迷| 五月天网站亚洲| 亚洲大片在线观看| 亚洲欧美电影院| 欧美国产视频在线| 国产欧美日韩激情| 欧美精品一区二区不卡| 欧美人xxxx| 欧美日韩在线综合| 在线观看三级视频欧美| 91在线观看污| 色八戒一区二区三区| 99re66热这里只有精品3直播| 粉嫩av一区二区三区粉嫩 | 91久久精品一区二区三区| 国产乱子伦一区二区三区国色天香| 免费观看久久久4p| 蜜桃av噜噜一区二区三区小说| 亚洲成精国产精品女| 亚洲精品成a人| 亚洲综合在线电影| 亚洲一线二线三线视频| 亚洲女厕所小便bbb| 亚洲黄色免费网站| 亚洲午夜激情av| 日韩精品午夜视频| 美女视频一区二区三区| 免费成人在线视频观看| 久久成人久久爱| 国产成人8x视频一区二区| 成人午夜电影久久影院| 暴力调教一区二区三区| 91热门视频在线观看| 色综合久久久网| 欧美精品18+| 精品捆绑美女sm三区| 精品乱人伦小说| 中文字幕精品—区二区四季| 国产精品福利影院| 亚洲午夜视频在线观看| 日韩在线观看一区二区| 精品一区二区三区免费播放| 韩国精品免费视频| 成人av电影免费观看| 欧美在线|欧美| 日韩欧美国产综合| 中文字幕五月欧美| 亚洲国产成人av好男人在线观看| 免费成人性网站| jlzzjlzz国产精品久久| 欧美日韩精品一区二区| 久久久久久久综合| 亚洲欧美另类久久久精品| 日韩高清在线电影| 国产成人av影院| 欧美精选午夜久久久乱码6080| 久久精品夜色噜噜亚洲aⅴ| 亚洲欧洲性图库| 日本不卡一区二区三区高清视频| 高清beeg欧美| 欧美日韩国产综合草草| 久久久蜜桃精品| 亚洲一区二区在线播放相泽 | 五月天激情综合| 国产白丝网站精品污在线入口| 欧美综合一区二区三区| 日韩三级在线免费观看| 国产精品久久久久久久岛一牛影视 | 亚洲一二三级电影| 国产精品77777竹菊影视小说| 欧美在线看片a免费观看| 久久奇米777| 午夜激情久久久| 91亚洲国产成人精品一区二区三| 亚洲精品在线免费观看视频| 亚洲黄色小视频| av成人老司机| 久久久精品tv| 免费观看一级欧美片| 91国偷自产一区二区三区成为亚洲经典 | 99视频在线观看一区三区| 欧美一区二区精品在线| 亚洲免费观看在线观看| 国产伦理精品不卡| 日韩视频免费观看高清完整版| 亚洲国产日日夜夜| 94-欧美-setu| 亚洲男人天堂av| 91热门视频在线观看| 国产精品毛片久久久久久| 激情综合色综合久久| 欧美一区二区三区在线观看视频| 亚洲综合视频在线| 在线观看91视频| 伊人性伊人情综合网| 91在线看国产| 亚洲精品国产精品乱码不99| 99国产欧美另类久久久精品| 国产午夜精品理论片a级大结局| 久久99久久久久| 精品久久人人做人人爰|