样式调整

master
Lee 2022-11-17 12:01:38 +08:00
parent c4ef09510c
commit fefa415139
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
{layout name="layout" /} {layout name="layout" /}
{php}$service5List = json_decode($blocks['home_service_5']['value'], true);{/php} {php}$service5List = json_decode($blocks['home_service_5']['value'], true);{/php}
{php}$firstService = array_shift($service5List);{/php} {php}$firstService = array_shift($service5List);{/php}
<style>
@media screen and (min-width:960px) {
.layout-main-content{
min-height: calc(100vh - 259px);
}
}
</style>
<!-- 轮播 --> <!-- 轮播 -->
<div class="banner w100"> <div class="banner w100">
<div class="banner-swiper swiper"> <div class="banner-swiper swiper">