sup{
background: red
color: white
border-radius: 5px/*圆角*/
padding: 0px 3px/*左右边距*/
top: -1em/*数字离图片右上角的高度*/
}
#shop{
margin-top:10px
}
</style>
<div id="shop">
<img src="images/1.jpg"/ width="25" height="25">
<sup>1</sup>
</div>