1
0
This commit is contained in:
2026-04-20 12:32:34 +08:00
parent 62190eeabb
commit 012e68b9bc
5 changed files with 23 additions and 5 deletions

View File

@@ -15,7 +15,25 @@
align-items: center;
padding-top: 110px; /* header高度80px + 最小间距30px */
overflow: hidden;
background: url("../images/solution/neihe.png") 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.solution-hero--inland-river {
background-image: url("../images/solution/neihe.png");
}
.solution-hero--supply-chain {
background-image: url("../images/solution/dazong.png");
}
.solution-hero--port-supply-chain {
background-image: url("../images/solution/gangkou.png");
}
.solution-hero--logistics-chain {
background-image: url("../images/solution/quancheng.png");
}
.solution-hero::before {

View File

@@ -59,7 +59,7 @@
<!-- Hero Section -->
<section class="solution-hero">
<section class="solution-hero solution-hero--inland-river">
<div class="container">
<div class="row">
<div class="col-md-6 hero-content">

View File

@@ -59,7 +59,7 @@
<!-- Hero Section -->
<section class="solution-hero">
<section class="solution-hero solution-hero--logistics-chain">
<div class="container">
<div class="row">
<div class="col-md-6 hero-content">

View File

@@ -59,7 +59,7 @@
<!-- Hero Section -->
<section class="solution-hero">
<section class="solution-hero solution-hero--port-supply-chain">
<div class="container">
<div class="row">
<div class="col-md-6 hero-content">

View File

@@ -59,7 +59,7 @@
<!-- Hero Section -->
<section class="solution-hero">
<section class="solution-hero solution-hero--supply-chain">
<div class="container">
<div class="row">
<div class="col-md-6 hero-content">