UNPKG
yl-bud
Version:
latest (1.1.0)
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
一览科技前端开发工具
github.com/Tiger-black/bid
Tiger-black/bid
yl-bud
/
examples
/
normal
/
src
/
p
/
test
/
index.less
22 lines
•
288 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
22
@rem:
75rem
;
@font-color:
#333
;
body
{
padding
:
0
;
margin
:
0
;
color
:
@font-color
;
div
{
background
: blue;
height
:
750
/
@rem
;
color
: yellow; }
section
{
width
:
375
/
@rem
;
div
{
background
: red;
color
: green; }
div
:hover
{
background
:
#ccc
; } } }