<template> <div class="Container"> <Common-compCount :tag="span" :startVal="66" :endVal="1888" :duration="10" class="TextColorRed" ></Common-compCount> <Common-compCount :tag="span" :startVal="66" :endVal="1888" :duration="10" class="TextColorGreen" ></Common-compCount> </div> </template> <style> .Container{ display: flex; justify-content: space-around; } .TextColorGreen{ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 6em; color: #04BE02; } .TextColorRed{ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 6em; color: red; } </style>
← 按钮 头像组 →