up
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user