UNPKG
@nicecode/funny
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
funny,一些有趣的代码,funny code
nicecoders.github.io
nicecoders/nicecode
@nicecode/funny
/
es
/
liquidPost
/
index.less
18 lines
•
350 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.clipPathMask
{
text-align
: center;
height
:
80vh
;
color
:
#fff
;
background
: teal
linear-gradient
(transparent,
#ff0099
);
.wrap
{ &_tit {
padding
:
10px
0
;
font-size
:
30px
; } &_canvas {
border
:
1px
solid yellow; } }
#clipImgs
{
display
: none; } }