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

dep

parent 45796dae
......@@ -184,10 +184,12 @@
@endif
</div>
<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);">
@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>
<img src="{{$v->url}}{{$v->manager_img}}">
<h1>{{$v->manager_name}}</h1>
......@@ -198,7 +200,8 @@
</span>
</p>
</a>
</li>@endforeach
</li>
@endforeach
</ul>
</div>
</div>
......
......@@ -268,6 +268,7 @@
</body>
</html>
<script type="text/javascript">
$(function(){
$(".about-item2-nav li").click(function(){
......@@ -293,7 +294,7 @@
autoHover: true,
pager:true,
slideMargin: 10,
controls: true, //隐藏左右按钮
controls: false, //隐藏左右按钮
speed: 1000,
pause: 3000,
......@@ -313,10 +314,10 @@
autoHover: true,
pager:true,
slideMargin: 15,
infiniteLoop: true,
controls: true, //隐藏左右按钮
speed: 1000,
pause: 3000,
infiniteLoop: true,
onSliderLoad:function(){
$(".bx-prev").html("<span class='icon-left-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