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

📄 style.css

📁 电子商务网络购物系统
💻 CSS
字号:
.text {
	font face="宋体";
	color : #000000;
	font-size: 12px;
	font-weight: normal;
}

.bold {
	font face="宋体";
	color : #000000;
	font-size: 12px;
	font-weight: bold;
}

.smText {
	font face="宋体";
	color : #000000;
	font-size: 12px;
	font-weight: normal;
}

.highlight {
	background-color: #ffff66
}

.heading {
	font face="宋体";
	color : #000000;
	font-size: 16px;
	font-weight: bold;
}

.lgText {

	font face="宋体"; 
	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
}

.tHeading {
	font face="宋体"; 
	font-size: 13px; 
	color: #000000; 
	font-weight: bold;
}



a  {
	color : #0066ff;
	font face="宋体";
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}

a:hover {
	color : #ff0000;
	font face="宋体";
	text-decoration : underline;
	font-size: 13px;
	font-weight: normal;
}

a:visited {
	color : #990099;
	font face="宋体";
	text-decoration : none;
	font-size: 13px;
	font-weight: normal;
}

a:visited:hover {
	color : #ff0000;
	font face="宋体";
	text-decoration : underline;
	font-size: 13px;
	font-weight: normal;
}

a.boldLink:hover {
	color : #000000;
	font face="宋体";
	text-decoration : none;
	font-size: 13px;
	font-weight: bold;
}

a.boldLink  {
	color : #000000;
	font face="宋体";
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.boldLink:visited {
	color : #000000;
	font face="宋体";
	text-decoration : none;
	font-size: 13px;
	font-weight: bold;
}

a.boldLink:visited:hover {
	color : #000000;
	font face="宋体";
	text-decoration : none;
	font-size: 13px;
	font-weight: bold;
}

a.smLink  {
	color : #0066FF;
	font face="宋体";
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a.smLink:hover {
	color : #FF0000;
	font face="宋体";
	text-decoration : none;
	font-size: 12px;
	font-weight: normal;
}

a.smLink:visited  {
	color : #990099;
	font face="宋体";
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a.smLink:visited:hover {
	color : #FF0000;
	font face="宋体";
	text-decoration : none;
	font-size: 12px;
	font-weight: normal;
}

a.nav  {
	color : #ffffff;
	font face="宋体";
	font-size: 13px;
	font-weight: bold;
}


a.nav:hover {
	color : #000000;
	font face="宋体";
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

a.nav:visited {
	color : #ffffff;
	font face="宋体";
	font-size: 13px;
	font-weight: bold;
}

a.nav:visited:hover {
	color : #444444;
	font face="宋体";
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

hr {
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 13px;
}

⌨️ 快捷键说明

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