UNPKG
fd-gulp-convert-encoding
Version:
latest (0.0.1)
0.0.1
convert file to assigned charset
fd-gulp-convert-encoding
/
test
/
source
/
style-m-detail
/
modules
/
sku
/
css
/
view.less
20 lines
(17 loc)
•
337 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/** * 规格选择 */
.@{module}-sku {
.default-padding
();
.flexbox
();
.justify-content
(space-between, justify);
.align-items
(center, center);
.d-header
{
.default-header
(); }
.d-content
{
.d-showup
{
.bg-icon
(imgurl(page, arrow-down),
rem
(
30
),
rem
(
18
)); } } }