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.2 KiB
31 lines
1.2 KiB
<!--党员声音参与人数-->
|
|
<view class="part-people">
|
|
<view class="title">
|
|
<text class="num">党员参与人数</text>
|
|
<text class="num1">120</text>
|
|
<view class="percent">
|
|
<text>占平台总用户数</text>
|
|
<text class="percent-text2">58%</text>
|
|
</view>
|
|
<view class="percent" id="block">
|
|
<text>占党员总数</text>
|
|
<text class="percent-text2">58%</text>
|
|
</view>
|
|
</view>
|
|
<view class="echarts">
|
|
<view class="echarts1">
|
|
<ec-canvas id="mychart-dom-bar" canvas-id="mychart-bar" ec="{{ ecA }}"></ec-canvas>
|
|
</view>
|
|
<view class="echarts2">
|
|
<ec-canvas id="mychart-dom-pie" canvas-id="mychart-bar" ec="{{ ecB }}"></ec-canvas>
|
|
</view>
|
|
</view>
|
|
<view class="lenged">
|
|
<text class="circle"></text>
|
|
<text class="text1"> 党群人数</text>
|
|
<text class="circle background2"></text>
|
|
<text class="text1"> 党员参与人数</text>
|
|
<text class="circle background3"></text>
|
|
<text class="text1"> 未参与党员人数</text>
|
|
</view>
|
|
</view>
|
|
|