css获取背景中指定的位置

一个简单地额记录

 .btn{
     background:url(images/phone.gif);
     background-repeat:no-repeat;
     background-position:-63px -40px;
     height:20px;
     width:20px;
     text-align:center;
     float:left;
     border:0;
 }
原文地址:https://www.cnblogs.com/mc67/p/5227322.html