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

@@ -10,31 +10,31 @@
background-image: url(../imgs/svg/关于我们图.svg);
background-repeat: no-repeat;
background-size:43vw auto;
background-position:51vw 0vw;
background-position:46vw 0vw;
position: relative;
}
.topBannerLeft{
width: 21%;
width: 27%;
height: 80%;
/* background: #00316B; */
color: #fff;
position: absolute;
top: 5vh;
left: 16vw;
top: 10vh;
left: 18vw;
}
.topBannerLeft p:nth-child(1){
font-size: 3vw;
font-size: 2.5vw;
font-weight: 600;
letter-spacing: 0.5vw;
}
.topBannerLeft p:nth-child(2){
font-size: 1.3vw;
font-size: 1.28vw;
color: #01A0D0;
margin-top: 18px;
line-height: 5vh;
margin-top: 10px;
line-height: 4.2vh;
}
@@ -62,7 +62,7 @@
.banner{
width: 100%;
height: 112vh;
height: 314vh;
background-image: url(../imgs/svg/背景纹(大).svg);
background-repeat: no-repeat;
background-size:160%;
@@ -133,6 +133,94 @@
margin-top: 2vh;
}
.bannerBottom{
width: 100%;
/* height: 100vh; */
background-color:rgba(3, 0, 69, 0.8);
padding-top: 8vh;
padding-bottom: 8vh;
}
.bannerBottom h1{
font-size: 3vw;
font-weight: 600;
color: #fff;
text-align: center;
text-decoration: underline;
text-underline-offset: 0.8vw;
}
.bannerBottomList{
width: 80%;
height:auto;
/* background: palegoldenrod; */
margin: 0 auto;
margin-top: 8vh;
display: flex;
flex-direction: column;
align-items: center;
}
.bannerBottomList li{
width: 80%;
height:35vh;
margin-top: 10vh;
display: flex;
justify-content: space-around;
}
.bannerBottomList li p{
width: 40%;
height: 100%;
color: #fff;
display: flex;
flex-direction: column;
justify-content: end;
align-items: start;
padding-bottom: 3vh;
font-size: 1.2vw;
padding-left: 4vw;
}
.bannerBottomListOne{
background-image: url(../imgs/us/ic.png);
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
}
.bannerBottomListTwo{
background-image: url(../imgs/us/lowpower.png);
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
}
.bannerBottomListThree{
background-image: url(../imgs/us/manufacturer.png);
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
}
.bannerBottomListFour{
background-image: url(../imgs/us/Tapeout.png);
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
}
/* ------------------- */
/* ------------------- */
.top3{
width: 20vw;
position: absolute;
top: 0vh;
left: 20vw;
}