fd-gulp-convert-encoding
Version:
convert file to assigned charset
27 lines (22 loc) • 469 B
text/less
/**
* 付款方式
*/
.@{module}-trade-way {
.default-padding();
.flexbox();
.align-items(center, center);
padding-top: 0;
padding-bottom: 0;
margin: rem(34) 0;
.d-header {
.default-header();
}
.d-content {
.alipay {
padding-left: rem(40);
color: @sub-title-color;
line-height: @title-font-size;
.bg("../imgs/alipay.png", rem(33), rem(33));
}
}
}