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

📄 ccrr.css

📁 足球推荐程序 功能齐全 还 不错 界面漂亮 容易修改
💻 CSS
字号:
html, body, div, table, tr, td, ul, ol, li, p, dd, dt, dl, span, img, input,form {
	margin: 0px;
	padding: 0px;
}
body{
	background:#3c9 url(../images/body.gif) repeat-x left top;
	font:12px/25px "宋体", sans-serif;
	color:#333;
}
h1,h2,h3,h4,h5,h6{
	font:bold 14px/28px "宋体", sans-serif;
}
ul,ol{
	list-style:none;
}
select,input{
	font:10px/26px;
	background:#fff;
	border:1px #ccc solid;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:underline;
}
a img{
	border:0px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.main{
	margin:0px auto 5px;
	width:771px;
	background:#fff;
}
.red{
	color:#f00;
}
.yellow{
	color:#FC0;
}
.green{
	color:#090;
}
/*-------------头部--------------*/
#header{
	background:#396 url(../images/top.gif) repeat-x left top;
	height:120px;
	overflow:hidden;
}
#logo{
	margin-left:55px;
	width:194px;
}
#login{
	width:750px;
	line-height:39px;
	color:#fff;
}
#menu{
	font:14px/39px "宋体", sans-serif;
}
#menu a{
	color:#030;
}
#menu a:hover{
	color:#006;
}
.note{
	background:#fff url(../images/note1.gif) no-repeat left top;
	padding-top:20px;
}
.note .bottom{
	background:#fff url(../images/note2.gif) no-repeat left bottom;
	padding:0px 20px 20px;
}
/*-------------内容--------------*/
.table1{
	background:#333 url(../images/bg.gif) no-repeat left top;
	text-align:center;
	line-height:30px;
	color:#fff;
	width:100%;
}
.table1 td{
	height:30px;
}
.table1 .td1{
	font:bold 14px/28px "宋体", sans-serif;
	color:#FC0;
}
.page{
	color:#fff;
	background:#333;
	text-align:center;
}
.page a{
	color:#fff;
}
/*------------页脚------------*/
#footer{
	background:url(../images/footer.gif) repeat-x left top;
	font:12px/25px Arial, Helvetica, sans-serif;
	border-left:1px #00764d solid;
	border-right:1px #00764d solid;
	padding:0px 50px;
	text-align:center;
}
.line_h{

line-height:40px;
}

⌨️ 快捷键说明

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