File tree 3 files changed +168
-412
lines changed
3 files changed +168
-412
lines changed Original file line number Diff line number Diff line change
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
+ width : 500px ;
20
+ height : 230px ;
21
+ background : white;
22
+ }
23
+
24
+ .title
25
+ {
26
+ height : 45px ;
27
+ padding-top : 5px ;
28
+ color : white;
29
+ }
30
+
31
+ .name
32
+ {
33
+ margin-left : 25px ;
34
+ font-size : 170% ;
35
+ }
36
+
37
+ .normal
38
+ {
39
+ display : inline-block;
40
+ }
41
+
42
+ .type
43
+ {
44
+ margin-left : 290px ;
45
+ text-align : right;
46
+ }
47
+
48
+ .PinYin
49
+ {
50
+ font-size : 90% ;
51
+ }
52
+
53
+ .icon
54
+ {
55
+ position : absolute;
56
+ margin-top : 25px ;
57
+ margin-left : 25px ;
58
+ width : 180px ;
59
+ height : 180px ;
60
+ border : 1px solid # 888888 ;
61
+ border-radius : 10px ;
62
+ box-shadow : 1px 1px 1px # 888888 ;
63
+ }
64
+
65
+ .ability-container
66
+ {
67
+ padding-top : 25px ;
68
+ padding-left : 240px ;
69
+ color : # 93e0ff ;
70
+ }
71
+
72
+ .ability-container > div
73
+ {
74
+ height : 25px ;
75
+ }
76
+
77
+ .ability-slot-container
78
+ {
79
+ width : 160px ;
80
+ margin-left : 10px ;
81
+ }
82
+
83
+ .ability
84
+ {
85
+ height : 11px ;
86
+ background : # 93e0ff ;
87
+ }
88
+
89
+ .skill-container
90
+ {
91
+ margin-top : 13px ;
92
+ margin-left : 5px ;
93
+ color : white;
94
+ }
95
+
96
+ .skill-border
97
+ {
98
+ width : 40px ;
99
+ height : 40px ;
100
+ border-radius : 7px ;
101
+ background : # 93e0ff ;
102
+ }
103
+
104
+ .skill
105
+ {
106
+ margin-top : 10px ;
107
+ text-align : center;
108
+ font-size : 80% ;
109
+ font-weight : bold;
110
+ }
You can’t perform that action at this time.
0 commit comments