Skip to content

Commit cc1a318

Browse files
authored
Merge pull request WebStackPage#57 from fayeah/patch-1
加分号使格式统一
2 parents 8884f5c + 1500874 commit cc1a318

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

404.html

+19-19
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
html,
3333
body {
3434
width: 100%;
35-
height: 100%
35+
height: 100%;
3636
}
3737

3838
a,
3939
a img,
4040
a:before,
4141
a:after {
4242
text-decoration: none;
43-
transition-duration: .25s
43+
transition-duration: .25s;
4444
}
4545

4646
section {
47-
display: block
47+
display: block;
4848
}
4949

5050
body {
51-
line-height: 1
51+
line-height: 1;
5252
}
5353

5454
#about {
@@ -118,26 +118,26 @@
118118
}
119119
#about p {
120120
margin: 30px;
121-
margin-bottom: 0px
121+
margin-bottom: 0;
122122
}
123123
#about .social {
124124
margin: 30px;
125-
margin-bottom: 0px
125+
margin-bottom: 0;
126126
}
127127
#about .copyright {
128128
width: 100%;
129129
float: left;
130-
margin-bottom: 0px;
130+
margin-bottom: 0;
131131
}
132132
}
133133

134134
.animated {
135135
animation-duration: 1s;
136-
animation-fill-mode: both
136+
animation-fill-mode: both;
137137
}
138138

139139
.bounce-in {
140-
animation-name: bounce-in
140+
animation-name: bounce-in;
141141
}
142142

143143
@keyframes bounce-in {
@@ -146,24 +146,24 @@
146146
75%,
147147
90%,
148148
to {
149-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
149+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
150150
}
151151
0% {
152152
opacity: 0;
153-
transform: translate3d(-3000px, -50%, 0)
153+
transform: translate3d(-3000px, -50%, 0);
154154
}
155155
60% {
156156
opacity: 1;
157-
transform: translate3d(25px, -50%, 0)
157+
transform: translate3d(25px, -50%, 0);
158158
}
159159
75% {
160-
transform: translate3d(-10px, -50%, 0)
160+
transform: translate3d(-10px, -50%, 0);
161161
}
162162
90% {
163-
transform: translate3d(5px, -50%, 0)
163+
transform: translate3d(5px, -50%, 0);
164164
}
165165
to {
166-
transform: translate3d(0, -50%)
166+
transform: translate3d(0, -50%);
167167
}
168168
}
169169

@@ -172,7 +172,7 @@
172172
font-size: 16px;
173173
font-weight: 300;
174174
line-height: 1.75;
175-
color: rgba(0, 0, 0, 0.65)
175+
color: rgba(0, 0, 0, 0.65);
176176
}
177177

178178
h1 {
@@ -181,7 +181,7 @@
181181
font-weight: 700;
182182
line-height: 1.25;
183183
color: rgba(0, 0, 0, 0.85);
184-
margin-bottom: 25px
184+
margin-bottom: 25px;
185185
}
186186

187187
a {
@@ -191,11 +191,11 @@
191191

192192
@media (max-width: 580px) {
193193
body {
194-
font-size: 14px
194+
font-size: 14px;
195195
}
196196
h1 {
197197
font-size: 42px;
198-
line-height: 1.45
198+
line-height: 1.45;
199199
}
200200
}
201201

0 commit comments

Comments
 (0)