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

📄 style.css

📁 电子商务买书的网站
💻 CSS
字号:
body {
	font-size: 14px;
}

td {
	font-size: 14px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

input,textarea,select {
	font:14px "宋体","新宋体"; 
	background-color:#F6F6F6;
	border-style:solid; 
	border-width:1px;
	border-color:black  }

.inputbox {
	font:14px "宋体","新宋体"; 
	background-color:#F6F6F6;
	border-style:solid; 
	border-width:1px;
	border-color:black  }

.inputbutton {
	font:14px "宋体","新宋体"; 
	background-color:menu;
	border-style:solid; 
	border-width:1px;
	border-color:black  }

⌨️ 快捷键说明

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