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

📄 style.css

📁 该系统实现新闻浏览
💻 CSS
字号:

body 
{
	font-family: 宋体,arial; 
	font-size: 12px;
	padding:0;
	margin:0 auto;
	}

table 
{
	font-size: 12px;
	}
td 
{
	font-size: 12px;
	}
p 
{
	color: #000000; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 12px;
	}
li 
{
	color: #000000; 
	font-size: 12px; 
	text-decoration: none;
	}
br 
{
	font-size: 12px; 
	font-weight: normal;
	line-height: 12px;
	}
b {
	font-weight: bold
}

a 
{
	color: #083898; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
}
a:visited 
{
	color: #083898;
	text-decoration: none;	
	}
a:active {
	color: #ff9933
	text-decoration: none;
}
a:hover 
{
	color: #ff9933;
	text-decoration: none;
	}
	

.lr {
	color: #083898; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	}
.nav {
	color: #083898; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: underline;
}
.banner {
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	}
.sys {
	color: #666666; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: underline;
	}
.affiche {
	color: #333333; 
	font-size: 12px; 
	font-weight: normal;
	}
.fonttitle {
	color: #993333; 
	font-size: 12px; 
	font-weight: bold;
	}
.title {
	color: #666699; 
	font-size: 12px; 
	font-weight: bold;
	}
.subject {
	color: #083898; 
	font-size: 12px; 
	font-weight: bold;
	}
.softmore 
{
	color: #333333; 
	font-size: 12px; 
	font-weight: normal;
	}
.time 
{
	color: #666666; 
	font-size: 12px; 
	font-weight: normal;
	}
.service 
{
	color: #ff9933;
	font-size: 12px;
	font-weight: bold;
	}
.linkbluehelp 
{
	color: #0000ff; 
	font-size: 12px; 
	text-decoration: none;
	}
.linkbluehelp:hover 
{
	color: #ff0000; 
	cursor: help; 
	font-size: 12px; 
	text-decoration: underline;
	}
.linkbluedown 
{
	color: #083898;
	font-size: 12px;
	text-decoration: none;
	}
.linkbluedown:hover 
{
	color: #ff9933; 
	cursor: s-resize;
	font-size: 12px; 
	text-decoration: underline;
	}

textarea
{
     font-size:12px;
     background-color: white;
     color: rgb(0,0,128) ;
     }
select
{
     font-size:12px;
     color:rgb(0,0,128) ;
     }
input
{
     font-size:12px;
     background-color: white;
     color:rgb(0,0,128) ;
     }
form 
{
	font-size: 12px; 
	margin-bottom: 0px; 
	margin-top: 12px;
	}

⌨️ 快捷键说明

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