1
0
This commit is contained in:
2026-04-20 12:28:42 +08:00
parent d3eb1d3424
commit 62190eeabb
518 changed files with 243 additions and 35758 deletions

View File

@@ -15,7 +15,7 @@
align-items: center;
padding-top: 110px; /* header高度80px + 最小间距30px */
overflow: hidden;
background: url("../images/solution/neihe.png");
background: url("../images/solution/neihe.png") 100%;
}
.solution-hero::before {
@@ -255,7 +255,7 @@
/* Pain Points Section */
.pain-points-section {
padding: 100px 0;
padding: 70px 0;
background: #fff;
}
@@ -325,7 +325,7 @@
color: #0f172a;
margin-bottom: 12px;
line-height: 1.4;
min-height: 2.8em;
min-height: 2em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
@@ -343,7 +343,7 @@
/* Solution Architecture Section */
.architecture-section {
padding: 100px 0;
padding: 70px 0;
background: linear-gradient(135deg, #005dc7 0%, rgb(1, 79, 212) 100%);
color: #fff;
overflow: hidden;
@@ -558,7 +558,7 @@
/* Product Matrix Section */
.products-section {
padding: 100px 0;
padding: 70px 0;
background: #f8fafc;
}
@@ -947,6 +947,35 @@
margin-top: 30px;
}
.cases-slider {
margin-top: 30px;
}
.cases-slider .owl-stage-outer {
padding: 4px 0 12px;
}
.cases-slider .owl-stage {
display: flex;
}
.cases-slider .owl-item {
display: flex;
float: none;
}
.cases-slider .case-slide {
display: flex;
width: 100%;
height: 100%;
}
.cases-slider .case-card-link {
display: flex;
width: 100%;
height: 100%;
}
.case-card {
background: #fff;
border-radius: 16px;
@@ -954,6 +983,7 @@
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
border: 1px solid #e2e8f0;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
@@ -1024,6 +1054,24 @@
margin: 0;
}
.cases-slider .owl-controls {
margin-top: 22px;
text-align: center;
}
.cases-slider .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 5px 6px;
background: rgba(20, 129, 255, 0.18);
transition: all 0.2s ease;
}
.cases-slider .owl-dots .owl-dot.active span,
.cases-slider .owl-dots .owl-dot:hover span {
background: rgba(20, 129, 255, 1);
}
/* Scroll Animation */
.reveal {
opacity: 0;
@@ -1072,11 +1120,7 @@
gap: 16px;
}
.cases-section .row + .row {
margin-top: 24px;
}
.cases-section .col-md-4 + .col-md-4 {
.cases-slider {
margin-top: 24px;
}