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.
36 lines
1.2 KiB
36 lines
1.2 KiB
<view class="frame">
|
|
<view class="cy-qt">
|
|
<!-- 数字统计 -->
|
|
<view class="title-num">
|
|
<view class="title-num-left">党员参与群团人数<text decode="{{true}}"> 120</text></view>
|
|
<view class="title-num-right">
|
|
<view class="title-num-right-top">
|
|
占平台总用户数 <text decode="{{true}}"> 56%</text>
|
|
</view>
|
|
<view class="title-num-right-bottom">
|
|
占党员总数 <text decode="{{true}}"> 44%</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 表格 -->
|
|
<ec-canvas id="mychart-dom-bar" canvas-id="mychart-bar" ec="{{ ecA }}"></ec-canvas>
|
|
<!-- 标注 -->
|
|
<view class="bz">
|
|
<view class="distance">
|
|
<view class="circle yellow-circle"></view>
|
|
<view class="left-name">党员人数</view>
|
|
</view>
|
|
|
|
<view class="distance distance2">
|
|
<view class="circle violet-circle"></view>
|
|
<view class="left-name">党员参与群团人数</view>
|
|
</view>
|
|
|
|
<view class="distance distance2">
|
|
<view class="circle orange-circle"></view>
|
|
<view class="left-name">党员参与群团人数</view>
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|