File: /www/wwwroot/cs.wgegeghx.com/templates/mobile/default/index/page.html
{include file="header" /}
<link rel="stylesheet" type="text/css" href="/static/libs/layui/css/layui.css" />
<style type="text/css">
.compare-title {
height: 108px;
padding-top: 60px;
box-sizing: border-box;
}
body{
background:white;
}
.compare-title p {
height: 1px;
background: #dfe1e2;
position: relative;
}
.compare-title p span {
width: 158px;
color: #333;
font-size: 22px;
position: absolute;
left: 50%;
transform: translateX(-50%);
text-align: center;
top: -15px;
background:rgb(245,245,245)
}
</style>
<div class="main">
<div style='padding:50px 10px'>
{$content|raw}
</div>
</div>
<script src="/static/libs/layui/layui.js"></script>
{include file="footer" /}