提交修改

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

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

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

Loading…
Cancel
Save