@ -17,7 +17,7 @@
.header-title{
width: 100%;
height: 1.125rem;
background: url('~@/assets/images/top.png') no-repeat center center;
background: url('~@/assets/images/top.png') no-repeat center -5px;
background-size: cover;
h2{
font-size: 0.6rem;
@ -14,7 +14,7 @@
<use xlink:href="#icon-a-no1" />
</svg>
<svg v-if="item.ranking === 2" class="icon" aria-hidden="true">
<use xlink:href="#icon-a-no2" />
<use xlink:href="#icon-a-no21" />
<svg v-if="item.ranking === 3" class="icon" aria-hidden="true">
<use xlink:href="#icon-a-no3" />
@ -37,9 +37,9 @@ export default {
// 数据加载完成方法
dataCompleteFun() {
this.scrollDom = this.$refs.noticetxt
this.interval = 3000
this.timeout = 3000
this.step = 24
this.interval = 150
this.timeout = 5000
this.step = 1
// 开启滚动
this.autoScroll()
}
@ -53,7 +53,7 @@ export default {
this.timeout = 2000
// this.autoScroll()