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

📄 cart.html

📁 网上商店 使用jsp开发网上商店系统 4.1环境准备 为了利用JSP技术,首先需要建立环境。
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="${systemConfig.getStringConfigValue("webtitle")}">
<meta name="description" content="${systemConfig.getStringConfigValue("webtitle")}">
<link href="../css/light.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="../css/mall_tbsp.css@t=20080730.css" />
<link rel="stylesheet" type="text/css" href="../css/mall_base.css@t=20080730.css" />
<link  rel="stylesheet" type="text/css" href="../css/mall_common.css@t=20080730.css" />	
<link  rel="stylesheet" type="text/css" href="../css/mall_exhibit.css@t=20080730.css" />
<title>${systemConfig.getStringConfigValue("webtitle")}</title>
<script language="JavaScript" type="text/javascript" src="../js/prototype.js"></script>
<style type="text/css">
<!--
#cart #firstcontent {
	float: left;
	margin-left: 15px;
	background-color: #fff;
	width: 660px;
}
#cart #firstcontent p {
	font-size: 14px;
	line-height: 18px;
	text-indent: 28px;
}
#cart #firstcontent h3 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 28px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#cart .price1 {
	font-size: 15px;
	font-weight: bold;
	color: #018CD4;
}
#cart #firstcontent .sideTip {
	margin: 10px;
}
#cart #firstcontent .calc {
	height: 30px;
	border-bottom: 1px solid #ddd;
	text-align: right;
	line-height: 30px;
}
#cart .price{
font-size:15px;
font-weight:bold;
color:red;
}

#cart .price2 {font-size:15px;
font-weight:bold;
color:red;
}



.alert_tag_style
{
	position:absolute;
	width:168px;
	height:30px;
	display:none;
}

.alert_tag_style.alertcontent
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFCC;
	width:166px;

}
.alert_tag_style.bottom
{
	width:168x; height:6px; 
	background:url(../imgs/alert_tag_bottom.gif) no-repeat;
}
.alert_tag_style p
{
	padding:4px;
	line-height:18px;
}


-->
</style>
<script>
var changeQuanityFlag = false;

function checkout()
{
	if ( changeQuanityFlag )
	{
		alert("姝e湪鏇存柊鍟嗗搧鏁帮紝璇风◢鍚

⌨️ 快捷键说明

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