You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.5 KiB

3 years ago
<!--pages/index/detailedvolume/detailedvolume.wxml-->
<view style="width: 686rpx; height: 1302rpx;background: #ffffff;margin: 32rpx;">
<view style="display: flex;">
<view style=" justify-content: space-between;width: 45%;display: flex;height: 36rpx;line-height: 36rpx;margin: 32rpx 19rpx 0 32rpx;">
<view style="color: #999999;font-size: 24rpx;">车型
</view>
<view style="color: #999999;font-size: 24rpx;">销量(辆)
</view>
</view>
<view style=" justify-content: space-between;width: 45%;display: flex;height: 36rpx;line-height: 36rpx;margin: 32rpx 32rpx 0 19rpx;">
<view style="color: #999999;font-size: 24rpx;">所属级别
</view>
<view style="color: #999999;font-size: 24rpx;">级别/厂商排名
</view>
</view>
</view>
<view style="display: flex;">
<view style=" justify-content: space-between;width: 45%;display: flex;height: 104rpx;line-height: 104rpx;margin: 0 19rpx 0 32rpx;">
<view style="font-size: 24rpx;">奥迪A4L
</view>
<view style="color: #0084FF;font-size: 24rpx;">9391
</view>
</view>
<view style=" justify-content: space-between;width: 45%;display: flex;height: 104rpx;line-height: 104rpx;margin: 0 32rpx 0 19rpx;">
<view style="font-size: 24rpx;">中大型车
</view>
<view style="font-size: 24rpx;">1/1
</view>
</view>
</view>
</view>