|
@@ -189,6 +189,22 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <!-- 最新活动 -->
|
|
|
+ <view class=" top-up" >
|
|
|
+ <view class="top-up-title oldTextjp" oldstyle="font-size:20px;"><text class="line"></text>最新活动</view>
|
|
|
+ <view class="img-box2">
|
|
|
+ <view class="left-image">
|
|
|
+ <img src="../../assets/img/topup1.png" alt="">
|
|
|
+ </view>
|
|
|
+ <view class="right-image">
|
|
|
+
|
|
|
+ <img src="../../assets/img/topup2.png" alt="">
|
|
|
+ <img class="margin-top" src="../../assets/img/topup3.png" alt="">
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
<!-- 新闻 -->
|
|
|
<view class="news-title" v-if="newsList.length > 0">
|
|
|
<view class="news-title-left oldTextjp" oldstyle="font-size:20px;">
|
|
@@ -1038,6 +1054,7 @@
|
|
|
.top-up {
|
|
|
margin-left: 16px;
|
|
|
margin-top: 17px;
|
|
|
+ padding-right: 16px;
|
|
|
|
|
|
.top-up-title {
|
|
|
color: rgba(16, 16, 16, 100);
|
|
@@ -1078,6 +1095,30 @@
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
+ .img-box2{
|
|
|
+ margin-top: 12px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ img{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .left-image{
|
|
|
+ width: 48.3%;
|
|
|
+ }
|
|
|
+ .right-image{
|
|
|
+ width: 48.3%;
|
|
|
+
|
|
|
+ .margin-top{
|
|
|
+ margin-top: 12px;
|
|
|
+ }
|
|
|
+ img{
|
|
|
+ height: 77px;
|
|
|
+
|
|
|
+ }
|
|
|
+ };
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
// 小竖线
|