Commit 671bd28d authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 568c8591
...@@ -8,20 +8,20 @@ ...@@ -8,20 +8,20 @@
class="am-tab-panel am-active" class="am-tab-panel am-active"
v-if="slideshow.length > 0" v-if="slideshow.length > 0"
:style="{ backgroundImage: `url(${slideshow[tabIndex].imageUrl})`}"> :style="{ backgroundImage: `url(${slideshow[tabIndex].imageUrl})`}">
<div class="index-banner"> <!-- <div class="index-banner">
<div class="index-mask"> <div class="index-mask">
<div class="container"> <div class="container">
<div class="am-g"> <div class="am-g">
<div class="am-u-md-10 am-u-sm-centered" style="text-align: center"> <div class="am-u-md-10 am-u-sm-centered" style="text-align: center">
<h1 class="slide_simple--title">{{ slideshow[tabIndex].name}}</h1> <h1 class="slide_simple&#45;&#45;title">{{ slideshow[tabIndex].name}}</h1>
<p class="slide_simple--text am-text-left" style="display: flex;justify-content: center"> <p class="slide_simple&#45;&#45;text am-text-left" style="display: flex;justify-content: center">
{{ slideshow[tabIndex].introduction}} {{ slideshow[tabIndex].introduction}}
</p> </p>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>-->
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment