yxsilicon/css/electronicProduct.css

243 lines
4.3 KiB
CSS

.chipAgent-section{
width: 100%;
height: 70vh;
background: #fbfbfb;
}
.chipAgent-section-bg{
width: 98%;
height: 100%;
background-image: url(../imgs/electronicproduct/topbg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
margin: 0 auto;
background-position: top center;
}
.chipAgent-section-content{
width: 80%;
height: 80%;
padding-top: 5vw;
padding-left: 11vw;
}
.chipAgent-section-content h3{
font-size: 4vw;
font-weight: 300;
color: #fff;
letter-spacing: 0.15vw;
}
.chipAgent-section-content p{
width: 68%;
font-size: 1.48vw;
font-weight: 400;
color: rgba(255, 255, 255, 0.9);
line-height: 3vw;
letter-spacing: 0.1vw;
margin-top: 2vw;
text-align: justify;
padding-left: 3.8vw;
}
/* ----------------------------------------- */
.cloudComputingServer-section{
width: 100%;
/* height:150vh; */
background: #fbfbfb;
margin-top: 20vh;
}
.cloudComputingServer-section-bg{
width: 98%;
height: 100%;
background-image: url(../imgs/cloud/cloundbg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
margin: 0 auto;
background-position: top center;
position: relative;
}
.cloudComputingServer-section-bg h3{
font-size: 5vw;
font-weight: 300;
color: #1F589B;
letter-spacing: 0.15vw;
margin-top: 5vw;
position: absolute;
top:-10vw;
left: 10vw;
}
.cloudComputingServer-section-list{
width: 98%;
height: 100%;
margin: 0 auto;
padding: 10vw 0;
display: flex;
flex-wrap: wrap;
padding-left: 5vw;
}
.cloudComputingServer-section-list li{
width: 25vw;
height: 28vw;
background: #F0F1F6;
margin-left: 4vw;
border-radius: 20px 20px 40px 20px;
box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
padding: 1vw;
margin-top: 8vh;
}
.cloudComputingServer-section-list li img{
width: 100%;
height: auto;
}
.cloudComputingServer-section-list li div{
width: 100%;
margin-top: 2vh;
}
.cloudComputingServer-section-list li div h4{
font-size: 1.3vw;
font-weight: 400;
color: #009FD0;
text-align: center;
}
.cloudComputingServer-section-list li div p{
width: 78%;
font-size: 1vw;
font-weight: 400;
color: #000;
margin: 0 auto;
text-align: left;
/* padding: 0px 1.5vw; */
margin-top: 2vh;
line-height: 1.8vw;
}
/* --------------------------- */
.chipAgent-section3{
width: 100%;
height: 120vh;
z-index: 5;
position: relative;
background: #fbfbfb;
border-radius: 0px 0px 80px 80px;
padding-top: 5vw;
}
.chipAgent-section3-bg {
width: 100%;
height: 100%;
background-image: url(../imgs/chip/bg.png);
background-size: cover; /* 改为 cover */
background-repeat: no-repeat;
margin: 0 auto;
background-position: -8vw center;
overflow: hidden;
position: relative; /* 添加定位 */
z-index: 10;
}
.chipAgent-section3-bg h2{
width: 90%;
font-size: 4vw;
color: #1F599B;
margin-top: 1vh;
letter-spacing: 0.6vw;
font-weight: 300;
padding-left: 5vw;
z-index: 2;
padding-left: 6vw;
}
.chip-agent-underline {
position: absolute;
top: 4.7vw;
left: 1vw;
width: 50%;
height: 2vw;
margin: 0.5vw 0 0 0;
background: linear-gradient(
90deg,
#f7fcfe 8%,
#e3f6fd 20%,
#e3f6fd 30%,
#f7fcfe 50%
);
z-index: -1;
}
.chipAgent-section3-list{
width: 80%;
margin: 0 auto;
padding-top: 5vw;
display: flex;
}
.chipAgent-section3-list li{
width: 25vw;
height: 26vw;
background: #F0F1F6;
border-radius: 20px 20px 40px 20px;
margin-left: 4vw;
box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
padding: 1vw;
margin-top: 8vh;
}
.chipAgent-section3-list li img{
width: 100%;
height: auto;
}
.chipAgent-section3-list li div{
width: 100%;
margin-top: 2vh;
}
.chipAgent-section3-list li div h4{
font-size: 1.3vw;
font-weight: 400;
color: #009FD0;
text-align: center;
}
.chipAgent-section3-list li div p{
width: 80%;
font-size: 1vw;
font-weight: 400;
color: #000;
text-align: left;
line-height: 1.5vw;
margin: 0 auto;
margin-top:2vh;
color: rgba(0, 0, 0, 0.8);
}