-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
64 lines (57 loc) · 927 Bytes
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
body {
margin: 0;
padding: 0;
}
.name-input {
margin: 50px 0 0 170px;
padding: 0;
width: 300px;
height: 30px;
line-height: 30px;
text-indent: 10px;
}
.create-avatar {
margin: 50px 0 0 30px;
display: inline-block;
*display: inline;
*zoom: 1;
width: 90px;
text-align: center;
height: 34px;
line-height: 34px;
background-color: #27c675;
color: #fff;
border-radius: 5px;
cursor: pointer;
}
.name-div {
margin: 30px 0 0 170px;
}
.name-div img {
margin-right: 20px;
margin-bottom: 20px;
}
.canvas-div {
float: left;
margin-left: 50px;
margin-top: 50px;
}
.canvas-div div {
float: left;
width: 100px;
}
.download {
font-size: 12px;
display: inline-block;
*display: inline;
*zoom: 1;
width: 80px;
text-align: center;
height: 25px;
line-height: 25px;
background-color: #27c675;
color: #fff;
border-radius: 5px;
cursor: pointer;
margin-top: 5px;
}