|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<include file="public@head_common"/>
|
|
|
<link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/augly.css" />
|
|
|
<link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/pay/my_pay.css" />
|
|
|
<title>渠道注册</title>
|
|
|
<style type="text/css">
|
|
|
.public_title {
|
|
|
text-align: center;
|
|
|
color: #222222;
|
|
|
font-size: .36rem;
|
|
|
font-weight: bold;
|
|
|
line-height: .6rem;
|
|
|
}
|
|
|
.public_word {
|
|
|
text-align: center;
|
|
|
color: #666666;
|
|
|
font-size: .3rem;
|
|
|
line-height: .6rem;
|
|
|
}
|
|
|
.btn {
|
|
|
margin-top: 0.2rem;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<div class="header">
|
|
|
<div class="return">
|
|
|
<span class="back_href">
|
|
|
<i class="iconfont icon-jiantou-copy"></i>返回
|
|
|
</span>
|
|
|
</div>
|
|
|
渠道注册
|
|
|
</div>
|
|
|
<div class="test_num"></div>
|
|
|
<div class="header_place"></div>
|
|
|
<!--banner-->
|
|
|
<div class="banner">
|
|
|
<img src="__TMPL__/public/mobile/images/banner@2x_14.png" />
|
|
|
</div>
|
|
|
|
|
|
<div class="see_order">
|
|
|
<div class="public_title">对不起,该注册通道已关闭</div>
|
|
|
<div class="public_word">请您用其他方式注册</div>
|
|
|
|
|
|
<div class="btn">
|
|
|
返回首页
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="bottom_icon position_a">
|
|
|
<img src="__TMPL__/public/mobile/images/biglogo@2x.png" class="bottom_img" />
|
|
|
<p class="bottom_text">{$site_info.site_name}</p>
|
|
|
</div>
|
|
|
<script src="__TMPL__/public/mobile/js/jquery-2.1.0.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="__TMPL__/public/mobile/js/swiper-4.3.5.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script type="text/javascript">
|
|
|
$('.btn').click(function(){
|
|
|
window.location.href = "{:url('portal/Index/index')}";
|
|
|
});
|
|
|
$('.return').click(function(){
|
|
|
window.location.href = "{:url('portal/Index/index')}";
|
|
|
});
|
|
|
</script>
|
|
|
</body>
|
|
|
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|