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.
60 lines
1.4 KiB
60 lines
1.4 KiB
<template> |
|
<view class="DataAnalysis"> |
|
<view class="DataAnalysisNumber"> |
|
<view class="title"> |
|
<text>统计结果</text> |
|
</view> |
|
<view class="area"> |
|
<view class="city"> |
|
<text>培城区</text> |
|
</view> |
|
<!-- 详情区域 --> |
|
<view class="cityDetails"> |
|
<view class="itemOne"> |
|
<view class="content"> |
|
<view class=""> |
|
<image src="../../static/icon/数据分析4.png" mode=""></image> |
|
</view> |
|
<text class="textONE">699992</text><text class="textTwo">个</text> |
|
<view class="textThree"> |
|
<text>载体个数</text> |
|
</view> |
|
</view> |
|
|
|
</view> |
|
<view class="itemTwo"> |
|
<view class="content"> |
|
<view class=""> |
|
<image src="../../static/icon/数据分析2.png" mode=""></image> |
|
</view> |
|
<text class="textONE">699992</text><text class="textTwo">个</text> |
|
<view class="textThree"> |
|
<text>载体个数</text> |
|
</view> |
|
</view> |
|
|
|
</view> |
|
<view class="itemThree"> |
|
<view class="content"> |
|
<view class=""> |
|
<image src="../../static/icon/数据分析3.png" mode=""></image> |
|
</view> |
|
<text class="textONE">699992</text><text class="textTwo">个</text> |
|
<view class="textThree"> |
|
<text>载体个数</text> |
|
</view> |
|
</view> |
|
|
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</template> |
|
|
|
<script> |
|
</script> |
|
|
|
<style lang="scss"> |
|
@import "./DataAnalysis.scss" |
|
</style>
|
|
|