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
/
title
/
css
/
view.less
21 lines
(18 loc)
•
366 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
21
/** * offer标题 */
.@{module}
-title
{
.default-padding
();
.clearfix
();
h1
{
color
:
@title-color
;
font-size
:
@title-font-size
;
word-break
: break-all;
.d-soldout
{
float
: right;
margin-top
:
rem
(
6
);
color
:
@content-color
;
font-size
:
@default-font-size
; } } }