-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
123 lines (123 loc) · 1.93 KB
/
style.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
.preload img {
width: 100%;
}
.btn-container {
cursor: pointer;
position: relative;
}
.btn-container .normal {
width: 100%;
}
.btn-container .hover {
position: absolute;
width: 100%;
top: 0;
left: 0;
opacity: 0;
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
font-family: 'Microsoft YaHei', arial, Helvetica;
}
.main-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.main-container .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.main-container .bg .slider img {
position: absolute;
width: auto;
top: 50%;
left: 50%;
margin-top: -540px;
margin-left: -960px;
}
.main-container .tip-love {
position: absolute;
top: 50px;
left: 100px;
width: 200px;
}
.main-container .tip-love img {
opacity: 0;
visibility: hidden;
}
.main-container .title-love {
position: absolute;
top: 50%;
left: 50%;
margin-left: -293.5px;
margin-top: -150px;
}
.main-container .title-love img {
opacity: 0;
visibility: hidden;
}
.main-container .content {
position: absolute;
width: 600px;
height: 700px;
top: 50%;
left: 50%;
margin-left: -300px;
margin-top: -350px;
opacity: 0;
}
.main-container .content .cursor {
position: relative;
width: 2px;
height: 18px;
top: 3px;
display: inline-block;
background: red;
}
.main-container #heart {
position: absolute;
top: 50%;
left: 50%;
margin-left: -400px;
margin-top: -300px;
}
.main-container #snow {
position: absolute;
top: 50%;
left: 50%;
margin-left: -960px;
margin-top: -540px;
visibility: hidden;
opacity: 0;
}
.main-container audio {
visibility: hidden;
}
.main-container .btn-left {
position: absolute;
top: 45%;
left: 5%;
width: 1%;
opacity: 0;
visibility: hidden;
}
.main-container .btn-right {
position: absolute;
top: 45%;
right: 5%;
width: 1%;
opacity: 0;
visibility: hidden;
}