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,12 +10,12 @@
}
.emailBox{
width: 80vw;
height: 15vh;
width: 55vw;
height: 12vh;
background: #00ECEC;
position: absolute;
top: -8vh;
left: 10vw;
top: 18vh;
left: 30vw;
border-radius: 20px;
overflow: hidden;
display: flex;
@@ -32,12 +32,12 @@
padding-left: 4vw;
}
.emailLeft p{
font-size: 1.8vw;
font-size: 1.2vw;
color: #fff;
font-weight: 600;
}
.emailLeft p:nth-child(2){
font-size: 1.2vw;
font-size: 1vw;
color: #fff;
font-weight: 400;
}
@@ -52,7 +52,7 @@
}
.email{
width: 38%;
width: 50%;
height: 48%;
background: #fff;
border-radius: 10px;
@@ -65,13 +65,13 @@
transition: all 0.3s ease;
}
.email span{
font-size: 1.2vw;
font-size: 1vw;
color: #3FB7DC;
font-weight: 800;
}
.email img{
width: 2vw;
width: 1.5vw;
height: auto;
}
.email:hover{