Browse Source

修改图片,和隐藏首页币的滚动

master
liaoxinyu 2 years ago
parent
commit
2c8df0c274
  1. BIN
      assets/img/home/home1.png
  2. 48
      pages/base/home.vue

BIN
assets/img/home/home1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 206 KiB

48
pages/base/home.vue

@ -110,7 +110,7 @@
<view class="illustration_area" >
<view class="text-img">
<view class="text-img1">
<image src="@/assets/img/home/home1.png" mode="widthFix" style="width: 640rpx;"></image>
<image src="@/assets/img/home/home1.png" mode="widthFix" style="width: 500rpx;"></image>
</view>
</view>
<view class="title" style="margin-top: 40rpx;text-align: center;">{{$t("homeNewText.bb4")}}</view>
@ -123,7 +123,7 @@
</view>
</view>
<view>
<view v-if="0">
<view class="index_partners__3BIDL" style="background: linear-gradient(90deg, #1fa2ff, #12d8fa, #a6ffcb);color: #fff;">
<view class="rfm-marquee-container">
<view class="rfm-marquee">
@ -146,6 +146,27 @@
</view>
</view>
<view class="" style="">
<view class="index_partners__3BIDL">
<view class="rfm-marquee-container">
<view class="rfm-marquee">
<view class="rfm-initial-child-container">
<view class="rfm-child" v-for="(item,index) in imgList" :key="index+'a'">
<view class="ant-image">
<img :src="item" class="ant-image-img index_scrollItem__RJv5K">
</view>
</view>
<view class="rfm-child" v-for="(item,index) in imgList" :key="index+'b'">
<view class="ant-image">
<img :src="item" class="ant-image-img index_scrollItem__RJv5K">
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<!-- 市场趋势 -->
<view class="" style="margin-top: 100rpx;padding: 0px 40rpx;color: #fff;text-align: center;">
<!-- <view style="font-size: 60rpx;">{{ $t("homeNewText.bb3") }}</view> -->
@ -323,27 +344,6 @@
</view>
</view>
<view class="" style="">
<view class="index_partners__3BIDL">
<view class="rfm-marquee-container">
<view class="rfm-marquee">
<view class="rfm-initial-child-container">
<view class="rfm-child" v-for="(item,index) in imgList" :key="index+'a'">
<view class="ant-image">
<img :src="item" class="ant-image-img index_scrollItem__RJv5K">
</view>
</view>
<view class="rfm-child" v-for="(item,index) in imgList" :key="index+'b'">
<view class="ant-image">
<img :src="item" class="ant-image-img index_scrollItem__RJv5K">
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<view class="head_info m-y-md " v-if="0">
<view class="currency">{{$t("base.f3")}}</view>
<van-tabs v-if="marketList.length" :active="infoActive" background="transparent" :border="false" animated>
@ -1633,11 +1633,13 @@
height: 454rpx;
position: relative;
padding-top: 60rpx;
margin-bottom: 20rpx;
}
.text-img1{
width: 640rpx;
height: 454rpx;
text-align: center;
position: absolute;
bottom: 0px;
animation: movepoint 1.3s ease-in-out infinite alternate;

Loading…
Cancel
Save