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

📄 css.css

📁 SMS是SP服务中一种流行的服务类型,用户可以通过发送短信来定制电影,视频,交友,下载等在线服务, 联盟程序正是处于用户与SP商之间的一种接口平台,平台下可以发展站长,站长在自己的站上做宣传. 手
💻 CSS
字号:
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #EDEDE1;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #EDEDE1;
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	BORDER-BOTTOM: 1px dotted;
	text-decoration: none;
	color: #5256F7;
}
a:active {
	text-decoration: none;
	color: #5256F7;
}
.inputbox {
	border: 1px solid #CCCC33;
	font-family: "宋体";
	color: #333333;
	background-color: #FFFFFF;
	font-size: 12px;
}
.inputbutton {
	background-color: #E3E2C3;
	border: none;
	font-size: 12px;
	height: 18px;
	font-family: "宋体";
}
.tableonderline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E2C3;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.tablegg {
	border: 1px solid #333333;
}

⌨️ 快捷键说明

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