提交 0f22ce97 authored 作者: Anix's avatar Anix

修复bug

上级 82da8add
......@@ -4,7 +4,7 @@
<!-- 第一屏 -->
<div class="banner">
<div class="first">
<l-img
<img
src="@/assets/imgs/topic/zggzsgwdzjlz/year.png"
alt=""
class="img-year wow animate__animated animate__fadeIn"
......@@ -21,7 +21,7 @@
<img src="@/assets/imgs/topic/zggzsgwdzjlz/title.png" alt="" />
<!-- <l-img src="@/assets/imgs/topic/zggzsgwdzjlz/title.png"></l-img> -->
</div>
<l-img
<img
src="@/assets/imgs/topic/zggzsgwdzjlz/top.png"
alt=""
class="img-top wow animate__animated animate__fadeIn"
......@@ -41,10 +41,10 @@
<!-- 文字 -->
<div class="img-red wow animate__animated animate__fadeInUp" data-wow-delay="0.6s">
<l-img src="@/assets/imgs/topic/zggzsgwdzjlz/red.png" alt="" />
<img src="@/assets/imgs/topic/zggzsgwdzjlz/red.png" alt="" />
</div>
<div class="img-photo wow animate__animated animate__fadeIn" data-wow-delay="0.6s">
<l-img src="@/assets/imgs/topic/zggzsgwdzjlz/photo.png" alt="" />
<img src="@/assets/imgs/topic/zggzsgwdzjlz/photo.png" alt="" />
</div>
</div>
<div class="outline">
......@@ -55,9 +55,9 @@
<div>
<div class="pic wow animate__animated animate__fadeInLeft" v-if="i % 2 === 0">
<div>
<l-img
<img
:src="
`@/assets/imgs/topic/zggzsgwdzjlz/${node.img}.png`
require(`@/assets/imgs/topic/zggzsgwdzjlz/${node.img}.png`)
"
alt=""
/>
......@@ -82,9 +82,9 @@
</div>
<div class="pic wow animate__animated animate__fadeInRight" v-if="i % 2 !== 0">
<div>
<l-img
<img
:src="
`@/assets/imgs/topic/zggzsgwdzjlz/${node.img}.png`
require(`@/assets/imgs/topic/zggzsgwdzjlz/${node.img}.png`)
"
alt=""
/>
......
......@@ -43,7 +43,7 @@
>
{{ item.label }}
</el-col>
<el-col :span="6">
<el-col :span="3">
<div class="search-item">
<input
type="text"
......@@ -442,7 +442,7 @@ $text-indent: 16px;
// padding: 8px 0;
height: 46px;
line-height: 46px;
margin-right: 16px;
// margin-right: 16px;
cursor: pointer;
// border: 1px solid $themeSecondaryColor;
color: #999;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论