This commit is contained in:
@@ -330,6 +330,7 @@
|
|||||||
.banner-cont {
|
.banner-cont {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 200px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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="section 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