Commit a6da2321 by liumengfei

Merge branch 'developer' into production

parents 38613e7f a87fb4e8
...@@ -17,6 +17,9 @@ $isMobile = $mobileDetect->isMobile(); ...@@ -17,6 +17,9 @@ $isMobile = $mobileDetect->isMobile();
.banner-one{ .banner-one{
min-height: 500px; min-height: 500px;
} }
.banner-one .owl-carousel{
z-index:0;
}
.banner-one,.banner-place,.banner-place li{ .banner-one,.banner-place,.banner-place li{
width: 100%; width: 100%;
} }
...@@ -37,7 +40,7 @@ $isMobile = $mobileDetect->isMobile(); ...@@ -37,7 +40,7 @@ $isMobile = $mobileDetect->isMobile();
} }
} }
</style> </style>
<div class="banner-one" style="background-color: #f0f0f0;width:100%;"> <div class="banner-one site-one" style="background-color: #f0f0f0;width:100%;">
<ul class="banner-place owl-carousel owl-theme"> <ul class="banner-place owl-carousel owl-theme">
<?php foreach ($collection->getItems() as $item):?> <?php foreach ($collection->getItems() as $item):?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment