fd-gulp-convert-encoding
Version:
convert file to assigned charset
39 lines (34 loc) • 797 B
text/less
/**
* 买家保障
*/
.@{module}-guarantee {
.default-padding();
.flexbox();
.align-items(center, center);
padding-top: 0;
padding-bottom: 0;
margin: rem(34) 0;
.d-header {
.default-header();
}
.d-content {
ul {
.flexbox();
}
li {
margin-right: rem(16);
padding-left: rem(38);
color: @sub-title-color;
line-height: @title-font-size;
&.guarantee-type-72h {
.bg("../imgs/72h.png", rem(32), rem(32));
}
&.guarantee-type-exchange {
.bg("../imgs/exchange.png", rem(32), rem(32));
}
}
.guarantee-default-txt {
color: @sub-title-color;
}
}
}