Commit 00671e44 authored by 章建武's avatar 章建武

dep

parent 45796dae
...@@ -184,10 +184,12 @@ ...@@ -184,10 +184,12 @@
@endif @endif
</div> </div>
<div class="about-item4-b"> <div class="about-item4-b">
<div class="bx-wrapper" style="max-width: 1125px;"><div class="bx-wrapper" style="width: 100%; position: relative; height: 332px;"> <div class="bx-wrapper" style="max-width: 1125px;">
<div class="bx-wrapper" style="width: 100%; position: relative; height: 332px;">
<ul style="width: 815%; position: relative; transition-duration: 1s; transform: translate3d(-2030px, 0px, 0px);"> <ul style="width: 815%; position: relative; transition-duration: 1s; transform: translate3d(-2030px, 0px, 0px);">
@foreach($manager as $v) @foreach($manager as $v)
<li style="float: left; list-style: none; position: relative; width: 238.75px; margin-right: 15px;" class="bx-clone"> <li style="float: left; list-style: none; position: relative; width: 238.75px; margin-right: 15px;">
<!-- class="bx-clone"-->
<a> <a>
<img src="{{$v->url}}{{$v->manager_img}}"> <img src="{{$v->url}}{{$v->manager_img}}">
<h1>{{$v->manager_name}}</h1> <h1>{{$v->manager_name}}</h1>
...@@ -198,7 +200,8 @@ ...@@ -198,7 +200,8 @@
</span> </span>
</p> </p>
</a> </a>
</li>@endforeach </li>
@endforeach
</ul> </ul>
</div> </div>
</div> </div>
......
...@@ -268,6 +268,7 @@ ...@@ -268,6 +268,7 @@
</body> </body>
</html> </html>
<script type="text/javascript"> <script type="text/javascript">
$(function(){ $(function(){
$(".about-item2-nav li").click(function(){ $(".about-item2-nav li").click(function(){
...@@ -293,7 +294,7 @@ ...@@ -293,7 +294,7 @@
autoHover: true, autoHover: true,
pager:true, pager:true,
slideMargin: 10, slideMargin: 10,
controls: true, //隐藏左右按钮 controls: false, //隐藏左右按钮
speed: 1000, speed: 1000,
pause: 3000, pause: 3000,
...@@ -313,10 +314,10 @@ ...@@ -313,10 +314,10 @@
autoHover: true, autoHover: true,
pager:true, pager:true,
slideMargin: 15, slideMargin: 15,
infiniteLoop: true,
controls: true, //隐藏左右按钮 controls: true, //隐藏左右按钮
speed: 1000, speed: 1000,
pause: 3000, pause: 3000,
infiniteLoop: true,
onSliderLoad:function(){ onSliderLoad:function(){
$(".bx-prev").html("<span class='icon-left-open-big'></span>"); $(".bx-prev").html("<span class='icon-left-open-big'></span>");
$(".bx-next").html("<span class='icon-right-open-big'></span>"); $(".bx-next").html("<span class='icon-right-open-big'></span>");
......
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