UNPKG

fd-gulp-convert-encoding

Version:

convert file to assigned charset

60 lines (57 loc) 995 B
/** * 价格 */ @dt-width:2.2rem; .@{module}-price{ .default-padding(); .clearfix(); padding-top: 0; color: @content-color; ul,dl{ overflow: hidden; .flexbox(); } dd,li{ // float: left; width: 5rem; .flex(1); } dt{ font-size: .75rem; width: @dt-width; } .d-price-discount { line-height: 1rem; padding-bottom: .5rem; dd{ font-size: 1rem; // font-weight: bold; color: #ff7300; } :nth-child(3){ color: #f74300; } :nth-child(4){ color: #dc0f00; } } .d-price-original { padding-bottom: .2rem; dd{ font-size: .75rem; } } .d-price-quantity{ background: url(../imgs/line.png) no-repeat ; background-position: right rem(6); background-size: rem(658) rem(27); padding-left:@dt-width; padding-top: .15rem; li{ font-size: rem(28); background: url(../imgs/point.png) no-repeat; background-size: rem(18) rem(26); padding-top: rem(32); } } }