qyview.html
3.09 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
81
<include file="public/layout" />
<style type="text/css">
html, body {
overflow: visible;
}
#qylist table{border-left:#ccc solid 1px; border-bottom:#ccc solid 1px;}
#qylist table td{border-right:#ccc solid 1px;border-top:#ccc solid 1px;}
.qy_bg_x{ background:url(__PUBLIC__/images/qyxx.jpg) no-repeat ; font-family: '黑体';
background-size:100% 100%; font-size: 13px }
.qy_up{
text-align: right;padding-right: 30px; font-weight: bolder;
position: relative; top: 5px;left: 5px;
}
.qy_down{text-align: left;padding-left: 30px; font-weight: bolder;position: relative; top: -5px;left: -5px;}
.left_font{font-weight:bolder; color: #fe4343; padding: 10px 0;font-size: 14px}
</style>
<body style="background-color: #FFF; overflow: auto;">
<div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
<div id="append_parent"></div>
<div id="ajaxwaitid"></div>
<div class="page">
<div class="fixed-bar">
<div class="item-title"><a class="back" href="javascript:history.back();" title="会员权益概览"><i class="fa fa-arrow-circle-o-left"></i></a>
<div class="subject">
<h3>会员权益概览</h3>
<h5></h5>
</div>
</div>
</div>
<!-- 操作说明 -->
<div id="explanation" class="explanation" style="color: rgb(44, 188, 163); background-color: rgb(237, 251, 248); width: 99%; height: 100%;">
<div id="checkZoom" class="title"><i class="fa fa-lightbulb-o"></i>
<h4 title="提示相关设置操作时应注意的要点">操作提示</h4>
<span title="收起提示" id="explanationZoom" style="display: block;"></span>
</div>
<ul>
<li></li>
<li></li>
</ul>
</div>
<div class="ncap-form-default" id="qylist">
<if condition="$typelist">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="line-height:28px;">
<tr style="font-weight:bold">
<td colspan="2" align="center" width="10%" class="qy_bg_x">
<div class="qy_up">会员</div>
<div class="qy_down">权益</div>
</td>
<volist name="list" id="v">
<td width="{$getper}%" align="center">
<div style="color:#fe4343; font-size: 14px; margin-top: 10px; font-weight: bolder ">{$v.GradeName}</div>
<div style=" margin-bottom: 20px ">365天累计消费金额≥{$v.BuyGradeSum}元</div>
</td>
</volist>
</tr>
<!--<tr>-->
<!--<td width="6%" rowspan="{$typecount}" align="center" style="font-weight:bold">会员权益</td>-->
<!--</tr>-->
<volist name="typelist" id="v">
<tr>
<td colspan="2" align="center" width="10%" class="left_font">{$v.PrivilegeName}</td>
<volist name="list" id="vgrade">
<td align="center">{:getviewqx($viewlist,$vgrade.GradeName,$v.PrivilegeName)}</td>
</volist>
</tr>
</volist>
</table>
<else/>
<p style="text-align: center; color: gainsboro">暂无权益</p>
</if>
</div>
</div>
</body>
</html>