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

📄 css.css

📁 在eclipse 环境下开发的 JAVA 网站 源程序
💻 CSS
字号:
/* CSS Document */

body {margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:center; background:#d5d5d5; color:#303030;}
table td  {font-size:12px;}

.padd {padding-top:4px; padding-bottom:4px;}

.footer_menu {padding-left:8px;}
.footer {line-height:150%; padding-left:8px;}
.textbigfont { font-weight:bold; color:#0066FF; font-size:13px;}

/*新闻列表 */

#list{
	margin: 0px 10px 20px;
	text-align: left;
	width:530px;	
}

#list ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#list li{
	background:url(images/xian_bottom.gif) repeat-x bottom; 
	/*列表底部的虚线*/
	width: 100%;	
}

#list li a{
	color: #777777;
	display: block;
	padding: 6px 0px 4px 15px;
	background:url(images/smakell_bg.gif)  no-repeat 0 6px;
	text-decoration:none;
	/*列表左边的箭头图片*/
}

#list li span{
	float: right;/*使span元素浮动到右面*/
	text-align: right;/*日期右对齐*/
}

#list li a:hover{
	color: #336699;
	background: url(/news/images/dot2.gif) repeat-x bottom;
}



a {text-decoration:none; }
a:link {text-decoration:none ; color:#3c70b9;}
a:visited {text-decoration:none; color:#3c70b9;}
a:hover {text-decoration:underline; color:red;}
form {margin:0px;}

⌨️ 快捷键说明

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