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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InfoMemberLevel.aspx.cs" Inherits="CY.WebForm.Pages.front.InfoMemberLevel" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>会员级别</title>
    <uc:frontquote id="FrontQuote1" runat="server" />
    <link href="../../libs/skins/blue/style.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
        .ali03 { text-align: right;}
        .tableStyle td { border: 0px solid #cccccc; }
    </style>
</head>
<body>
    <uc:fronthead id="FrontHead1" runat="server" />
    <form id="form1" runat="server">
    <div class="w1000 mainbox">
        <div class="mt10 DivAd" value_forumname="会员注册信息" value_locationname="顶部横幅广告">
        </div>
        <div class="path">
            <strong>当前位置:</strong><a href="/">网站首页</a> > 会员级别</div>
        <div class="nypartL fl mt10">
            <div class="leftMemubox">
                <h2 class="mtitle">
                    会员相关</h2>
                <div class="leftMemu">
                    <div class="lNav InquiryMoney" id="InquiryMoney" runat="server">
                        <div class='list InquiryChild' id='divFirmType' style="display: block;">
                            <ul>
                                <li><a class="LiClick" href="/infom/level.html">会员级别</a></li>
                                <li><a href="/infom/score.html">现金积分</a></li>
                                <li><a href="/infom/credit.html">信誉等级</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
            <div class="mt10 DivAd" value_forumname="会员注册信息" value_locationname="信息(左上)">
            </div>
            <div class="mt10 DivAd" value_forumname="会员注册信息" value_locationname="信息(左下)">
            </div>
        </div>
        <!--nypartL over-->
        <div class="nypartR fr mt10">
            <div class="nypartR_t">
                <b id="oneTitle" runat="server">会员级别</b>
            </div>
            <div class="nyrC">
                <div class="content" id="divContent" runat="server" style="padding: 5px; width: 99%;">
                    <table class="tableStyle AddTab" style="margin: 0px auto 5px; width: 98%; text-align: left;">
                        <tr>
                            <th colspan="2" class="th" style="background: none; border-bottom: 1px solid #ccc; color:#0a74be; text-align:left;">
                                <b style="color: #0a74be; float:left; padding-left:10px;">会员级别</b>
                            </th>
                        </tr>
                        <tr>
                            <td class="w100px ali03">
                                普通会员:
                            </td>
                            <td>
                                注册后自动成为“普通会员”
                            </td>
                        </tr>
                        <tr>
                            <td class="ali03">
                                金牌贵宾:
                            </td>
                            <td>
                                在网站消费金额满 10万 元后,即升为“金牌会员”
                            </td>
                        </tr>
                        <tr style="border-bottom: 1px solid #ccc;">
                            <td class="ali03">
                                钻石贵宾:
                            </td>
                            <td>
                                在网站消费金额满 50万 元后,即升为“钻石会员”
                            </td>
                        </tr>
                        <tr>
                            <th colspan="2" class="th" style="background: none; border-bottom: 1px solid #ccc;">
                                <b style="color: #0a74be; float:left; padding-left:10px;">会员级别有效期</b>
                            </th>
                        </tr>
                        <tr>
                            <td class="ali03">
                                普通会员:
                            </td>
                            <td>
                                长期有效;
                            </td>
                        </tr>
                        <tr>
                            <td class="ali03">
                                金牌贵宾:
                            </td>
                            <td>
                                长期有效;
                            </td>
                        </tr>
                        <tr style="border-bottom: 1px solid #ccc;">
                            <td class="ali03">
                                钻石贵宾:
                            </td>
                            <td>
                                长期有效;
                            </td>
                        </tr>
                        <tr>
                            <th colspan="2" class="th" style="background: none; border-bottom: 1px solid #ccc;">
                                <b style="color: #0a74be; float:left; padding-left:10px;">网站担保授信</b>
                            </th>
                        </tr>
                        <tr>
                            <td class="ali03">
                                普通会员:
                            </td>
                            <td>
                                0 元
                            </td>
                        </tr>
                        <tr>
                            <td class="ali03">
                                金牌贵宾:
                            </td>
                            <td>
                                3000 元
                            </td>
                        </tr>
                        <tr style="border-bottom: 1px solid #ccc;">
                            <td class="ali03">
                                钻石贵宾:
                            </td>
                            <td>
                                5000 元
                            </td>
                        </tr>
                        <tr>
                            <td class="ali03">
                                说明:
                            </td>
                            <td>
                                "网站消费金额" 特指线上交易金额。如印刷订单,“网站消费金额” 指线上支付的金额,不包含线下支付金额。
                            </td>
                        </tr>
                    </table>
                </div>
            </div>
        </div>
        <!--nypartR over-->
        <p class="clear">
        </p>
    </div>
    </form>
    <uc:frontfoot id="FrontFoot1" runat="server" />
</body>
</html>