完善模板功能

This commit is contained in:
2026-03-10 22:59:46 +08:00
parent 98156991c1
commit 5dffe62adc
5 changed files with 226 additions and 33 deletions
@@ -658,7 +658,7 @@ p {
.hero-section-wrapper-5 .hero-style-5 {
position: relative;
z-index: 1;
padding: 270px 0 140px;
padding: 100px 0 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
@@ -758,12 +758,15 @@ p {
}
.hero-section-wrapper-5 .hero-style-5 .hero-image {
margin-bottom: 100px;
/* margin-bottom: 100px; */
position: relative;
}
.hero-section-wrapper-5 .hero-style-5 .hero-image img {
width: 100%;
max-height:450px;
width: auto;
max-width: 100%;
object-fit: contain;
}
.hero-section-wrapper-5 .hero-style-5 .shapes .shape {
@@ -964,7 +967,6 @@ p {
ABOUT-4 CSS
================================ */
.about-style-4 {
background: #F3F3F3;
padding: 100px 0 50px;
position: relative;
z-index: 1;