1
0
This commit is contained in:
2026-04-16 09:54:29 +08:00
parent 36ce5c07c5
commit 70de543ce9
11 changed files with 19 additions and 15 deletions

View File

@@ -96,7 +96,7 @@
.product-architecture-section--gradient .text-center > p,
.product-architecture-section--soft .text-center > p {
margin: 0 0 var(--product-section-heading-gap);
margin: 0 0 20px;
}
.product-advantages-header {

View File

@@ -638,7 +638,7 @@ img {
}
.page-title1 {
background: url("../images/top_banner4.webp") center center/cover no-repeat local;
background: url("../images/page-title1.png") center center/cover no-repeat local;
width: 100%;
height: 330px;
position: relative;
@@ -3495,7 +3495,7 @@ color:#ffffff;
.features-section .header {
background:linear-gradient(140deg, #1d4de9 0%, #00b2ff 88%);
padding: 15px 30px;
padding: 15px 30px 10px 30px;
text-align: center;
border-radius: 10px 10px 0 0;
}