fd-gulp-convert-encoding
Version:
convert file to assigned charset
36 lines (31 loc) • 686 B
text/less
/**
* 批发方式
*/
.@{module}-supplier-support {
.default-padding();
.flexbox();
align-items: baseline;
padding-top: 0;
padding-bottom: 0;
margin: rem(34) 0;
.d-header {
.default-header();
width: rem(140);
}
.d-content {
.flex(1);
.icon-hunpi {
display: block;
background: url(../imgs/hunpi.png) no-repeat;
background-size: rem(82) rem(32);
width: rem(82);
height: rem(32);
text-indent: -9999rem;
}
span {
float: left;
padding-top: rem(6);
color: @content-color;
}
}
}