-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQQ.css
162 lines (162 loc) · 2.93 KB
/
QQ.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
.qie{
margin-left: auto;
margin-right: auto;
width: 200px;
}
.tou{
height: 80px;
width: 120px;
background-color: #000;
border-radius: 60px 60px 0px 0px/60px 60px 0px 0px;
position: relative;
}
.eye_1,.eye_2{
width: 20px;
height: 30px;
background-color:#fff;
border-radius:10px 10px 10px 10px/15px 15px 15px 15px;
}
.eye_1{
position: absolute;
left: 30px;
top: 25px;
}
.eye_2{
position: absolute;
left: 70px;
top: 25px;
}
.eye_1_1{
height: 13px;
width: 10px;
background-color:#000;
border-radius: 5px 5px 5px 5px/6px 6px 6px 6px ;
position: absolute;
left: 4px;
top: 10px;
}
.eye_2_1{
height: 6px;
width: 15px;
background-color: #000;
border-radius:7px 7px 0px 0px/6px 6px 0px 0px ;
position: absolute;
left: 2px;
top: 12px;
}
.eye_2_2{
height: 6px;
width: 13px;
background-color: #fff;
border-radius:6px 6px 0px 0px/6px 6px 0px 0px ;
position: absolute;
left: 3px;
top: 14px;
}
.zui{
height: 20px;
width: 72px;
background-color: #ffad00;
border-radius:36px 36px 36px 36px/8px 8px 12px 12px ;
position: absolute;
left: 25px;
top: 58px;
}
.tou_2{
height: 10px;
width: 120px;
background-color: #000;
border-radius:0px 0px 62px 62px/0px 0px 10px 10px ;
position: absolute;
z-index: 3;
top: 80px;
}
.weijin{
position: relative;
z-index: 2;
}
.weijin_left{
height: 0px;
width: 0px;
border-style: solid;
border-width:10px 5px ;
border-color: transparent #e91f1f #e91f1f transparent;
position: absolute;
left:-9px;
}
.weijin_content{
height: 20px;
width: 120px;
background-color:#E91F1F ;
}
.weijin_right{
height: 0px;
width: 0px;
border-style: solid;
border-width:10px 5px ;
border-color: transparent transparent #e91f1f #e91f1f ;
position: absolute;
left:120px;
bottom: 0px;
}
.weijin_bottom{
height: 10px;
width: 140px;
position: absolute;
background-color: #E91F1F;
border-radius:0px 0px 70px 70px/0px 0px 10px 10px ;
left:-10px;
}
.weijin_1{
height: 30px;
width: 24px;
position: absolute;
background-color: #E91F1F;
left:25px;
}
.body{
height: 85px;
width: 120px;
position:relative;
background-color: #000;
border-radius: 0px 0px 60px 60px/0px 0px 50px 50px;
left:1px;
z-index: 1;
}
.duzi{
height: 78px;
width: 90px;
position:absolute;
background-color: #fff;
border-radius: 0px 0px 40px 40px/0px 0px 45px 45px;
left:15px;
z-index:4px;
}
.hand{
height: 54px;
width: 20px;
position:absolute;
background-color: #000;
border-radius: 18px 0px 18px 2px/52px 0px 28px 2px;
left:-18px;
top: -4px;
z-index:4px;
}
.hand_2{
height: 54px;
width: 20px;
position:absolute;
background-color: #000;
border-radius: 0px 18px 2px 18px/0px 52px 2px 28px;
right:-18px;
top: -4px;
}
.footer{
height: 16px;
width: 120px;
background-color: #fcb117;
border-radius:40px 40px 3px 3px/13px 13px 2px 2px;
position: relative;
left:2px;
bottom: 16px;
}