提交 954fbe66 作者: 武宏岩

修改轮播图

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