丰潇网站完成

This commit is contained in:
2025-06-05 17:05:52 +08:00
parent 5d76da351e
commit 598530a805
83 changed files with 2713 additions and 27 deletions

View File

@@ -5,6 +5,13 @@ body{
padding-top: 12vh;
}
*{
margin: 0;
padding: 0;
}
.banner{
width: 88%;
height: 85vh;
@@ -126,7 +133,7 @@ body{
.right-button-top{
position: absolute;
height: 2.5vh;
top: 11vw;
top: 24vh;
right: 4vw;
bottom: 0;
}
@@ -404,12 +411,16 @@ body{
.list-item-imgBox{
width: 15vw;
/* background: palegoldenrod; */
height: 90%;
display: flex;
align-items: center;
justify-content: left;
}
.list-item-imgBox img{
width: 90%;
height: auto;
width:auto;
height: 80%;
}
@@ -475,7 +486,7 @@ body{
.advantage-content h2{
width: 100%;
height: 8vh;
font-size: 5vw;
font-weight: 500;
color: #1A2B3D;
@@ -529,6 +540,11 @@ body{
margin-top: 5vh;
}
.advantage-list-item-img img{
width: 16vw;
height: auto;
}