上面这些小icon很多初学者都会选择使用截图来实现,下面给出使用css画出来的方法。
.icon{
background-color: #aaa;
border-radius: 50%;
width:15px;
height: 15px;
text-align: center;
color: white;
font-size: 10px;
}
.order{
background-color: red;
border-radius: 50%;
width:15px;
height: 15px;
text-align: center;
color: white;
font-size: 10px;
}