| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 | <!DOCTYPE html><html lang=zh-cn><head>	<meta charset=utf-8>	<title>个人信息纵横通行帐号</title>	<meta name=description content=一个帐号通用纵横旗下所有网络产品。>	<meta name=copyright content=smartcost.com.cn>	<link rel=stylesheet href=css/global.css>	<script src=js/jquery-1.7.1.min.js></script>	<script src=js/global.js></script></head><body><div class="globalHeader">	<div class="width950">		<div class="globalNav">			<a href="http://smartcost.com.cn" target="_blank">纵横官网</a>			<a href="http://sso.smartcost.com.cn" target="_blank" class="now">通行帐号</a>			<a href="#">网络版</a>			<div class="zhzd">				<a class="zhzdFir">纵横知道<b></b></a>				<div class="zhzdMenu">					<a href="http://zhzdwd.com" target="_blank">问答</a>					<a href="http://zhzdwk.com" target="_blank">文库</a>					<a href="http://zhzdjg.com" target="_blank">价格信息</a>				</div>			</div>		</div>	</div></div><div class="width950 userInfoPanel clearfix">		<img src="images/mainlogo.png" class="fL"><p><b>techen</b>,<a href="#">管理</a> <a href="#">退出</a></p></div><div class="globalContent width950">	<div class="formContent clearfix">		<div class="slidebar">			<div class="userAvr clearfix">			<img src="img/avatra48.png">			<p>账户余额:</p>			<p>¥ <b style="font-size:16px" class="colOrange">0.00</b> 元</p>			<p><a href="order.html">账单</a></p>			</div>			<ul>				<li><a href="#" title="个人信息"><b>个人信息</b></a></li>				<li><a href="#" title="我的纵横"><b>帐号充值</b></a></li>				<li><a href="voucher.html" title="代金卷"><b>代金卷</b></a></li>			</ul>		</div>		<div class="mainContent formItem userProfile">			<div class="voucher">				<div class="voucher-list">					<legend>历史账单</legend>					<table class="table table-hover table-bordered">						<thead><th>类型</th><th>来源</th><th>金额</th><th>日期</th></thead>						<tbody>							<tr><td>收入</td><td>支付宝</td><td>¥5.00</td><td>2017-01-01 20:20</td></tr>							<tr><td>收入</td><td>银行转账</td><td>¥5.00</td><td>2017-01-01 20:20</td></tr>							<tr><td>支出</td><td>文库(zhzdwk.com)消费</td><td>¥5.00</td><td>2017-01-01 20:20</td></tr>							<tr><td>支出</td><td>问答(zhzdwd.com)消费</td><td>¥5.00</td><td>2017-01-01 20:20</td></tr>						</tbody>					</table>					<!--数据超过20条显示 查看更多,继续加载20条记录-->					<a>查看更多</a>				</div>			</div>		</div>	</div></div><div class="footer">	<div class="width950">		<p>Copyright © 2012 <a target="_blank" href="http://smartcost.com.cn">纵横创新软件有限公司</a>. All Rights Reserved </p>	</div></div></body>
 |