update index style
This commit is contained in:
parent
355fde1726
commit
4996a01ee4
|
@ -3,8 +3,8 @@ $this->headTitle($this->config->title->site);
|
|||
$this->headTitle('首页');
|
||||
$this->headTitle()->setSeparator(' - ');
|
||||
$auth = Zend_Auth::getInstance();
|
||||
$this->headLink()->appendStylesheet('/static-sanji-v2/css/index.css');
|
||||
$this->headLink()->appendStylesheet('/static-sanji-v2/css/number.css');
|
||||
//$this->headLink()->appendStylesheet('/static-sanji-v2/css/index.css');
|
||||
//$this->headLink()->appendStylesheet('/static-sanji-v2/css/number.css');
|
||||
?>
|
||||
<div id="myCarousel" class="carousel slide">
|
||||
<div class="carousel-inner">
|
||||
|
|
|
@ -6,10 +6,12 @@
|
|||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<link rel="stylesheet" href="/static-sanji-v2/css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="/static-sanji-v2/css/top.css" />
|
||||
<link rel="stylesheet" href="/static-sanji-v2/css/index.css" />
|
||||
<link rel="stylesheet" href="/static-sanji-v2/css/bottom.css" />
|
||||
<link rel="stylesheet" href="/static-sanji-v2/css/number.css" />
|
||||
<script src="/static-sanji-v2/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/static-sanji-v2/js/org.min.js" data-main="indexMain"></script>
|
||||
<script src="/static-sanji-v2/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="/static-sanji-v2/js/org.min.js" data-main="indexMain"></script>
|
||||
<?= $this->headScript() ?>
|
||||
<?= $this->headLink() ?>
|
||||
<?= $this->headStyle() ?>
|
||||
|
|
|
@ -133,19 +133,9 @@ margin: 4px;
|
|||
.carousel-inner .item{
|
||||
height: 500px;
|
||||
background-size:100% ;
|
||||
background-position: center center;
|
||||
}
|
||||
.carousel-inner .item1{
|
||||
background: url(../img/banner1.jpg) no-repeat center;
|
||||
}
|
||||
.carousel-inner .item2{
|
||||
background: url(../img/banner2.jpg) no-repeat center;
|
||||
}
|
||||
.carousel-inner .item3{
|
||||
background: url(../img/banner3.jpg) no-repeat center;
|
||||
}
|
||||
.carousel-inner .item4{
|
||||
background: url(../img/banner4.jpg) no-repeat center;
|
||||
}
|
||||
|
||||
.glyphicon-chevron-left:before{
|
||||
content: "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue