This commit is contained in:
@@ -330,6 +330,7 @@
|
||||
.banner-cont {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<header>{include file="public/header"}</header>
|
||||
|
||||
<!-- banner(Swiper 轮播,数据由 $data.banner 提供;未配置时使用静态占位) -->
|
||||
<section class="section banner">
|
||||
<section class="banner">
|
||||
<div class="swiper banner-cont">
|
||||
<div class="swiper-wrapper">
|
||||
{if ( isset($data.banner) ) }
|
||||
|
||||
Reference in New Issue
Block a user