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.

27 lines
788 B

3 years ago
<view>
3 years ago
<!-- 时间组件 -->
<time-component></time-component>
3 years ago
<view class="brand">
3 years ago
<view class="total">
<view class="content_left">
<view class="total_img">
<image style="width: 28rpx;height: 28rpx;" src="/images/car_sales.png"></image>
</view>
<view class="title">汽车销量排行</view>
3 years ago
</view>
3 years ago
<view class="content_left">
<view class="text1">查看详情</view>
<van-icon size="22px" name="arrow" style="color:#0084FF ;margin-left: 10rpx;" />
</view>
</view>
<view class="text">品牌销量排行</view>
3 years ago
</view>
<view class="brand">
3 years ago
<view class="text">车型销量排行</view>
3 years ago
</view>
</view>