-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublicDemo.css
More file actions
199 lines (197 loc) · 5.76 KB
/
publicDemo.css
File metadata and controls
199 lines (197 loc) · 5.76 KB
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
body * {
max-height: 999999px; }
@media only screen and (max-width: 800px) {
#main {
position: relative; } }
#main .left .avatar {
position: relative;
margin: 50px auto 20px;
width: 80px;
height: 80px; }
@media only screen and (max-width: 800px) {
#main .left .avatar {
margin: 50px auto 40px; } }
#main .left .avatar .image-border {
position: absolute;
left: 50%;
margin: -5px 0 0 -40px;
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #fff; }
#main .left .avatar .image {
position: absolute;
left: 50%;
margin-left: -35px;
width: 70px;
height: 70px;
border-radius: 50%;
background: #fff url("image/empty.png") 0 0 no-repeat;
background-size: 100%; }
#main .left .own {
margin-top: 40px;
border-top: 5px solid #ccc; }
#main .left .own li {
position: relative;
display: inline-block;
color: #fff;
height: 60px;
line-height: 60px;
font-size: 24px;
cursor: pointer;
width: 100%;
text-indent: 25px; }
#main .left .own li.choose::after {
position: absolute;
display: block;
top: 0;
right: 0;
border-width: 30px;
border-style: solid;
border-color: transparent #f3f5f7 transparent transparent;
content: ''; }
#main .left .own li:nth-child(odd) {
background-color: rgba(255, 255, 255, 0.3); }
#main .left .own li:hover {
background-color: rgba(255, 255, 255, 0.6); }
#main .left .own li:hover a {
color: #123; }
#main .right .quit a {
z-index: 100;
cursor: pointer; }
#main .right .quit a i {
font-size: 48px;
color: #567; }
#main .right .desc {
margin: 30px 0;
padding: 10px;
font-size: 24px;
line-height: 36px;
border-radius: 20px;
background-color: rgba(85, 102, 119, 0.3); }
@media only screen and (max-width: 800px) {
#main {
height: 100%; }
#main .left {
border-radius: 20px 20px 0 0;
padding-top: 50px;
max-width: 1004px; }
#main .left .avatar {
position: relative;
margin: 0 auto 20px;
width: 80px;
height: 80px; } }
@media only screen and (max-width: 800px) and (max-width: 800px) {
#main .left .avatar {
margin: 0 auto 40px; } }
@media only screen and (max-width: 800px) {
#main .left .avatar .image-border {
position: absolute;
left: 50%;
margin: -5px 0 0 -40px;
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #fff; }
#main .left .avatar .image {
position: absolute;
left: 50%;
margin-left: -35px;
width: 70px;
height: 70px;
border-radius: 50%;
background: #fff url("image/empty.png") 0 0 no-repeat;
background-size: 100%; }
#main .left .own {
margin-top: 40px;
border-top: 5px solid #ccc;
overflow: visible; }
#main .left .own li {
display: inline-block;
color: #fff;
line-height: 60px;
cursor: pointer;
width: 100%;
font-size: 24px;
height: 50px;
line-height: 50px;
font-size: 20px; }
#main .left .own li a {
display: block;
width: 100%;
height: 100%; }
#main .left .own li:nth-child(odd) {
background-color: rgba(255, 255, 255, 0.3); }
#main .left .own li:hover {
background-color: rgba(255, 255, 255, 0.6); }
#main .left .own li:hover i, #main .left .own li:hover a {
color: #123; }
#main .left .own li i {
margin: 0 25px 0 40px; }
#main .left .own li i {
margin: 0 30px 0 40px; }
#main .left .own li {
display: none; }
#main .left .own li.choose {
display: inline-block; }
#main .left .own li.choose::after {
border-width: 25px; }
#main .left .link {
margin-top: 40px;
border-top: 5px solid #ccc;
display: none;
position: absolute;
width: 300px;
bottom: 0; }
#main .left .link:last-child {
border-bottom-left-radius: 40px; }
#main .left .link::before {
content: '-link-';
position: absolute;
font-size: 16px;
color: #ccc;
top: -28px;
left: 20px; }
#main .left .link li:last-child {
border-bottom-left-radius: 40px; }
#main .left .link li {
display: inline-block;
color: #fff;
line-height: 60px;
cursor: pointer;
width: 100%;
font-size: 24px;
height: 50px;
line-height: 50px;
font-size: 20px; }
#main .left .link li a {
display: block;
width: 100%;
height: 100%; }
#main .left .link li:nth-child(odd) {
background-color: rgba(255, 255, 255, 0.3); }
#main .left .link li:hover {
background-color: rgba(255, 255, 255, 0.6); }
#main .left .link li:hover i, #main .left .link li:hover a {
color: #123; }
#main .left .link li i {
margin: 0 25px 0 40px; }
#main .left .link li i {
margin: 0 30px 0 40px; }
#main .right {
overflow: hidden; }
#main .right .quit {
position: relative;
margin-bottom: 30px; }
#main .right .quit a {
position: absolute;
top: -20px; }
#main .right .quit a i {
font-size: 32px; }
#main .right .desc {
margin: 30px 0;
padding: 10px;
font-size: 16px;
line-height: 20px;
border-radius: 20px; } }
/*# sourceMappingURL=publicDemo.css.map */