提交 954fbe66 作者: 武宏岩

修改轮播图

上级 a8fc57cc
......@@ -258,7 +258,7 @@
<p class="model_eng wow animated fadeInUp">DEPARTMENT</p>
</div>
</div>
<div id="carouselExampleConta" class="carousel slide" data-ride="carousel" data-pause="string">
<div id="carouselExampleConta" class="carousel slide" data-ride="carousel" data-pause="hover">
<div class="carousel-inner">
<div class="carousel-item active video_box">
<ul>
......
......@@ -63,22 +63,13 @@ window.onload = function () {
scroll()
}
// 轮播鼠标移上事件
var video_box = $("#carouselExampleConta");
var vides_box = $("#carouselExampleConta ul");
video_box.mouseenter(function() {
$(this).carousel('pause')
mouseenter.stopImmediatePropagation();
})
video_box.mouseout(function () {
console.log(1233524545)
// $(this).carousel('cycle')
})
// video_box.addEventListener("mouseout",function(){
// // alert("second");
// console.log(1233524545)
// event.stopImmediatePropagation();
// },true);
var video_box = document.getElementById("carouselExampleConta");
video_box.addEventListener("mouseenter",function(){
$(this).carousel('pause')
},false);
video_box.addEventListener("mouseleave",function(){
$(this).carousel('cycle')
},false);
// 招聘热线 文字跳动
var tel_content = document.getElementById("tel_content");
var move_span = tel_content.getElementsByTagName("span")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论