Authored by tmq

banner'样式修改

@@ -114,7 +114,7 @@ @@ -114,7 +114,7 @@
114 <!-- 单个菜单标签 end --> 114 <!-- 单个菜单标签 end -->
115 <!-- 单个菜单标签 start --> 115 <!-- 单个菜单标签 start -->
116 <li> 116 <li>
117 - <a href="javascript:;"> 117 + <a href="/onlinereg/index">
118 <em>REGISTRATION</em> 118 <em>REGISTRATION</em>
119 <span>在线登记</span> 119 <span>在线登记</span>
120 <i></i> 120 <i></i>
@@ -65,6 +65,14 @@ @@ -65,6 +65,14 @@
65 <script type="text/javascript"> 65 <script type="text/javascript">
66 seajs.use('yohood',function(yohood){ 66 seajs.use('yohood',function(yohood){
67 yohood.brand(); 67 yohood.brand();
  68 + $('.slide-box-warp .slide-prev').on('click', function(e) {
  69 + e.preventDefault();
  70 + swiper.swipePrev();
  71 + });
  72 + $('.slide-box-warp .slide-next').on('click', function(e) {
  73 + e.preventDefault();
  74 + swiper.swipeNext();
  75 + });
68 }) 76 })
69 // seajs.use('yohood',function(yohood){ 77 // seajs.use('yohood',function(yohood){
70 // yohood.index(); 78 // yohood.index();
@@ -43,3 +43,4 @@ $width = 308; @@ -43,3 +43,4 @@ $width = 308;
43 </div> 43 </div>
44 <?php endforeach;?> 44 <?php endforeach;?>
45 <?php endif;?> 45 <?php endif;?>
  46 +