样式调整
parent
c4ef09510c
commit
fefa415139
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue