Skip to content

Commit f59abd9

Browse files
committed
1.1.0
敲定了background,只剩添加每个人的card
1 parent 480c555 commit f59abd9

10 files changed

+652
-442
lines changed

css/clect.css

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
2+
.main-border
3+
{
4+
position:absolute;
5+
width:500px;
6+
height:300px;
7+
font-family:Microsoft YaHei;
8+
}
9+
10+
.main-bg
11+
{
12+
width:500px;
13+
height:300px;
14+
background-color:#93e0ff;
15+
}
16+
17+
.container
18+
{
19+
background:white;
20+
position: absolute;
21+
}
22+
23+
.title
24+
{
25+
height:45px;
26+
padding-top:5px;
27+
color:white;
28+
}
29+
30+
.name
31+
{
32+
margin-left:25px;
33+
font-size:170%;
34+
}
35+
36+
.normal
37+
{
38+
display: inline-block;
39+
}
40+
41+
.type
42+
{
43+
margin-left:290px;
44+
text-align:right;
45+
}
46+
47+
.PinYin
48+
{
49+
font-size:90%;
50+
}
51+
52+
.icon
53+
{
54+
position:absolute;
55+
margin-top:25px;
56+
margin-left:25px;
57+
width:180px;
58+
height:180px;
59+
border:1px solid #888888;
60+
border-radius:10px;
61+
box-shadow: 1px 1px 1px #888888;
62+
}
63+
64+
.ability-container
65+
{
66+
padding-top:25px;
67+
padding-left:240px;
68+
color:#93e0ff;
69+
}
70+
71+
.ability-container > div
72+
{
73+
height:25px;
74+
}
75+
76+
.ability-slot-container
77+
{
78+
width: 160px;
79+
margin-left:10px;
80+
}
81+
82+
.ability
83+
{
84+
height:11px;
85+
background:#93e0ff;
86+
}
87+
88+
.skill-container
89+
{
90+
margin-top:13px;
91+
margin-left:5px;
92+
color:white;
93+
}
94+
95+
.skill-border
96+
{
97+
width:40px;
98+
height:40px;
99+
border-radius:7px;
100+
background:#93e0ff;
101+
}
102+
103+
.skill
104+
{
105+
margin-top:10px;
106+
text-align:center;
107+
font-size:80%;
108+
font-weight:bold;
109+
}

css/component.css

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/* Header */
2+
.large-header {
3+
position: relative;
4+
width: 100%;
5+
background: #333;
6+
overflow: hidden;
7+
background-size: cover;
8+
background-position: center center;
9+
z-index: 1;
10+
}
11+
12+
.demo-1 .large-header {
13+
background-image: url('../i/1.jpg');
14+
}

0 commit comments

Comments
 (0)