-
Notifications
You must be signed in to change notification settings - Fork 0
/
buy11.php
94 lines (53 loc) · 3.75 KB
/
buy11.php
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>会员购买 - 爱分享</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width , initial-scale=1.0 , user-scalable=0 , minimum-scale=1.0 , maximum-scale=1.0" />
<script type='text/javascript' src='js/jquery-2.0.3.min.js'></script>
<script type='text/javascript' src='js/LocalResizeIMG.js'></script>
<script type='text/javascript' src='js/patch/mobileBUGFix.mini.js'></script>
<link rel="stylesheet" href="css/css.css">
<style>
.list1 ul li { background:#f7f7f7 url(images/dotline.jpg) repeat-x top; padding:10px; height:auto; overflow:hidden; zoom:1;}
.list1 ul li .pic {max-width:30%;}
.list1 ul li .pic img{width:50px;height:50px}
.list_txt h6 {padding-left:10px;max-width:60%;color:#333; font-size:14px; padding-top:5px; line-height:16px; height:24px; overflow: hidden; }
.list1 ul li a { color:#333; }
.bot_main li.ico_3{
background:#F1901F;
}
.leftad{width:auto;text-aligin:center;margin:0 auto;}
.leftad iframe{margin:0 auto;}
.STYLE1 {font-weight: bold}
</style>
</head>
<body>
<div class="apply" id="apply">
<p>会员购买<span style="float:right;font-size:12px;margin-right:10px"></span></p>
<div class="list1">
<ul>
<li>
<li class="STYLE1" style='font-size:20px'><font color=red> 免费会员:</font><span style=" text-decoration:line-through; color:red; font-size:20px">0元</span><span style="font-weight:bold;color:green; font-size:20px">=内容自带官方广告</span>
<li class="STYLE1" style='font-size:20px'><font color=red> 半年会员:</font><span style=" text-decoration:line-through; color:red; font-size:20px">388元</span><span style="font-weight:bold;color:green; font-size:20px">=现价:228元</span>
<li class="STYLE1" style='font-size:20px'><font color=red> 一年会员:</font><span style=" text-decoration:line-through; color:red; font-size:20px">688元</span><span style="font-weight:bold;color:green; font-size:20px">=现价:388元</span>
<li class="STYLE1" style='font-size:20px'><font color=red> 一年代理:</font><span style=" text-decoration:line-through; color:red; font-size:20px">3580元</span><span style="font-weight:bold;color:green; font-size:20px">=现价:1980元</span>
<li class="STYLE1" style='font-size:20px'><font color=red> 免费代理权限:</font><span style="font-weight:bold;color:green; font-size:20px">销售代理或者会员佣金30%</span>
<li class="STYLE1" style='font-size:18px'><font color=red> 接中小企业推广/年:</font><span style=" text-decoration:line-through; color:red; font-size:18px">11800元</span><span style="font-weight:bold;color:green; font-size:18px">=现价:8800元</span>
<li style='font-size:18px'><strong><font color=#0000FF> 付费代理权限:代理发展代理佣金50%,代理发展会员佣金50%</font></strong></li>
<li style='font-size:18px'><strong><font color=#0000FF> 付费会员权限:会员发展会员佣金50%</font></strong></li>
<li style='font-size:18px'><strong><font color=red> 付款成功后请联系客服,并告知付款账户和网站账户</font></strong></li>
<li style='font-size:18px'><strong><font color=#0000FF> 联系我们:</font></strong></li>
<li style='font-size:18px'><strong><font color=#0000FF> 微信公众号:lovews8</font></strong></li>
<li style='font-size:18px'><strong><font color=#0000FF> 付款方式请扫描下面的二维码</font></strong></li>
<li style='font-size:18px'></li>
<center><img src="images/q1.jpg" width="100%" ></center>
<center><img src="images/q2.jpg" width="100%" ></center>
</li>
</div>
</div>
<?php include('foot.php');?>
</body>
</html>