先上效果图:
css代码:
.shop{ position:relative; } .shopa:after{ background-color:red; border-radius:3px; color:#fff; content:"hot"; font-size:10px; line-height:1; padding:1px3px; position:absolute; right:-8px; top:10px; }
代码控制区域:
一般情况下不少的这种小图标使用的小图片,这里直接写入css完全控制。其中hot字样可以改为其他文字,在css的content中修改。