html 代码
<i id="swtIcon_Counter" class="swtIcon_Counter">9</i>
css 代码
.swtIcon_Counter {
width:28px;height:28px;
text-align:center;line-height:26px;
background-color:#e60012;color:#fff;font-size:18px;font-style:normal;-moz-border-radius:28px;
-webkit-border-radius:28px;border-radius:28px;-moz-box-shadow:0 0 3px rgba(0,0,0,0.8);
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.8);box-shadow:0 0 3px rgba(0,0,0,0.8);}