top.css

来自「没有什么」· CSS 代码 · 共 54 行

CSS
54
字号
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;
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
	padding-right:20px;
	padding-top:5px;
}
.head_b a{
	color:#FFFFFF;
}

⌨️ 快捷键说明

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