使用选择器选中new改变大小,记得设置display:inline-block
<div class="badge new">New</div>
<style>
.new{
//自定义宽高、字体大小、内外边距
}
</style>