Files
littleTiger/template/pc/rainbow/article/agreement.html
2019-02-28 19:48:21 +08:00

44 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="content-language" content="zh-cn"/>
<meta name="renderer" content="webkit|ie-comp|ie-stand"/>
<meta http-equiv="Cache-control" content="public" max-age="no-cache"/>
<title>详情-{$tpshop_config['shop_info_store_title']}</title>
<meta name="keywords" content="{$tpshop_config['shop_info_store_keyword']}"/>
<meta name="description" content="{$tpshop_config['shop_info_store_desc']}"/>
<script src="__STATIC__/js/jquery-1.11.3.min.js" type="text/javascript" charset="utf-8"></script>
<script src="__PUBLIC__/js/global.js"></script>
<link rel="stylesheet" type="text/css" href="__STATIC__/css/help.css"/>
<link rel="stylesheet" type="text/css" href="__STATIC__/css/tpshop.css"/>
<link rel="shortcut icon" type="image/x-icon" href="{$tpshop_config.shop_info_store_ico|default='/public/static/images/logo/storeico_default.png'}" media="screen"/>
</head>
<body>
<!-- <div style="clear: both; height:45px"></div> -->
<div id="pageContent" class="pageContent p">
<div class="hc-warp" id="page">
<!--可编辑区域开始-->
<div id="content"> <!--可编辑区域开始-->
<div style="width: 1200px; overflow: hidden; font-family: Verdana,Helvetica;algin:center;">
<div style="border: 1px solid rgb(233, 234, 236); margin-bottom: 30px;">
<h2 style="height: 60px; line-height: 60px; border-bottom-color: rgb(233, 234, 236); border-bottom-width: 1px; border-bottom-style: solid;"><span
style="color: rgb(60, 60, 60); padding-top: 4px; padding-bottom: 4px; padding-left: 10px; font-size: 18px; font-weight: bold; border-left-color: rgb(242, 46, 0); border-left-width: 3px; border-left-style: solid;">{$article.doc_title}</span>
</h2>
<div style="padding: 20px 30px 0px; color: rgb(60, 60, 60); font-size: 12px;">
{$article.doc_content|htmlspecialchars_decode}
</div>
</div>
</div>
<!--可编辑区域结束-->
</div>
<!--可编辑区域结束-->
</div>
</div>
</body>
</html>