This commit is contained in:
@@ -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: 550px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-cont .swiper-slide h1 {
|
.banner-cont .swiper-slide h1 {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<header>{include file="public/header"}</header>
|
<header>{include file="public/header"}</header>
|
||||||
|
|
||||||
<!-- banner(Swiper 轮播,数据由 $data.banner 提供;未配置时使用静态占位) -->
|
<!-- banner(Swiper 轮播,数据由 $data.banner 提供;未配置时使用静态占位) -->
|
||||||
<section class="banner">
|
<section class=" banner">
|
||||||
<div class="swiper banner-cont">
|
<div class="swiper banner-cont">
|
||||||
<div class="swiper-wrapper">
|
<div class="swiper-wrapper">
|
||||||
{if ( isset($data.banner) ) }
|
{if ( isset($data.banner) ) }
|
||||||
|
|||||||
Reference in New Issue
Block a user