Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/577d88e8e74c8c978217848f372a24d111b68e56?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
15 deletions
@ -13,9 +13,9 @@
position: relative;
position: relative;
height: 326px;
height: 326px;
background-size: cover;
background-size: cover;
display: flex;
/* display: flex;*/
justify-content: center;
/* justify-content: center;*/
align-items: center;
/* align-items: center;*/
min-width: 1690px;
min-width: 1690px;
margin: 0 auto;
margin: 0 auto;
}
}
@ -227,18 +227,6 @@
alert("请输入查询关键字!")
alert("请输入查询关键字!")
}
}
}
}
layui.use(function(){
var carousel = layui.carousel;
// 渲染 - 常规轮播
carousel.render({
elem: '#ID-carousel-demo-1',
width: 'auto',
indicator:'none',
arrow:'none',
width: '100%',
height: '326px',
});
});
var deptHover = document.querySelector('.dept')
var deptHover = document.querySelector('.dept')
var jiantou = document.querySelector('.arrow')
var jiantou = document.querySelector('.arrow')
deptHover.addEventListener('mouseover', function() {
deptHover.addEventListener('mouseover', function() {