基本上下面的部分就是我所做的。
<div style="display: block; position: relative; width: 300px; height: 300px; border: 1px solid black; background: gray;">
<div style="position:absolute; width: 296px;height: 296px;background-color: transparent;border: 2px #a72525 solid; -webkit-border-radius: 148px; border-radius: 148px;"></div>
<div style="position:absolute; width: 148px;height: 148px;top: 72px;left: 72px;background-color: transparent;border: 2px #a72525 solid; -webkit-border-radius: 75px;border-radius: 75px;"></div>
<div style="position:absolute; width: 4px; height: 4px;top:148px; left:148px; background-color: black;"></div>
<div style="position: absolute; font-size: 0.8em; color: #222222; top: %dpx; left: %dpx;">%d</div>
</div>
最后一个 div 是放置在任何地方的标签。%d 是整数值(来自我的 python 代码)
此外,这里是工作示例。nico 的道具
http://jsfiddle.net/94Kzt/72/