54 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			54 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" type="text/css" href="../../css/logshoppingcar/login_cart.css"/>
 | 
						|
    <link rel="stylesheet" type="text/css" href="../../css/foot.min.css" />
 | 
						|
    <script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
 | 
						|
</head>
 | 
						|
<style>
 | 
						|
    .foot-iframe {
 | 
						|
        margin-top: -30px;
 | 
						|
        color: rgb(255, 255, 255);
 | 
						|
    }
 | 
						|
 | 
						|
    #gotoTop {
 | 
						|
        float: right;
 | 
						|
        position: relative;
 | 
						|
        right: 50px;
 | 
						|
        top: -50px;
 | 
						|
    }
 | 
						|
</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="Wxcollec">
 | 
						|
                    <div class="wxprice">应付金额:<span class="">2234.50</span>元</div>
 | 
						|
                    <!-- 微信二维码 -->
 | 
						|
                    <div class="qrcode"><img class="" alt="图片丢失" title="微信收款二维码" src="../../img/images/wxqrcode.png">
 | 
						|
                    </div>
 | 
						|
                    <!-- 微信支付 -->
 | 
						|
                    <div class="wxzf"><img class="" alt="图片丢失" title="微信支付" src="../../img/images/wxzf.png"></div>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
    <!-- 底部导航 -->
 | 
						|
    <iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no"
 | 
						|
        marginwidth='0'></iframe>
 | 
						|
    <!-- 回到顶部 -->
 | 
						|
    <img id="gotoTop" onclick="pageScroll()" src="../../img/public/backTop.png" alt="图片丢失" title="回到顶部">
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |