-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (71 loc) · 3.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{template "content","header"}
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
{pc:content action="category" catid="9" num="5" siteid="$siteid" order="listorder ASC"}
{loop $data $r}
<div class="col-lg-4">
<h2>{$r[catname]}</h2>
<p><img class="img-circle" src="{$r[image]}" alt="{$r[catname]}" style="width: 150px; height: 150px;"></p>
<p>{$r[description]}</p>
<p><a class="btn btn-default" href="{$r[url]}" role="button">详细介绍 »</a></p>
</div>
{/loop}
{/pc}
</div>
<!-- /.row -->
<!-- START THE FEATURETTES -->
{pc:content action="lists" catid="61" order="listorder asc" num="6" moreinfo="1"}
{loop $data $n $r}
<hr class="featurette-divider">
<div class="row featurette">
{if $n%2==0}
<div class="col-md-7">
<h2 class="featurette-heading">{$r['title']}</h2>
<p class="lead">{$r['content']}</p>
{if $r['btn']}<p><a class="btn btn-default pull-right" href="#" role="button">{$r['btn']} »</a></p>{/if}
</div>
<div class="col-md-5"> <img class="featurette-image img-responsive" src="{$r['thumb']}" data-src="{$r['thumb']}" alt="Generic placeholder image"> </div>
{else}
<div class="col-md-5"> <img class="featurette-image img-responsive" src="{$r['thumb']}" data-src="{$r['thumb']}" alt="Generic placeholder image"> </div>
<div class="col-md-7">
<h2 class="featurette-heading">{$r['title']}</h2>
<p class="lead">{$r['content']}</p>
{if $r['btn']}<p><a class="btn btn-default pull-right" href="#" role="button">{$r['btn']} »</a></p>{/if}
</div>
{/if}
</div>
{/loop}
{/pc}
<hr class="featurette-divider">
<div class="row">
<div class="col-md-12 text-center">
<h1>产品展示</h1>
</div>
<div class="col-xs-6 col-md-3">
<h3>劳保系列</h3>
<p><img class="img-rounded" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" style="width: 100%; height: 140px;"></p>
<p>衣物的平整和色彩还原都是影响照片质量的原因。</p>
<p><a class="btn btn-default pull-right" href="#" role="button">详细介绍 »</a></p>
</div>
<div class="col-xs-6 col-md-3">
<h3>家具产品</h3>
<p><img class="img-rounded" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" style="width: 100%; height: 140px;"></p>
<p>优质的布光能让木材更有重量感,搭配简洁大气的排版。</p>
<p><a class="btn btn-default pull-right" href="#" role="button">详细介绍 »</a></p>
</div>
<div class="col-xs-6 col-md-3">
<h3>集成吊顶</h3>
<p><img class="img-rounded" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" style="width: 100%; height: 140px;"></p>
<p>根据产品特点选择拍摄方式,后期对浅色花纹的处理很重要。</p>
<p><a class="btn btn-default pull-right" href="#" role="button">详细介绍 »</a></p>
</div>
<div class="col-xs-6 col-md-3">
<h3>五金工具</h3>
<p><img class="img-rounded" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" style="width: 100%; height: 140px;"></p>
<p>如何提现产品的质感,以及直观方便的数据表格呈现。</p>
<p><a class="btn btn-default pull-right" href="#" role="button">详细介绍 »</a></p>
</div>
</div>
<!-- /END THE FEATURETTES -->
{template "content","footer"}