1.重写汉晶网站

2.修改巨象云数网站“软件开发” 改为 “网站服务”
This commit is contained in:
2025-04-25 11:12:40 +08:00
parent 3eb78af090
commit 6d6f59d7a8
66 changed files with 2101 additions and 129 deletions

View File

@@ -68,12 +68,21 @@
background-position: 54vw -42vw;
background-color: #00316B;
display: flex;
justify-content: center;
justify-content:center;
align-items: center;
color: #fff;
}
.bannerBox{
width: 70%;
height: 100%;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
}
.bannerLeft ,.bannerRight{
width: 25%;
width: 24%;
height: 50%;
display: flex;
flex-direction: column;
@@ -129,3 +138,11 @@
color: #00E0E2;
margin-top: 2vh;
}
.top3{
width: 20vw;
position: absolute;
top: 0vh;
left: 20vw;
}