tuiguang.html
3.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="telephone=no" name="format-detection" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="width=320, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="apple-touch-icon-precomposed" href="{WWX_FXXT_ROOT}/recouse/images/apple-touch-icon.png"/>
<title>我的推广链接</title>
<link rel='stylesheet' type='text/css' href='{WWX_FXXT_ROOT}/recouse/css/product-intro.css' />
<link href="{WWX_FXXT_ROOT}/recouse/css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="{WWX_FXXT_ROOT}/recouse/css/xmapp.css"/>
</head>
<body style="background: #e7e7e7 url({WWX_FXXT_ROOT}/style/images/bg1.jpg) repeat-y ;">
<div class="header_03">
<div style="" class="tit">
<h3>二维码推广</h3>
</div>
</div>
<section class="sp">
<div class="product-intro">
<div id="cont_show">
<link href="{WWX_FXXT_ROOT}/recouse/css/flexslider.css" rel="stylesheet" type="text/css" />
<div class="show">
<div class="flexslider">
<ul class="slides">
<!-- -->
<li><img src="{WWX_FXXT_ROOT}/style/images/share/share{$gid}.png" style="height:300px;width:300px"/></li>
<!---->
</ul>
</div>
</div>
<div class="pro-info">
<p class="pro-name"><strong style="font-size: 22px;color:black">链接推广</strong></br>{php echo $_W['siteroot']."app/".$this->createMobileUrl('detail',array('mid'=>$id,'id'=>$gid))}</p>
</div>
</div>
</section>
<!--页面底部
<div class="viewport">
<div id="footer" class="footer">
<div class="row g_1">
<a href="{php echo $this->createMobileUrl('list')}">首页</a>
<a href="{php echo $this->createMobileUrl('myorder')}">我的订单</a>
<a href="{php echo $this->createMobileUrl('mycart')}">购物车</a>
</div>
<div class="row g_2">
<a href="javascript:window.scrollTo(0,0);">返回顶部</a>
</div>
<div class="row g_3">
<p>©2014 微淘客-推广链接</p>
</div>-->
</div>
</div>
<!--<link href="{WWX_FXXT_ROOT}/recouse/css/global_nav.css" type="text/css" rel="stylesheet"/>
<div class="global-nav">
<div class="global-nav__nav-wrap">
<div class="global-nav__nav-item"> <a href="{php echo $this->createMobileUrl('list')}" class="global-nav__nav-link"> <i class="global-nav__iconfont global-nav__icon-index">󰀁</i> <span class="global-nav__nav-tit">首页</span> </a> </div>
<div class="global-nav__nav-item"> <a href="{php echo $this->createMobileUrl('listCategory')}" class="global-nav__nav-link"> <i class="global-nav__iconfont global-nav__icon-category">󰀂</i> <span class="global-nav__nav-tit">分类</span> </a> </div>
<div class="global-nav__nav-item"> <a href="{php echo $this->createMobileUrl('mycart')}" class="global-nav__nav-link"> <i class="global-nav__iconfont global-nav__icon-shop-cart">󰀄</i> <span class="global-nav__nav-tit">购物车</span> <span class="global-nav__nav-shop-cart-num" id="carId">{$carttotal}</span> </a> </div>
<div class="global-nav__nav-item"> <a href="{php echo $this->createMobileUrl('myorder')}" class="global-nav__nav-link"> <i class="global-nav__iconfont global-nav__icon-my-yhd">󰀅</i> <span class="global-nav__nav-tit">我的订单</span> </a> </div>
</div>
<div class="global-nav__operate-wrap"> <span class="global-nav__yhd-logo"></span> <span class="global-nav__operate-cart-num" id="globalId">{$carttotal}</span> </div>
</div>-->
<script src="{WWX_FXXT_ROOT}/recouse/js/zepto.min.js" type="text/javascript"></script>
{template 'jsweixin'}
</body>
</html>