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

📄 style.css

📁 网上商店 使用jsp开发网上商店系统 4.1环境准备 为了利用JSP技术,首先需要建立环境。
💻 CSS
字号:
td
{
	font-size:12px;
}

.group_nav a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;

	float:left;
	width:67px;
	height:27px;
	margin-right:15px;
	line-height:40px;
	text-align: center;
}
.group_nav a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;

	float:left;
	width:67px;
	height:27px;
	margin-right:15px;
	line-height:40px;
	text-align: center;
}
.group_nav a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;

	float:left;
	width:67px;
	height:27px;
	margin-right:15px;
	text-align: center;

	background-attachment: fixed;
	background-image: url(../imgs/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	line-height:40px;
}

form
{
	padding:0px;
	margin:0px;
}

#section_title
{
	background-attachment: fixed;
	background: url(../imgs/eval.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#FF0099;
	font-size:14px;
	padding-left:25px;

}

#section_title.more
{
	color:#000000;
}

#section
{
	padding-top:15px;
	height:130px;
}

#section #l1
{
	width:90px;
	float:left;
	margin-right:15px;
}

#section #l1-top
{
	width:90px;
	height:70px;
}

#section #l1-bottom
{
	width:90px;
	height:50px;
	padding-top:5px;
	line-height:15px;
	color:#336699;
}

#enjoy
{
	color:#27A4E2;
	background:#f8f8f8;
	padding-left:5px;
	font-size:14px;
}

#enjoy-bottom
{
	padding-top:8px;
	line-height:20px;
}

#enjoy-bottom a:link {
	color: #336699;
	text-decoration: none;
	font-size:12px;
}
#enjoy-bottom a:visited {
	color: #336699;
	text-decoration: none;
	font-size:12px;
}
#enjoy-bottom a:hover {
	color: #336699;
	text-decoration: underline;
	font-size:12px;
}


#enjoy a:link {
	color:#27A4E2;
	background:#f8f8f8;
	padding-left:5px;
	font-size:14px;
	text-decoration: none;
}
#enjoy a:visited {
	color:#27A4E2;
	background:#f8f8f8;
	padding-left:5px;
	font-size:14px;
	text-decoration: none;
}
#enjoy a:hover {
	color:#27A4E2;
	background:#f8f8f8;
	padding-left:5px;
	font-size:14px;
	text-decoration: underline;
}


.login-bg
{
	background-attachment: fixed;
	background: url(../imgs/login_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size:12px;
	width:372px;
	height:119px;
}

.announce-title
{
	width:372px;
	font-size:14px;
	border-left:3px #FF0000 solid;
	padding-left:10px;
}

#recommend-product
{
	background-attachment: fixed;
	background: url(../imgs/recommend.gif);
	background-repeat: no-repeat;
	background-position: center center;


}

⌨️ 快捷键说明

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