dev
xiaowen 3 years ago
parent 9e3715c5e9
commit b29a64d8a5

@ -124,8 +124,8 @@
</view>
<view class="wb-item" style="height: 560rpx;">
<view class="wb-area-title">
<view style="width: 35%;">车型热度</view>
<view style="width: 65%;">
<view>车型热度</view>
<view>
<van-tabs type="card" active="{{ modalHotActive }}" color="#BBBBBB" bind:change="changeModalHot">
<van-tab title="热门"></van-tab>
<van-tab title="热赞"></van-tab>
@ -137,8 +137,8 @@
<view class="wb-rank-list">
<view class="ranking">
<view style="width: 33%;">排名</view>
<view style="width: 33%;">车型</view>
<view style="width: 33%;">传播量</view>
<view style="width: 33%;text-align: center;">车型</view>
<view style="width: 33%;text-align: right;">传播量</view>
</view>
<view class="ranking-number" wx:for="{{modalHotData}}" wx:key="index" wx:if="{{index < 10}}" >
<view style="width: 33%;margin-top: 32rpx;color: #999999;">
@ -147,8 +147,8 @@
<image class="rank_num" wx:if="{{index === 2}}" src="{{imageUrl}}/img_disan.png"></image>
<view class="num" wx:if="{{index !== 0 &&index !== 1 &&index !== 2 }}">{{index >= 9 ? index + 1 : '0' + (index + 1)}}</view>
</view>
<view style="width: 33%;margin-top: 32rpx;color: #333333">{{item.name}}</view>
<view style="width: 33%;margin-top: 32rpx;color: #0084FF">{{item.value}}</view>
<view style="width: 33%;margin-top: 32rpx;color: #333333;text-align: center;">{{item.name}}</view>
<view style="width: 33%;margin-top: 32rpx;color: #0084FF;text-align: right;">{{item.value}}</view>
</view>
</view>
</view>

@ -17,13 +17,12 @@
color: #333333;
}
.wb-area-title {
width: 95%;
display: flex;
justify-content: space-between;
font-size: 18px;
margin-left: 32rpx;
font-weight: 600;
color: #333333;
display: flex;
justify-content: flex-start;
}
.wb-chart-item {
width: 100%;
@ -88,7 +87,7 @@
}
/* 车型热度排行 */
.wb-rank-list {
width: 125%;
width: 92%;
margin: 32rpx;
}
.ranking{

Loading…
Cancel
Save