star.less
481 Bytes
// .m-star{
// width: 75px;
// height: 14px;
// display: inline-block;
// background: url("@{iconURI}star@2x.png") left center repeat-x;
// background-size: 15px;
// span{
// display: block;
// width: 0;
// height: 100%;
// background: url("@{iconURI}star_ht@2x.png") left center repeat-x;
// background-size: 15px;
// }
// }
.m-like{
padding: 30px 10px;
text-align: center;
font-size: 0;
i{
margin-right: 15px;
&:last-child{
margin-right: 0;
}
}
}