UNPKG
generator-hyfe
Version:
latest (2.0.0)
2.0.0
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
海云数据前端项目脚手架
github.com/baizn/generator-hyfe
baizn/generator-hyfe
generator-hyfe
/
generators
/
app
/
templates
/
framework1
/
styles
/
index.css
16 lines
(14 loc)
•
185 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* {
padding
:
0
;
margin
:
0
; }
body
{
background
: mediumspringgreen; }
.list
{
position
: absolute;
left
:
400px
;
color
: red;
list-style
: none;
top
:
30px
; }