|
|
@ -3,8 +3,8 @@
|
|
|
|
<dv-border-box-13>
|
|
|
|
<dv-border-box-13>
|
|
|
|
<dv-charts :option="option"></dv-charts>
|
|
|
|
<dv-charts :option="option"></dv-charts>
|
|
|
|
<section class="dataSection">
|
|
|
|
<section class="dataSection">
|
|
|
|
<p>总人数<span class="numFont">400</span></p>
|
|
|
|
<p>总人数<span class="numFont">350</span></p>
|
|
|
|
<p>进行中<span class="numFont">180</span></p>
|
|
|
|
<p>进行中<span class="numFont">50</span></p>
|
|
|
|
<p>待进行<span class="numFont">220</span></p>
|
|
|
|
<p>待进行<span class="numFont">220</span></p>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</dv-border-box-13>
|
|
|
|
</dv-border-box-13>
|
|
|
@ -23,7 +23,7 @@ export default {
|
|
|
|
endAngle: Math.PI * 1.5,
|
|
|
|
endAngle: Math.PI * 1.5,
|
|
|
|
arcLineWidth: 35,
|
|
|
|
arcLineWidth: 35,
|
|
|
|
center: ['50%', '45%'],
|
|
|
|
center: ['50%', '45%'],
|
|
|
|
data: [{ name: 'itemA', value: 80, gradient: ['#03c2fd', '#1ed3e5', '#2fded6'] }],
|
|
|
|
data: [{ name: 'itemA', value: 86, gradient: ['#03c2fd', '#1ed3e5', '#2fded6'] }],
|
|
|
|
axisLabel: {
|
|
|
|
axisLabel: {
|
|
|
|
show: false,
|
|
|
|
show: false,
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -69,15 +69,16 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.dataSection {
|
|
|
|
.dataSection {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 1.2vh;
|
|
|
|
bottom: 1.2vh;
|
|
|
|
|
|
|
|
left: 50%;
|
|
|
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
p {
|
|
|
|
p {
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 2.4vh;
|
|
|
|
font-size: 2.4vh;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
letter-spacing: .2vh;
|
|
|
|
letter-spacing: .2vh;
|
|
|
|
line-height: 4vh;
|
|
|
|
line-height: 4vh;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
font-size: 2.6vh;
|
|
|
|
font-size: 2.6vh;
|
|
|
|
color: aqua;
|
|
|
|
color: aqua;
|
|
|
|