模板大全
进度条模板
.action{$a:= index . "进度"}
.action{$d:= float64 $a}
<span style="background-color: rgba(175,184,193,0.2); width: 100%; display: inline-block; height: 12px; border-radius: 6px; align-self: center; overflow: hidden;">
<!-- 进度条的已完成部分 -->
<span style="text-align: right; font-size: 12px; width: .action{$d}%; background-color: rgb(45,164,78); display: inline-block; height: inherit; vertical-align: top; color: white; line-height: 12px;">
.action{$d}%
</span>
</span>
