提交修改

dev-captcha
dshclm 10 months ago
parent eb0f983674
commit 3c9cb17ffa

@ -13,7 +13,7 @@
position: relative;
//background-image: url(/home/base/bg-head5.png);
//background-position-y:56%;
height: 477px;
height: 326px;
background-size: cover;
display: flex;
justify-content: center;
@ -51,7 +51,7 @@
</head>
<div id="hd">
<div class="layui-carousel" id="ID-carousel-demo-1" style="width: 100%;height: 477px;">
<div class="layui-carousel" id="ID-carousel-demo-1" style="width: 100%;height: 326px;">
<div carousel-item>
<div>
<img class="bg_image1" th:src="@{/home/base/bg-head5.png}">
@ -117,7 +117,7 @@
indicator:'none',
arrow:'none',
width: '100%',
height: '477px',
height: '326px',
});
});
function queryList(){

@ -13,7 +13,7 @@
position: relative;
//background-image: url(/home/base/bg-head2.png);
//background-position-y:56%;
height: 477px;
height: 326px;
background-size: cover;
display: flex;
justify-content: center;
@ -135,7 +135,7 @@
</head>
<div id="hd">
<div class="layui-carousel" id="ID-carousel-demo-1" style="width: 100%;height: 477px;">
<div class="layui-carousel" id="ID-carousel-demo-1" style="width: 100%;height: 326px;">
<div carousel-item>
<div>
<img class="bg_image1" th:src="@{/home/base/bg-head5.png}">
@ -233,7 +233,7 @@
indicator:'none',
arrow:'none',
width: '100%',
height: '477px',
height: '326px',
});
});
var deptHover = document.querySelector('.dept')

Loading…
Cancel
Save