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

📄 default.css

📁 基于AJAX技术的Alexa 查询系统 1. 修改多处正则表达式,并采用递归获取页面内容,速度更快,错误更少 2. 增加网站类型及所属其他域名网站信息 3. 针对IE修改部分Ajax脚本,减少客
💻 CSS
字号:
* {
	padding:0px;
	margin:0px;
}
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	background:#fff;
	margin:10px;
	text-align:center;
	line-height:20px;
}
img {
	border:0px;
}
h1 {
	font-size:150%;
}
h2 {
	font-size:120%;
	line-height:20px;
}
hr {
	margin:5px 0px 10px 0px;
}
a {
	font-weight: normal; 
	color: #990000; 
	text-decoration: none;
}
a:link {
	font-weight: normal; 
	color: #990000; 
	text-decoration: none;
}
a:visited {
	font-weight: normal; 
	color: #990000; 
	text-decoration: none;
}
a:active {
	color: #333333;
}
A:hover {
	color: #cc6600;
	text-decoration:underline;
}
form {
	margin:10px 0px;
}
input {
	font-size:12px;
	color:#003399;
}
td, .descBold {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#990000;
	font-weight:bold;
}


#page {
	width:760px;
	margin:auto;
}
#alexa_info {
	float:left;
	text-align:left;
	padding:10px;
}
#alexa_image {
	float:left;
	padding:10px;
}
#copyright {
	margin-top:20px;
	font-weight:bold;
	color:#990000;
	font-family: Georgia, Times New Roman, Times, serif;
}

.clear1 {
	clear:both;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

.input1 {
	width:300px;
	height:15px;
	line-height:15px;
}
.input2 {
	border:1px solid #003399;
	background:url(../images/bg1.gif);
	padding:0px;
	margin:0px;
	font-weight:bold;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
	margin:0px 2px;
}
.boldbig {
	font-weight:bold;
	margin:0px 10px;
	display:block;
}
.msg {
	color:red;
	font-weight:bold;
}
.channel {
	margin-top:20px;
}
.title {
	background:url(../images/bg2.gif);
	height:25px;
	line-height:25px;
	font-weight:bold;
	text-align:left;
	border:1px solid #003399;
	margin-top:20px;
}
.body {
	background:url(../images/bg3.jpg) white no-repeat right top;
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	border-bottom:1px solid #003399;
	line-height:25px;
	padding:10px;
}
.font-small {
	font-size:11px;
	color:#666;
}
.font-cross {
	height:30px;
	background:transparent;
	width:460px;
	line-height:20px;
}
.font-num {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color:#cc6600;
	margin-left:5px;
	margin-right:5px;
}
.font-num2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color:#000;
	margin-left:5px;
	margin-right:5px;
}
.channel-msg {
	background:url(../images/bg1.gif);
	border:1px solid #003399;
	text-align:left;
	padding-left:10px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	color:#990000;
}
.tab1, .tab2 {
	width:100%;
	border-bottom:1px solid #003399;
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	background:url(../images/bg3.jpg) white no-repeat right top;
}
.tab1 th {
	width:25%;
	border-bottom:1px solid #003399;
	height:25px;
	line-height:25px;
}
.td1 {
	border-right:1px solid #003399;
}
.td2 {
	border-right:1px solid #003399;
}
.td2:hover, .td3:hover {
	background:url(../images/bg1.gif);
}
.tab2 th {
	width:20%;
	border-bottom:1px solid #003399;
	height:25px;
	line-height:25px;
}
.tline {
	padding:10px 0px;
}
.ul1 {
	list-style:none;
}
.ul1 li {
	float:left;
	width:200px;
	text-align:left;
}

⌨️ 快捷键说明

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