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

修复bug

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