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

📄 css1.css

📁 一些Acjax的控件简单应用学习实例
💻 CSS
字号:
/* 初始化 */
body,div,ul,li,td,th,img{margin:0;padding:0;}
dt,dd{clear:both;}
img{border:0px;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;color:black;}
textarea,input,select{
	font-size:12px;
	margin:0;padding:0;
	}
h1{
	font-size: 22px;
	color:#000;
	font-weight: bold;
	}

/*定义页面风格*/
body,div,ul,li,td,th{
	font-size: 12px;
	color: #000000;
	line-height: 170%;
}

/* 链接&&文字式样 */
a,a:link,a:visited {color:black;text-decoration:none;}
a:hover,a:active{color: #ff0000;text-decoration: underline blink;}


a.lblack,a.lblack:link,a.lblack:visited {color:black;text-decoration: underline;}
a.lblack:hover{color:#C2130E}
a.lwhite,a.lwhite:link,a.lwhite:visited {color:white;}
a.lwhite:hover{text-decoration: underline;}
a.lred,a.lred:link,a.lred:visited {color:#FF0000;text-decoration:none;}
a.lred:active{text-decoration:none;}
a.lblue,a.lblue:link,a.lblue:visited {color:blue;}
a.lblue:hover{text-decoration: underline;}

.tblue{color:blue;}
.tred{color:#FF0000;}
.twhite{color:white;}
.torange{color:#FF6600;}
.tgray{color:#999999;}

/* 常用文字边框相关式样*/
.px12{font-size:12px;}
.px13{font-size:13px;}
.px14{font-size:14px;}
.px16{font-size:16px;}
.bolds{font-weight: bold;}
.normals{font-weight:normal;}
a.normals_a:hover{font-weight:normal;}
.blackborder{border:1px solid black;}
.underlines,a.underlines:link,a.underlines:visited {text-decoration: underline;}

/* 常用布局式样 */
.dis{display:block}
.undis{display:none}
.lefts{float:left;}
.rights{float:right;}
.tbcenter{margin:0 auto;}
.txtcenter{text-align:center;}
.clr{font-size:0;width:1px;clear:both;visibility:hidden;line-height:1px;}
.form_gText{ font-size:9pt; font-family:宋体; color:#666666; text-decoration:none; border:1 solid #999999; background-color:#FFFFFF; }
.clearfloat {/*FF兼容性处理,清除浮动,使用方法<br class="clearfloat" />*/
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*新闻页样式*/
#news_list{
	margin-left:10px;
	margin-top:10px;
}
#news_list li{
	list-style-type:none;
	text-decoration:none;
	display:block;
	width:95%;
	height:30px;
	line-height:30px;
	text-align:left;
	font-size:12px;
	color:#FF9900;
	padding-left:15px;
	overflow:hidden;
	border-bottom:1px dashed #999999;
}
#news_list li a:hover{
	text-decoration:none;
	color:#ff0000;
}
.page{
	font-size:12px;
	width:95%;
	text-align:right;
}

/*新闻内容页*/
#news_show{
	width:97%;
	height:560px;
}
.news_title{
	width:100%;
	font-size:16px;
	border-bottom:1px solid #999999;
	text-align:center;
	height:40px;
	line-height:40px;
}
.news_from{
	width:100%;
	color:#999999;
	text-align:center;
	height:30px;
	line-height:30px;
}
.news_content{
	color:#454545;
	font-size:12px;
	font-weight:normal;
	line-height:170%;
}
#news_bottom{
	width:100%;
	text-align:center;
}
.top_bg_01{background:url(../images/top_bg_01.jpg)}
.top_bg_02{background:url(../images/top_bg_02.jpg)}
.top_bg_03{background:url(../images/top_bg_03.jpg)}

⌨️ 快捷键说明

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