Authored by tmq

banner'样式修改

... ... @@ -114,7 +114,7 @@
<!-- 单个菜单标签 end -->
<!-- 单个菜单标签 start -->
<li>
<a href="javascript:;">
<a href="/onlinereg/index">
<em>REGISTRATION</em>
<span>在线登记</span>
<i></i>
... ...
... ... @@ -65,6 +65,14 @@
<script type="text/javascript">
seajs.use('yohood',function(yohood){
yohood.brand();
$('.slide-box-warp .slide-prev').on('click', function(e) {
e.preventDefault();
swiper.swipePrev();
});
$('.slide-box-warp .slide-next').on('click', function(e) {
e.preventDefault();
swiper.swipeNext();
});
})
// seajs.use('yohood',function(yohood){
// yohood.index();
... ...
... ... @@ -43,3 +43,4 @@ $width = 308;
</div>
<?php endforeach;?>
<?php endif;?>
... ...