|
@@ -80,7 +80,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="overflow-hidden left1B">
|
|
<div class="overflow-hidden left1B">
|
|
- <div class="flex items-center justify-center flex-col">
|
|
|
|
|
|
+ <div class="flex items-center justify-center flex-col relative">
|
|
<div style="font-size: 72px; color: #ffe036; font-weight: bold">
|
|
<div style="font-size: 72px; color: #ffe036; font-weight: bold">
|
|
450.12<span style="font-size: 28px">亿</span>
|
|
450.12<span style="font-size: 28px">亿</span>
|
|
</div>
|
|
</div>
|
|
@@ -491,6 +491,20 @@
|
|
<div class="bottom-tip"></div>
|
|
<div class="bottom-tip"></div>
|
|
</div>
|
|
</div>
|
|
<!-- <div style="width: 500px;height: 500px;" ref="echart1"></div> -->
|
|
<!-- <div style="width: 500px;height: 500px;" ref="echart1"></div> -->
|
|
|
|
+ <svg style="height: 700px;width: 100%;" class="svg_box">
|
|
|
|
+ <circle cx="240" cy="260" r="150" stroke-width="30px" stroke="rgb(140 201 249)" fill="none"
|
|
|
|
+ stroke-dasharray="40 10" >
|
|
|
|
+ <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 260" /
|
|
|
|
+ to="-360 240 260" dur="20" />
|
|
|
|
+ </circle>
|
|
|
|
+ </svg>
|
|
|
|
+ <svg style="height: 700px;width: 100%;" class="svg_box">
|
|
|
|
+ <circle cx="240" cy="120" r="100" stroke-width="10px" stroke="rgb(140 201 249)" fill="none"
|
|
|
|
+ stroke-dasharray="10 20" >
|
|
|
|
+ <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 120"
|
|
|
|
+ to="360 240 120" dur="20" />
|
|
|
|
+ </circle>
|
|
|
|
+ </svg>
|
|
</div>
|
|
</div>
|
|
<!-- </dv-full-screen-container> -->
|
|
<!-- </dv-full-screen-container> -->
|
|
<script src="./js/index.js"></script>
|
|
<script src="./js/index.js"></script>
|