You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
work-portal/ruoyi-admin/src/main/resources/templates/home_head2.html

176 lines
5.3 KiB

<div th:fragment="home_head">
<head>
<style>
.homePage{
color: #fff;
font-size: 23px;
display: block;text-align: center;
/*font-weight: bold;padding: 0 14px;*/
letter-spacing: 2px;
}
#hd {
position: relative;
height: 326px;
background-size: cover;
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
min-width: 1690px;
margin: 0 auto;
margin-bottom: 15px;
}
#hd .bg_image1{
width:100%;
height: 326px;
}
#ltlogo {
position: absolute;
top: 43%; /* 将图像元素垂直居中 */
left: 43%; /* 将图像元素水平居中 */
height: 122px;
transform: translate(-50%, -50%);
}
#ltlogo2 {
position: absolute;
top: 43%; /* 将图像元素垂直居中 */
left: 30%; /* 将图像元素水平居中 */
height: 82px;
transform: translate(-50%, -50%);
}
#dhl {
padding-bottom: 0;
font-style: inherit;
}
#dhl .layui-nav-item .homePage{
color: rgba(255,255,255,1) !important;
}
.layui-nav {
display: flex;
justify-content: center;
background-color: #0b61d3;
width: 100%;
position: absolute;
bottom: -26px;
}
.homePage .layui-nav-more{
display:none;
}
.dept .layui-nav-child {
display: none;
position: absolute;
left: -353%;
top: 65px;
transform: translate(-50%, -50%);
width: 80vw;
//line-height: 85px;
padding: 5px 0;
box-shadow: 0 2px 4px rgba(0,0,0,.12);
border: 1px solid #eee;
background-color: rgba(255,255,255,0.89);
z-index: 100;
border-radius: 2px;
white-space: wrap;
box-sizing: border-box;
height:auto;
}
.layui-nav-item .arrow {
z-index: 999;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #1e68b0;
position: absolute;
left: 44%;
display: none;
}
.layui-nav-item .arrow2 {
z-index: 999;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #1e68b0;
position: absolute;
left: 44%;
display: none;
}
.special .layui-nav-child {
display: none;
position: absolute;
left: -581%;
top: 65px;
transform: translate(-50%, -50%);
width: 80vw;
max-width: 75vw;
//line-height: 85px;
padding: 5px 0;
box-shadow: 0 2px 4px rgba(0,0,0,.12);
border: 1px solid #eee;
background-color: rgba(255,255,255,0.89);
z-index: 100;
border-radius: 2px;
box-sizing: border-box;
height:auto;
}
.childBox{
display: flex;
align-items: center;
justify-content: start;
height: 100%;
flex-wrap: wrap;
}
.childBox2{
display: flex;
align-items: center;
justify-content: start;
height: 100%;
flex-wrap: wrap;
}
.layui-elem-quote{
border-left: 5px solid #005cb1;
}
/*.childBox2 dd{*/
/* float: left;*/
/* fongt-size:18px;*/
/* text-align: center;*/
/* width:auto;*/
/* margin: 1px 9px;*/
/*}*/
/*.childBox2 dd a{*/
/* text-align: center;*/
/* padding: 0 14px;*/
/*}*/
.fd-footer-bg {
position: absolute;
top: 105%;
left: 0;
z-index: -1;
width: 100%;
height: 539px;
background: url(/home/base/icon-footer-bg.png) center no-repeat;
}
.timeDt {
position: absolute;
display: inline-block;
vertical-align: middle;
font-size: 14px;
color: #fff;
top: 5%;
left: 9%;
}
</style>
</head>
<div id="hd">
<img class="bg_image1" th:src="@{/home/base/new_top_bg2.jpg}">
<div class="timeDt">
<span th:text="${#dates.format(new java.util.Date().getTime(), 'yyyy年MM月dd日')}"></span>
<span th:text="${#dates.format(new java.util.Date().getTime(), 'EEEE')}"></span>
</div>
<img th:src="@{/home/base/lantie4.png}" id="ltlogo" >
<div class="fd-footer-bg"></div>
</div>
<script th:src="@{/js/jquery.min.js?v=3.6.3}"></script>
<script th:src="@{/home/lib/layui.js}"></script>
<script type="text/javascript">
</script>
</div>