Browse Source

还原以前币滚动

master
liaoxinyu 1 year ago
parent
commit
1f542a469e
  1. 14
      pages/base/home.vue

14
pages/base/home.vue

@ -128,16 +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: 1400rpx;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"> -->
<!-- <view style="width: 1400rpx;margin-right: 100rpx;" v-for="(item,iindex) ssssin 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> -->
<view>New users will be given $100 for registration. For details, please contact customer service WhatsApp</view>
</div>
<!-- <view>New users will be given $100 for registration. For details, please contact customer service WhatsApp</view> -->
</div>
</view>
</view>
@ -1923,8 +1923,8 @@
display: flex;
flex-direction: row;
align-items: center;
animation: scroll 500s linear 0s infinite;
// animation: scroll 100s linear 0s infinite;
// animation: scroll 500s linear 0s infinite;
animation: scroll 50s linear 0s infinite;
animation-play-state: running;
animation-delay: 0s;
animation-direction: normal;

Loading…
Cancel
Save