fd-gulp-convert-encoding
Version:
convert file to assigned charset
23 lines (21 loc) • 439 B
text/less
/**
* 分享
*/
.d-share {
position: absolute;
bottom: rem(30);
right: rem(168);
width: rem(114);
height: rem(114);
padding-top: rem(66);
background: #000 url("../imgs/share.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);
&:hover, &:active {
color: #ccc;
}
}