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

📄 default.css

📁 您上载的源码为何会被站长不采用或帐号被删除? 1.源码太简单 2.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明或说明不够认真 6.压缩文件有密码 7.源码重复或已经存
💻 CSS
字号:
body,table,td,textarea,input,button,select{
	font-size:12px;
	font-family:verdana,tahoma,arial,宋体,黑体,sans-serif;
	color:#636563;
}

table pre{
	font:normal 14px 新宋体,黑体;
}

hr {
	border-style:none;
	height:1px;
	width:90%;
	color:#ccc;
}

table {
	text-align:center;
	width:100%;
	/*border-right:1px solid #CCC;*/
/*	border-bottom:1px solid #CCC;*/
	background:#F5F5F5;
	border:0px solid #ccc;
	empty-cells: show;
	border-spacing: 0px;
	border-collapse: collapse;
}
th {
	text-align:center;
	font-weight:bold;
	background:#EEE;
	padding:2px 0px 0px 2px;
	border:1px solid #CCC;
	height:24px;
}

td {
	text-align:center;
	padding:2px 0px 0px 2px;
	border:1px solid #CCC;

}
u {
	text-decoration:none;
	font-family:Arial;
	font-size:14px;
}
li{
	font-weight:none;
	list-style: disc;
	font-size:12px;
	padding: 0 0 0 0;	/* 上 右 下 左 */

}
input,textarea,select {
	border:1px solid #98A5B1;
	background: #EFEFEF;
	width:90%;
}
a{
	text-decoration: none;
}
a:link{
	color:#636563;
}
a:hover{
 	color: black; 
}
a:active{
  	
}
a:visited {
	color:#636563;   	
}
button{
	width:100px;height:20px;
	padding:2 2 2 2;
	background-color:#e7e7e7;
	border-width:1px;
	text-align:center;
	/*margin-right:12px;
	margin-top:4px;*/
}
input{
	height:20px;
	padding:2 2 2 2;
}
checkbox{
	border:0px;
}
textarea{
	padding:8 8 8 8;
	/*background-color: #ece9d8;*/
	border-width:1px;
	height:200px;
}
select{
	padding:0px;
	margin:0px;
	/*background-color: #ece9d8;*/
	border-width:1px;
}
body{
background:#999;
/*text-align:left;*/
text-align:center;
padding: 0 0 0 0;	/* 上 右 下 左 */
margin:0px
margin
color: #333;
font-family:arial,verdana,sans-serif;
background: url(../emailimages/default/bg.gif) #FEFEFE right bottom;
}


#box{
	border:1px solid darkgray;
	width:770px;
}

#header{
width:770px;
margin-right: auto;
margin-left: auto; 
padding: 0px;
/*background: #ececec;*/
height:60px;
text-align:left;
background: url(../emailimages/default/logo.gif) #ececec;
background-repeat: no-repeat;
}

#navigator{
width:770px;
margin-right: auto;
margin-left: auto; 
padding: 5 10 5 0;	/* 上 右 下 左 */
/*background: url(../emailimages/default/navbg.gif) #FEFEFE;*/
background: #E7E7E7;
height:12px;
text-align:right;
border:1px solid #ccc;
}

#contain{
margin-right: auto;
margin-left: auto;
width: 770px;
} 

#mainbg{
width:770px;
padding: 0px;
background: #FFF;
float: left;
}

#right{
float: right; 
margin: 0px;
padding:12 12 12 12; 
width: 620px; 
text-align:left;
}
#left{
float: left; 
border-right:1px solid #ccc;
margin: 0px; 
padding: 5px; 
width: 150px;
text-align:left;
}
#footer{
clear:both;
width:770px;
margin-right: auto;
margin-left: auto; 
padding: 10px;
background: #E7E7E7;
height:40px;
text-align:center;
color:#636563;
border:1px solid #ccc;
}

#class{
font-weight:bold;
margin:0px;
padding: 3 2 3 8px;	/* 上 右 下 左 */
}

#item{
font-weight:bold;
margin:0px;
padding: 3 2 3 24px;	/* 上 右 下 左 */
}

#righttext{
padding:5px 60px 0px 0px;
text-align:right;
}

⌨️ 快捷键说明

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