qyview.html 3.09 KB
<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>