CSS background-position順序
480 ワード
じゅんじょ
[class^='icon'] {
display: inline-block;
background:url(images/img.png) no-repeat;
}
.icon-left-select{height:12px;width:7px;background-position:0 0;}
.icon-share{height:12px;width:11px;background-position:0 -15px;}