| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 | <!DOCTYPE html><html><head>	<meta charset="utf-8">	<title></title>	<meta name="Expires" content="0">	<meta name="Cache-Control" content="no-store, no-cache, must-revalidate">	<meta name="Cache-Control" content="post-check=0, pre-check=0">	<meta name="Pragma" content="no-cache">	<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">	<meta name="apple-mobile-web-app-capable" content="yes">	<meta name="apple-mobile-web-app-status-bar-style" content="black">	<link rel="stylesheet" type="text/css" href="css/mui.min.css" />	<link rel="stylesheet" type="text/css" href="css/iconfont.css" />	<link rel="stylesheet" type="text/css" href="css/style.css" />	<style>		input[name=checkbox] { width: 18px;height: 18px;-webkit-appearance: none;appearance: none;cursor: pointer;vertical-align: top;background: url(images/c_checkbox_off.png) center center no-repeat;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: relative;border: 0;background-size: 100%;}		input[name=checkbox]:checked {background: url(images/c_checkbox_on.png) center center no-repeat;background-size: 100%;}		.delete-cart-style{font-size: 20px;margin-top: 30px;color:#55c0dc;margin-left: 20px;}		.btn-box {padding-left: 100px;}		#pullrefresh_chanpin_list .mui-table-view .mui-media-object.mui-pull-left {margin-right: 20px;}	</style>	<script>        // 屏蔽分享        window.hiddenAllWechatMenu = true;	</script></head><body style="background: #fff;"><div class="loading-bg">	<div class="mui-loading">		<div class="mui-spinner">		</div>		  加载中...	</div></div><div class="mui-content" style="background: #fff;">	<div class="gwc_null">		<img src="images/empty_cart.png">		<h6 style="margin: 15px 0 50px 0;">购物车空空如也,快去抢购吧!</h6>		<a href="chanpin_list.html" class="mui-btn btn-blue-double go_web_shop" style="width: 100px;">去购买</a>		<nav class="mui-bar mui-bar-tab" id="footer-bar">			<a class="mui-tab-item" >				<div class="iconfont icon-shouye"></div>				<span class="mui-tab-label">首页</span>			</a>			<a class="mui-tab-item mui-active">				<div class="iconfont icon-gouwuche">					 <span class="mui-badge">0</span>				</div>				<span class="mui-tab-label">购物车</span>			</a>			<a class="mui-tab-item">				<div class="iconfont icon-dingdan"></div>				<span class="mui-tab-label">订单</span>			</a>			<a class="mui-tab-item">				<div class="iconfont icon-wode"></div>				<span class="mui-tab-label">我的</span>			</a>		</nav>	</div>	<!--<div class="shopping-box">		<div class="tt-yf">			<label class="click-all-btn"><input name="checkbox" checked="checked" type="checkbox" class="all_check" />全选</label>			<a href="#" class="mui-btn my-btn-danger go_web_shop">再挑一下</a>		</div>	</div>-->	<div class="shoping-tt">		<!--<span class="left"><img src="images/jiao1.png" /></span>		<span class="right"><img src="images/jiao2.png" /></span>-->		<!-- 购物车项 -->		<ul class="mui-table-view shopping-cart-list" id="cart-list-ul"></ul>	</div>	<div class="buy-footer1">		<table class="tb-clearing">			<tr>				<td rowspan="2" class="quanxuan">					<label class="click-all-btn">						<input type="checkbox" name="checkbox" checked="checked" class="all_check"/>全选					</label>				</td>				<td rowspan="2" class="t-r">合计:</td>				<td class="count_price_box">¥<span class="count_price" id="pay-total">0</span>元</td>				<td rowspan="2">					<a id="go-clearing" class="mui-btn mui-pull-right add_gwc">去结算(0)</a>				</td>			</tr>			<tr>			</tr>		</table>	</div></div></div><script src="js/mui.min.js"></script><script src="js/jquery-2.1.1.min.js"></script><script src="js/main.js"></script><script src="js/page/wechat-utils-1.0.js"></script><script src="js/page/shopping_cart.js"></script></body></html>
 |