|
|
|
@ -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')
|
|
|
|
|