28 lines
1.0 KiB
HTML
28 lines
1.0 KiB
HTML
{template '_header'}
|
|
<link rel="stylesheet" type="text/css" href="../addons/{EWEI_SHOP_V2_MODULE_NAME}/template/account/default3/style.css?v=2.0.0">
|
|
<style type="text/css">
|
|
.header {background-image: url("{php echo empty($set['wap']['bg'])?'../addons/'.EWEI_SHOP_V2_MODULE_NAME.'/template/account/default3/bg.jpg':tomedia($set['wap']['bg'])}"); background-repeat: n}
|
|
.btn {background: {if !empty($set['wap']['color'])}{$set['wap']['color']}{else}#43afcf{/if};}
|
|
.text a {color: {if !empty($set['wap']['color'])}{$set['wap']['color']}{else}#43afcf{/if};}
|
|
.agr-detail {
|
|
padding: 44px 20px 0 20px;
|
|
overflow: auto;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<div class="fui-page">
|
|
{if is_h5app()}
|
|
<div class="fui-header">
|
|
<div class="fui-header-left">
|
|
<a class="back"> </a>
|
|
</div>
|
|
<div class="title">隐私协议</div>
|
|
<div class="fui-header-right" data-nomenu="true"></div>
|
|
</div>
|
|
{/if}
|
|
<div class="agr-detail">
|
|
{$agr_content}
|
|
</div>
|
|
|
|
</div>
|
|
{template '_footer'} |