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

📄 common.css

📁 初稿
💻 CSS
字号:
body 
{
	padding:0;
	margin:0;
	font-family:Arial,helvetica,impact;
	font-size:9pt;
	font-weight:normal;
	line-height:130%;
	text-transform:none;
	text-align:center;
	color:#333399;
}

.button
{
    width:80px;
    text-align:center;
	font:10px Arial;
	color:#333399;
	border:#154C7F 1px solid;
	background-color:#F6F6F4;
}

.Header
{
	width: 971px;
	height: 60px;
	text-align:right;
	/*background-image: url(../Images/002.gif);*/
	border: solid 1px #B7C4CD;
	border-bottom: solid 4px #555B5F;
}

/*主菜单 样式*/
 .Menu
 {   
     color: White;
    background-color: Black;
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;
 }  

.MainDiv
{
	width: 971px;
	min-height:450px;
	border: solid 1px #B7C4CD;
	margin-top: 2px;
}
/*第二层DIV*/
.SecondDiv
{
	width: 90%;
	min-height:450px;
	border: solid 1px #B7C4CD;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FCFDFD,endColorStr=#D9E0E7);
}

⌨️ 快捷键说明

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