fd-gulp-convert-encoding
Version:
convert file to assigned charset
27 lines (24 loc) • 511 B
text/less
/**
* 收藏
*/
.d-fav {
position: absolute;
bottom: rem(30);
right: rem(30);
width: rem(114);
height: rem(114);
padding-top: rem(66);
background: #000 url("../imgs/fav.png") no-repeat rem(36) rem(16);
background-size: rem(46) rem(46);
border-radius: rem(57);
opacity: .6;
text-align: center;
color: #ccc;
font-size: rem(21);
&.d-fav-ed {
background-image: url("../imgs/fav-ed.png");
}
&:hover, &:active {
color: #ccc;
}
}