forked from zhangyunjian/clock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclock.css
More file actions
44 lines (41 loc) · 785 Bytes
/
clock.css
File metadata and controls
44 lines (41 loc) · 785 Bytes
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
body { background: #fff; position: absolute;top: 50%; margin-top: -470px; margin-left: -320px; left: 50%; }
.wrapper {
margin: -50px auto 0 auto;
width: 600px;
height: 600px;
position: relative;
}
#canvas {
padding: 10px;
position: absolute;
z-index: -1;
top: 202px;
margin: 0 auto;
}
#bg {
position: absolute;
top: 7px;
left: 18px;
background: transparent;
}
#notice {
position: absolute;
width: 180px;
height: 18px;
color: #999;
text-align: center;
z-index: -10;
font-size: 16px;
top: 640px;
left: 220px;
border: 1px solid #e7e7e7;
}
#logo {
width: 200px;
height: 200px;
position: absolute;
top: 350px;
left: 261px;
z-index: -100;
display: none;
}