|
|
|
@ -268,13 +268,13 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- href="https://app.mhbcoin.com/download/Otlwcoin.html" --> |
|
|
|
<a style="display: block;width: 100%;text-decoration: none;"> |
|
|
|
<a style="display: block;width: 100%;text-decoration: none;" v-if="0"> |
|
|
|
<view class="store_view"> |
|
|
|
<image src="@/assets/img/home/antFill-apple@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image> |
|
|
|
<view style="color: #908F94;margin-left: 20rpx;">APP Store</view> |
|
|
|
</view> |
|
|
|
</a> |
|
|
|
<a style="display: block;width: 100%;text-decoration: none;"> |
|
|
|
<a style="display: block;width: 100%;text-decoration: none;" v-if="0"> |
|
|
|
<view class="store_view"> |
|
|
|
<image src="@/assets/img/home/md-android@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image> |
|
|
|
<view style="color: #908F94;margin-left: 20rpx;">Android</view> |
|
|
|
@ -1956,7 +1956,7 @@ |
|
|
|
|
|
|
|
.positionBox_box3{ |
|
|
|
position: absolute; |
|
|
|
bottom: 40px; |
|
|
|
bottom: 0px; |
|
|
|
animation: boxImg 1.3s ease-in-out infinite alternate; |
|
|
|
} |
|
|
|
@keyframes boxImg{ |
|
|
|
|