圆形icon绘制方法

2017-04-26  本文已影响107人  月光在心中

    上面这些小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;

}

上一篇 下一篇

猜你喜欢

热点阅读