dfasf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-25 22:27:53 +08:00
parent 897d4e8eef
commit 9e45cf37fa

View File

@@ -338,7 +338,7 @@
.banner-cont .swiper-slide { .banner-cont .swiper-slide {
position: relative; position: relative;
/* 桌面端高度 */ /* 桌面端高度 */
height: 650px; height: 150px;
width: 100%; width: 100%;
/* 深色科技渐变背景 */ /* 深色科技渐变背景 */
background: background:
@@ -2725,7 +2725,7 @@ html {
/* 小屏幕 992px - 1199px */ /* 小屏幕 992px - 1199px */
@media (max-width: 1199px) { @media (max-width: 1199px) {
.banner-cont .swiper-slide { .banner-cont .swiper-slide {
height: 250px; height: 550px;
} }
.banner-cont .swiper-slide h1 { .banner-cont .swiper-slide h1 {
@@ -2775,7 +2775,7 @@ html {
/* 平板 768px - 991px */ /* 平板 768px - 991px */
@media (max-width: 991px) { @media (max-width: 991px) {
.banner-cont .swiper-slide { .banner-cont .swiper-slide {
height: 100px; height: 500px;
} }
.banner-cont .swiper-slide h1 { .banner-cont .swiper-slide h1 {