send_success.html 2.61 KB
<!DOCTYPE html >
<html>
<head>
    <meta charset="UTF-8">
    <title>赠送成功</title>
    <meta name="format-detection" content="telephone=no">
    <meta name="viewport" content="minimal-ui=yes,width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <style>
         html{ background: none}
        .center_show{ background: none; position: fixed; top: 50%; left: 0;  margin-top: -12.5rem; z-index: 5;
            width: 100%; height:25rem ; text-align: center}
        .center_show p{font-size:0.8rem }
        .center_show img{ height: 12rem;}
        .bottom_notice{ position: fixed; bottom:2.8125rem;left: 0; width: 100%;height: 2.8125rem;
             width: 96%; margin-left: 2%; font-size: 0.75rem}
        .zhezhao{width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.8); z-index: 10;}
        .zhezhao img{height: 100%;}.dn{display: none}

         .btn_b {height:66px;text-align:center; width: 60%; margin-left: 20%}
         /*.btn_b.donation {height:auto; position:static; background:#FFF; margin:0 22%; box-sizing:border-box; -webkit-box-sizing:border-box; width:auto}*/
         /*.btn_b.donation:after {content:""; display:block; clear:both}*/
         .btn_b a {margin-top: 0.9375rem; display: block; width: 100%; background: #f33b2f; background-size: 5.28125rem auto; text-align: center; height: 2.6875rem; line-height: 2.6875rem;	font-size:0.875rem; font-weight:bold;	color:#fff;	-webkit-border-radius: 25px; border-radius: 25px; box-sizing:border-box; -webkit-box-sizing:border-box; box-shadow: 0 0 1.25rem rgba(255,69,67,0.50); text-decoration:none}
         .btn_b a.btn2 { background: #fff;color:#333;}

    </style>
<body style="position: relative" >

<!--中间内容-->
<div class="center_show" >
    <p><img src="__STATIC__/images/giftuser/sendok.png"></p>
    <p style="font-weight:600">礼单赠送成功,请提醒好友尽快领取</p>
    <p style="font-size:0.65rem;color:#adadad; width: 55%; margin: 0 auto">赠送详情:具体可在菜单栏"我的服务→个人中心→我送朋友"查询</p>
    <!--按钮事件-->
    <div class="btn_b">
        <a class="btn" href="javascript:;">继续购买</a>
        <a class="btn2" href="javascript:;">查看订单</a>
    </div>
</div>
</body>
</html>
<script src="__STATIC__/js/jquery.js"></script>
<script src="__PUBLIC__/js/global.js"></script>
<script>
    $(".btn").click(function () {
         window.location.href='/index.php/mobile/index/index/stoid/{$Think.request.stoid}';});
    $(".btn2").click(function () {
         window.location.href='/index.php/Mobile/User/order_list/{$Think.request.stoid}';});

</script>