修改首页布局
This commit is contained in:
parent
1ada100309
commit
78d7606349
|
@ -89,15 +89,11 @@
|
|||
<div class="foxui-col-md-12">
|
||||
<div class="text wow slideInUp">
|
||||
<div class="text-inner">
|
||||
<h1>[$field.name]</h1>
|
||||
<h4>[$field.en_name]</h4>
|
||||
{fox:channel name="desc" typeid="7" type="self"}
|
||||
<h1>[$desc.name]</h1>
|
||||
<h4>[$desc.en_name]</h4>
|
||||
{/fox:channel}
|
||||
<p>{fox:single calltype="parent" name='content' filter='cn_substr,320'/}</p>
|
||||
<div>
|
||||
<a class="foxui-link" href="[$field.link]">
|
||||
<span>查看详情</span>
|
||||
<i class="foxui-icon-qianwang-o"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -109,18 +105,13 @@
|
|||
<div class="more-section foxui-bg-white">
|
||||
<div class="foxcms-container">
|
||||
{fox:channel name="field" typeid="87" type="self"}
|
||||
<div class="more-section-head" style="justify-content: center">
|
||||
<div class="title">
|
||||
<h1>[$field.name]</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="more-section-list">
|
||||
<div class="foxui-row foxui-gutter-0">
|
||||
{fox:list name='item' pagesize="3" typeid='87'}
|
||||
<div class="col foxui-col-xs-12 foxui-col-sm-8 foxui-col-lg-6 w-1-3">
|
||||
<div class="foxui-display-flex foxui-justify-content-center flex-wrap">
|
||||
<img src="[$item.img_url]" alt="" style="width: 150px; height: 150px;" />
|
||||
<h2 class="w-full foxui-display-flex foxui-justify-content-center foxui-align-items-center">[$item.title]</h2>
|
||||
<h2 class="w-full foxui-display-flex foxui-justify-content-center foxui-align-items-center" style="font-weight: bold;font-size: 40px">[$item.title]</h2>
|
||||
<h2 class="w-full foxui-display-flex foxui-justify-content-center foxui-align-items-center">[$item.brief_title]</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -142,9 +133,10 @@
|
|||
<div class="foxui-tabs-content" style="padding: 24px 0;">
|
||||
{fox:channel name="cv" pname="field" calltype="parent" type="son" notypeid="self"}
|
||||
<div class="foxui-tabs-pane">
|
||||
<div class="foxui-row foxui-gutter-1">
|
||||
<div class="foxui-row foxui-gutter-1" style="justify-content: center;">
|
||||
{fox:channel name="cv" pname="field" calltype="parent" type="son" notypeid="self"}
|
||||
<div class="foxui-col-sm-12 foxui-col-lg-8">
|
||||
{if $cv.id != 90}
|
||||
<div class="foxui-col-sm-12 foxui-col-lg-8" style="width: 36%;margin: 10px;">
|
||||
<a href="[$cv.link]" class="list-case-item" style="display: block">
|
||||
<div class="pic">
|
||||
<img src="[$cv.pic_url]" alt="" />
|
||||
|
@ -159,6 +151,7 @@
|
|||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{/if}
|
||||
{/fox:channel}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<div class="foxcms-container">
|
||||
<div class="foxui-row foxui-gutter-6">
|
||||
{fox:article name='field' }
|
||||
<div class="foxui-col-md-8 foxui-col-xl-6">
|
||||
<div class="foxui-col-md-8 foxui-col-xl-8">
|
||||
<div class="item wow slideInUp">
|
||||
<div class="item-inner">
|
||||
<div class="pic">
|
||||
|
|
Loading…
Reference in New Issue