style: 格式问题
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
<link rel="stylesheet" href="https://unpkg.com/swiper@9/swiper-bundle.min.css">
|
<link rel="stylesheet" href="https://unpkg.com/swiper@9/swiper-bundle.min.css">
|
||||||
<script type="text/javascript" src='https://code.jquery.com/jquery-3.6.0.min.js'></script>
|
<script type="text/javascript" src='https://code.jquery.com/jquery-3.6.0.min.js'></script>
|
||||||
<script type="text/javascript" src="https://unpkg.com/swiper@9.4.1/swiper-bundle.min.js"></script>
|
<script type="text/javascript" src="https://unpkg.com/swiper@9.4.1/swiper-bundle.min.js"></script>
|
||||||
<script type="text/javascript" src="/static/index/js/before-after.min.js"></script>
|
<script type="text/javascript" src="/static/index/js/before-after.min.js"></script>
|
||||||
<script type="text/javascript" src="/static/index/js/large.js"></script>
|
<script type="text/javascript" src="/static/index/js/large.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{block name="header"}
|
{block name="header"}
|
||||||
|
|||||||
@@ -67,8 +67,9 @@
|
|||||||
<div class="ftopicos">
|
<div class="ftopicos">
|
||||||
<ul>
|
<ul>
|
||||||
{volist name="media_config" id="vo"}
|
{volist name="media_config" id="vo"}
|
||||||
<a href="{$vo.url.value}"><img src="{$vo.image.value}" {if condition="!empty($vo.image.extra)"
|
<a href="{$vo.url.value}">
|
||||||
}style="{$vo.image.extra}" {/if} /></a>
|
<img src="{$vo.image.value}" {if condition="!empty($vo.image.extra)"}style="{$vo.image.extra}" {/if} />
|
||||||
|
</a>
|
||||||
{/volist}
|
{/volist}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user