1
0

解决方案

This commit is contained in:
2025-12-17 16:16:41 +08:00
parent 96484c1d43
commit 12c06b2851
9 changed files with 51 additions and 49 deletions

View File

@@ -333,17 +333,19 @@ img {
text-transform: uppercase;
display: block;
margin-top: -0.2em;
margin-bottom: 0.8rem;
margin-bottom: 1.5rem;
}
.section-title > span, .section-title-s2 > span, .section-title-s4 > span {
font-size: 14px;
font-size:1.275rem;
font-weight: bold;
color:#1481ff;
text-transform: uppercase;
display: block;
margin-bottom: 0.5em;
margin-top: 0.8rem;
margin-top: 0rem;
}
@media (max-width: 767px) {
@@ -361,13 +363,13 @@ img {
.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
font-size: 36px;
font-size: 2.25rem;
margin: 0.2em 0 0;
margin: 0 0 0.5em 0;
}
.section-title h2, .section-title-s2 h2, .section-title-s4 h2 {
font-size: 36px;
font-size: 2.25rem;
margin: 0.2em 0 0;
margin: 0.2em 0 1.5em 0;
}
@media (max-width: 991px) {
@@ -1898,6 +1900,7 @@ img {
display: flex;
flex-wrap: wrap;
justify-content: center;
background: #fafafa;
}
.site-header #navbar > ul > li.product-menu:hover > .sub-menu {
visibility: visible !important;
@@ -1976,6 +1979,7 @@ img {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
background: #fafafa;
}
.site-header #navbar > ul > li.solution-menu:hover > .sub-menu {
visibility: visible !important;
@@ -2854,7 +2858,7 @@ img {
font-size: 55px;
font-size: 3.4375rem;
font-weight: 800;
color: #fff;
color: #031c5c;
margin: 0 0 0.45em;
}
@@ -2880,7 +2884,7 @@ img {
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
color: #fff;
color: #031c5c
margin: 0 0 0.75em;
}
@@ -3341,7 +3345,7 @@ img {
}
.features-section .header {
background-color: rgba(0, 100, 255, 1);
background:linear-gradient(140deg, #1d4de9 0%, #00b2ff 88%);
padding: 25px 30px;
text-align: center;
border-radius: 10px 10px 0 0;
@@ -3361,11 +3365,11 @@ img {
.features-section .details {
background-color: #fff;
padding: 30px 30px;
padding: 20px 20px;
-webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
border-radius: 0 0 10px 10px;
min-height: 300px;
min-height: 260px;
}
@media (max-width: 767px) {
@@ -7237,7 +7241,7 @@ img {
overflow: hidden;
transition: all 0.3s ease;
height: 95%;
min-height: 320px;
min-height: 220px;
display: flex;
flex-direction: column;
margin: 15px;
@@ -7247,7 +7251,7 @@ img {
transform: translateY(-3px);
}
.feature-card-icon {
height: 120px;
height: 90px;
background: #eff5ff;
display: flex;
align-items: center;
@@ -7289,7 +7293,7 @@ img {
/* 产品优势卡片样式 - 上部渐变蓝色,下部白色 */
.feature-card-advantage .feature-card-icon {
background: linear-gradient(90deg, #0037ff 0%, #007bff 88%);
background: linear-gradient(190deg, #0049ff 0%, #009fff 88%);
justify-content: flex-start;
}
.feature-card-advantage .feature-card-icon h4 {
@@ -7423,7 +7427,7 @@ img {
/* 面包屑导航样式 */
.page-path {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: transparent;
border-radius: 4px;