1
0
This commit is contained in:
2026-04-16 14:00:42 +08:00
parent deafebd9ab
commit 135baf0a71
5 changed files with 62 additions and 29 deletions

View File

@@ -778,6 +778,37 @@ img {
color: #ffffff;
}
.page-title-cargo-platform3 {
background: url("../images/project/agNetCargoPlatform/top4.png") center center/cover no-repeat local;
width: 100%;
height: 330px;
position: relative;
text-align: center;
/* background-color: #ffffff00 !important; */
margin-top: 80px !important; /* Adjusted for new 80px header height */
}
.page-title-cargo-platform3::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* background-color: rgba(0, 0, 0, 0.5); */
z-index: 1;
}
.page-title-cargo-platform3 .container {
position: relative;
z-index: 2;
}
.page-title-cargo-platform3 h2,
.page-title-cargo-platform3 p {
color: #ffffff;
}
@media (max-width: 991px) {
.page-title {
height: 300px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 KiB