47 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <title>支付成功</title>
 | 
						|
    <link rel="stylesheet" href="../../css/layui.css">
 | 
						|
    <link rel="stylesheet" href="../../css/logshoppingcar/zf.css">
 | 
						|
    <link rel="stylesheet" type="text/css" href="../../css/foot.min.css" />
 | 
						|
    <link rel="stylesheet" type="text/css" href="../../css/centerHead.css" />
 | 
						|
    <script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
 | 
						|
    <script src="../../js/huaxia.js" type="text/javascript" charset="utf-8"></script>
 | 
						|
</head>
 | 
						|
<style>
 | 
						|
    .foot-iframe {
 | 
						|
        margin-top: -30px;
 | 
						|
    }
 | 
						|
</style>
 | 
						|
 | 
						|
<body>
 | 
						|
    <!-- 头部导航 -->
 | 
						|
    <iframe src="../../public/center-head.html" class="ty_herader" width="100%" height="285px" frameborder="0" scrolling="no"></iframe>
 | 
						|
    <section>
 | 
						|
        <div class="whole">
 | 
						|
            <div class="whole-1">
 | 
						|
                <!-- 支付成功 -->
 | 
						|
                <div class="payment">
 | 
						|
                    <img class="" alt="图片丢失" title="支付成功" src="../../img/images/chenggong.png" alt="">
 | 
						|
                    <h2>支付成功</h2>
 | 
						|
                    <div class="order">
 | 
						|
                        <div class="odernum">订单号:<span class="">107787156599</span></div>
 | 
						|
                        <div class="oderinte">积分+<span class="">159</span></div>
 | 
						|
                        <div class="oderbuy"> <a href="./shopcar.html">继续购物</a></div>
 | 
						|
                        <div class="oderhome"><a href="../../index.html">返回首页</a></div>
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
    <!-- 底部导航 -->
 | 
						|
    <iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no"></iframe>
 | 
						|
    <!-- 回到顶部 -->
 | 
						|
    <img id="gotoTop" onclick="pageScroll()" src="../../img/public/backTop.png" alt="图片丢失" title="回到顶部">
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |