fd-gulp-convert-encoding
Version:
convert file to assigned charset
33 lines (29 loc) • 575 B
text/less
/**
* detail产品属性
*/
.@{module}-attributes {
.default-padding();
.clearfix();
.d-content {
width: 100%;
}
ul.attributes {
li {
.clearfix();
margin: rem(14) 0;
}
.name {
display: block;
float: left;
width: 28%;
padding-right: rem(30);
color: @content-color;
}
.property {
display: block;
float: left;
width: 72%;
color: @sub-title-color;
}
}
}