Browse Source

修改跑马灯内容

master
liaoxinyu 2 years ago
parent
commit
8e9e1b59e6
  1. 11
      pages/base/home.vue

11
pages/base/home.vue

@ -128,14 +128,16 @@
<view class="rfm-marquee">
<view class="rfm-initial-child-container">
<view class="rfm-child d-flex" v-for="(parentItem,index) in marketList" v-if="index==1" :key="parentItem.coin_name">
<view style="width: 400rpx;" v-for="(item,iindex) in parentItem.collect? collect : parentItem.marketInfoList" :key="iindex">
<view style="width: 2500rpx;margin-right: 100rpx;" v-for="(item,iindex) in parentItem.collect? collect : parentItem.marketInfoList" :key="iindex">
<!-- <view style="width: 400rpx;" v-for="(item,iindex) in parentItem.collect? collect : parentItem.marketInfoList" :key="iindex"> -->
<div class="price-info d-flex">
<div class="symbol" style="margin-right: 10rpx">{{ item.pair_name }}</div>
<!-- <div class="symbol" style="margin-right: 10rpx">{{ item.pair_name }}</div>
<div class="d-flex">
<span :class="item.increase >= 0 ? 'increace' : 'decreace'">
({{ item.increaseStr }})
</span>
</div>
</div> -->
<view>New users will be given $100 for registration. For details, please contact customer service WhatsApp 15204350079 12097488992 15717102065 15717102065. 12079028303. 17604060007</view>
</div>
</view>
</view>
@ -1917,7 +1919,8 @@
display: flex;
flex-direction: row;
align-items: center;
animation: scroll 100s linear 0s infinite;
animation: scroll 500s linear 0s infinite;
// animation: scroll 100s linear 0s infinite;
animation-play-state: running;
animation-delay: 0s;
animation-direction: normal;

Loading…
Cancel
Save