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

📄 style.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{
	margin:0px auto 0px auto;
	width:980px;
	height:100px;
	clear:both;
}

.head_left{
	width:300x;
	height:109px;
	float:left;
	padding:0px;
}
.head_right{
	width:500px;
	height:109px;
	float:right;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

/* 中部 */
#main{
	margin:5px 0px;
	width:980px;
	height:100px;
	clear:both;
}
#left{
	margin:5px 0px;
	padding:5px 0px 0px 0px;
	float:left;
	width:200px;
	background:#f1f7fa;
	border-top:#88b6e5 1px solid;
}
#right{
	margin:5px 0px;
	width:780px;
	padding:5px 0px 0px 0px;
	float:right;
	border-left:#88b6e5 1px solid;
	border-top:#88b6e5 1px solid;
}

⌨️ 快捷键说明

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