html5怎么实现当购物车里面有条消息时在右上角有个数字
1个回答
展开全部
<style type="text/css">
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>
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>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询