|
|
@ -128,16 +128,16 @@ |
|
|
<view class="rfm-marquee"> |
|
|
<view class="rfm-marquee"> |
|
|
<view class="rfm-initial-child-container"> |
|
|
<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 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: 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"> --> |
|
|
<view style="width: 400rpx;" v-for="(item,iindex) in parentItem.collect? collect : parentItem.marketInfoList" :key="iindex"> |
|
|
<div class="price-info d-flex"> |
|
|
<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"> |
|
|
<div class="d-flex"> |
|
|
<span :class="item.increase >= 0 ? 'increace' : 'decreace'"> |
|
|
<span :class="item.increase >= 0 ? 'increace' : 'decreace'"> |
|
|
({{ item.increaseStr }}) |
|
|
({{ item.increaseStr }}) |
|
|
</span> |
|
|
</span> |
|
|
</div> --> |
|
|
</div> |
|
|
<view>New users will be given $100 for registration. For details, please contact customer service WhatsApp</view> |
|
|
<!-- <view>New users will be given $100 for registration. For details, please contact customer service WhatsApp</view> --> |
|
|
</div> |
|
|
</div> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -1923,8 +1923,8 @@ |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: row; |
|
|
flex-direction: row; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
animation: scroll 500s linear 0s infinite; |
|
|
// animation: scroll 500s linear 0s infinite; |
|
|
// animation: scroll 100s linear 0s infinite; |
|
|
animation: scroll 50s linear 0s infinite; |
|
|
animation-play-state: running; |
|
|
animation-play-state: running; |
|
|
animation-delay: 0s; |
|
|
animation-delay: 0s; |
|
|
animation-direction: normal; |
|
|
animation-direction: normal; |
|
|
|