-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
60 lines (59 loc) · 1.12 KB
/
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
.skill{
width:400px;
float:left;
margin:20px;
}
.skill > .skill-title{
width:375px;
height:25px;
background:url('./images/bg.jpg') repeat-x;
padding-left:25px;
border-top-left-radius:10px;
border-top-right-radius:10px;
}
.skill > .skill-title > .title-word{
height:25px;
line-height:25px;
color:#fff;
font-size:16px;
font-family:"Microsoft YaHei";
}
.personal-info{
background:url('') no-repeat center left;
}
.personal-study{
background:url('') no-repeat center left;
}
.personal-work{
background:url('') no-repeat center left;
}
.personal-skill{
background:url('') no-repeat center left;
}
.personal-hobit{
background:url('') no-repeat center left;
}
.personal-pic{
background:url('') no-repeat center left;
}
.skill > .skill-body{
width:318px;
padding:40px;
border-left:1px solid #666;
border-right:1px solid #666;
border-bottom:1px solid #666;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
.skill > .skill-body > p{
line-height:20px;
}
.skill > .skill-body > .person-pic{
width:318px;
height:327px;
background:url('./images/11.png') no-repeat;
}
.main{
margin-top:50px;
width:990px;
}