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

📄 top.css

📁 没有什么
💻 CSS
字号:
body{
	margin: 0px;
	font-size:12px;
	background:#f1f6fa;
	line-height:150%;
}
a{
	color: #0A51A1;
	text-decoration: underline;
}
a:hover{
	color: #3399FF;
	text-decoration: none;
}


/* 头部 */
.head_top{
	width:980px;
	margin:5px 0px 0px 0px;
}
.head_l{
	width:200px;
	float:left;
	height:60px;
}
.head_r{
	width:700px;
	float:left;
	padding-left:50px;
}
.head_r ul{
	width:700px;
	margin:0px;
}
.head_r ul li{
	width:98px;
	float:left;
	text-align:center;
}
.head_b{
	width:980px;
	clear:both;
	background:url(top_bg.gif);
	height:30px;
}

⌨️ 快捷键说明

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