首页重新布局
This commit is contained in:
parent
d300b57b51
commit
7c1adfd4da
|
@ -58,12 +58,8 @@
|
|||
<div class="span12 data-unit">
|
||||
<div class="well well-small" style="padding:0px;">
|
||||
<div class="row">
|
||||
<div class="span12"><h4><a href="http://qherc.sanjiangyuan.org.cn">青海省生态环境遥感监测中心</a></h4></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span4">
|
||||
<div class="data-block" style=" background-position:0px -600px;width:350px;margin:0 10px;"></div>
|
||||
</div>
|
||||
<div class="span8">
|
||||
<div class="span8"><h4>热门数据集</h4></div>
|
||||
<div class="data-list span4">
|
||||
<ul class="unstyled">
|
||||
<li><a href="/data/<?php echo $this->mdtop[0]->uuid; ?>"><?php echo $this->mdtop[0]->title; ?></a></li>
|
||||
|
@ -71,13 +67,20 @@
|
|||
<li><a href="/data/<?php echo $this->mdtop[2]->uuid; ?>"><?php echo $this->mdtop[2]->title; ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="data-list span4">
|
||||
<div class="data-list">
|
||||
<ul class="unstyled">
|
||||
<li><a href="/data/<?php echo $this->mdtop[3]->uuid; ?>"><?php echo $this->mdtop[3]->title; ?></a></li>
|
||||
<li><a href="/data/<?php echo $this->mdtop[4]->uuid; ?>"><?php echo $this->mdtop[4]->title; ?></a></li>
|
||||
<li><a href="/data/<?php echo $this->mdtop[5]->uuid; ?>"><?php echo $this->mdtop[5]->title; ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<div class="span4"><h4><a href="http://qherc.sanjiangyuan.org.cn">青海省生态环境遥感监测中心</a></h4></div>
|
||||
<div class="span4">
|
||||
<div class="data-block" style="background-position:0px -600px;width:350px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue