This commit is contained in:
2026-02-27 18:09:06 +08:00
parent b0cbc804e5
commit de36e75f86
3 changed files with 140 additions and 1 deletions

View File

@@ -141,6 +141,35 @@
50% { transform: translateY(-12px); }
}
@media (min-width: 1921px) {
.section-title {
margin-left: 0;
max-width: 22ch;
}
.section-card{
position: relative;
width: clamp(400px, 32vw, 1600px);;
height: clamp(200px, 16vw, 800px);
background: #FFFFFF;
box-shadow: 0px 39px 113px 0px rgba(2,190,172,0.2);
border-radius: 2px 100px 2px 2px;
padding: 10% ;
margin-left: -20%;
font-size: @font-desc;
line-height: 1.8;
color: #888;
.douhao-img{
position: absolute;
height: 20%;
left: 40%;
top: 15%;
}
}
}
@media (max-width: 768px) {
.content-wrapper {
flex-direction: column-reverse;