fixed
This commit is contained in:
parent
f2962b1f40
commit
287265e3fc
|
@ -3,7 +3,8 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="pull-right"><a href="#" class="icon-arrow-up"></a></p>
|
<p class="pull-right"><a href="#" class="icon-arrow-up"></a></p>
|
||||||
<p>Copyright © 2013-<?php echo date('Y')?> <?= $this->config->title->site ?> - <a href="http://www.sanjiangyuan.org.cn">三江源生态监测综合数据平台</a> · Powered by <a href="http://westdc.westgis.ac.cn/">westdc</a></p>
|
<p>Copyright © 2013-<?php echo date('Y')?> <?= $this->config->title->site ?> - <a href="http://www.sanjiangyuan.org.cn">三江源生态监测综合数据平台</a></p>
|
||||||
|
<p>Powered by <a href="http://westdc.westgis.ac.cn/">westdc</a></p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
@ -176,7 +176,7 @@ header{
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
height: 260px;
|
height: 270px;
|
||||||
}
|
}
|
||||||
.carousel-caption {
|
.carousel-caption {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Reference in New Issue