ykzz-web/src/views/Home/index.less

77 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-12-12 17:53:28 +08:00
.daping-body{
position: relative;
width: 100%;
height: 100vh;
background:url(../../assets/ykzImg/bp.png) no-repeat center;
background-size: 100% 100%;
.topMenu{
display: flex;
justify-content: center;
position: relative;
width: 100%;
height: 160px;
background:url(../../assets/ykzImg/title.png) no-repeat center;
background-size: 100% 100%;
.title{
position: absolute;
top: 0;
// left: 41%;
width: 350px;
height: 70px;
background:url(../../assets/ykzImg/text.png) no-repeat center;
background-size: 100% 100%;
}
.title_name{
position: absolute;
top: 130px;
// left: 41%;
width: 350px;
height: 70px;
background:url(../../assets/ykzImg/name.png) no-repeat center;
background-size: 100% 100%;
}
.menuItem_style{
width: 170px;
height: 55px;
line-height: 55px;
text-align: center;
letter-spacing: 5px;
color: #fff;
font-size: 20px;
font-weight: 700;
background:url(../../assets/ykzImg/menu_btn.png) no-repeat center;
background-size: 100% 100%;
}
.styles0{
position: absolute;
top:30px;
left:100px;
}
.styles1{
position: absolute;
top:30px;
left:300px;
}.styles2{
position: absolute;
top:30px;
left:500px;
}.styles3{
position: absolute;
top:30px;
right:100px;
}.styles4{
position: absolute;
top:30px;
right:300px;
}.styles5{
position: absolute;
top:30px;
right:500px;
}
}
.content-box{
display: flex;
justify-content: center;
}
}