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

📄 myshop.css

📁 实现一个网络购物
💻 CSS
字号:
body {
	margin: 0px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
}
body.popup {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
table {
	border: 0px;
}
td.thumbnailparent {
	font-size: 10px;
	align: center;
	text-align: center;
}
table.thumbnail {
	border: 1px #DFDFDF solid;
	width: 46px;
	height: 71px;
}
td.thumbnail {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:3px;
	padding-right:3px;
	text-align: center;
	vertical-align: middle;
}
td {
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
input {
	border: 0px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-align: left;
	padding-left:6px;
}
select {
	font-size: 10px;
	font-family: Arial, sans-serif;
	border-color: #000000;
	background-color: #FFFFFF;
}
table.discount {
	background-image: url(../media/discountborder.gif);
	background-repeat: repeat-x;
}
td.bottom {
	vertical-align: bottom;
}
td.middle {
	vertical-align: middle;
}
td.right {
	text-align: right;
}
td.nav {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	background-repeat:no-repeat;
	background-position: right bottom;
}
td.cartheader {
	color: #000000;
	padding: 4px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height : 85%;	
}
td.cartodd {
	background-color: #eee;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 14px;
	padding-bottom: 9px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
td.carteven {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 14px;
	padding-bottom: 9px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
input.cart {
	border: 0px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-align: center;
	width:21px;
	height:13px;
}
td.subtitle {
	color: #ddd;
	font-weight: bold;
}
.title {
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
}
.subtitle {
	color: #ddd;
	font-weight: bold;
}

td.footer {
	color: #ddd;
	background-color: #E6E9DD;
	font-size: 13px;
	font-weight: 600;
}
td.titlebar {
	color: #000000;
	background-color: #ddd;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
}
td.subtitlebar {
	color: #595959;
	background-color: #DFDFDF;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
}
td.creditline {
	color: #8A8A8A;
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
	letter-spacing: 1px;
}
td.internalnav {
	color: #595959;
	font-size: 11px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 14px;
}

a.nav:link {			color: #000000; text-decoration: none; }
a.nav:visited {			color: #000000; text-decoration: none; }
a.nav:active {			color: #000000; text-decoration: none; }
a.nav:hover {			color: #000000; text-decoration: underline; }
a.selected:link {		color: #000000; text-decoration: none; }
a.selected:visited {	color: #FBB76E; text-decoration: none; }
a.selected:active {		color: #FBB76E; text-decoration: none; }
a.selected:hover {		color: #FBB76E; text-decoration: underline; }
a.readmore:link {		color: #000000; font-weight: normal; text-decoration: underline; }
a.readmore:visited {	color: #000000; font-weight: normal; text-decoration: underline; }
a.readmore:active {		color: #000000; font-weight: normal; text-decoration: underline; }
a.readmore:hover {		color: #000000; font-weight: normal; text-decoration: underline; }
a.white:link {			color: #000000; text-decoration: none; }
a.white:visited {		color: #000000; text-decoration: none; }
a.white:active {		color: #000000; text-decoration: none; }
a.white:hover {			color: #000000; text-decoration: underline; }
a.subtitle:link {		color: #ddd; font-weight: bold; text-decoration: underline; }
a.subtitle:visited {	color: #ddd; font-weight: bold; text-decoration: underline; }
a.subtitle:active {		color: #ddd; font-weight: bold; text-decoration: underline; }
a.subtitle:hover {		color: #ddd; font-weight: bold; text-decoration: underline; }
a.bold:link {			color: #000000; font-weight: bold; text-decoration: underline; }
a.bold:visited {		color: #000000; font-weight: bold; text-decoration: underline; }
a.bold:active {			color: #000000; font-weight: bold; text-decoration: underline; }
a.bold:hover {			color: #000000; font-weight: bold; text-decoration: underline; }

⌨️ 快捷键说明

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