From 1500874cdf6e0039eb6529aee3ad30122739e46b Mon Sep 17 00:00:00 2001 From: fayeah <411596701@qq.com> Date: Sat, 12 Sep 2020 21:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=88=86=E5=8F=B7=E4=BD=BF=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 加分号使格式统一,0px可以简化为0 --- 404.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/404.html b/404.html index b987d715b..19de8bcc6 100755 --- a/404.html +++ b/404.html @@ -32,7 +32,7 @@ html, body { width: 100%; - height: 100% + height: 100%; } a, @@ -40,15 +40,15 @@ a:before, a:after { text-decoration: none; - transition-duration: .25s + transition-duration: .25s; } section { - display: block + display: block; } body { - line-height: 1 + line-height: 1; } #about { @@ -118,26 +118,26 @@ } #about p { margin: 30px; - margin-bottom: 0px + margin-bottom: 0; } #about .social { margin: 30px; - margin-bottom: 0px + margin-bottom: 0; } #about .copyright { width: 100%; float: left; - margin-bottom: 0px; + margin-bottom: 0; } } .animated { animation-duration: 1s; - animation-fill-mode: both + animation-fill-mode: both; } .bounce-in { - animation-name: bounce-in + animation-name: bounce-in; } @keyframes bounce-in { @@ -146,24 +146,24 @@ 75%, 90%, to { - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; - transform: translate3d(-3000px, -50%, 0) + transform: translate3d(-3000px, -50%, 0); } 60% { opacity: 1; - transform: translate3d(25px, -50%, 0) + transform: translate3d(25px, -50%, 0); } 75% { - transform: translate3d(-10px, -50%, 0) + transform: translate3d(-10px, -50%, 0); } 90% { - transform: translate3d(5px, -50%, 0) + transform: translate3d(5px, -50%, 0); } to { - transform: translate3d(0, -50%) + transform: translate3d(0, -50%); } } @@ -172,7 +172,7 @@ font-size: 16px; font-weight: 300; line-height: 1.75; - color: rgba(0, 0, 0, 0.65) + color: rgba(0, 0, 0, 0.65); } h1 { @@ -181,7 +181,7 @@ font-weight: 700; line-height: 1.25; color: rgba(0, 0, 0, 0.85); - margin-bottom: 25px + margin-bottom: 25px; } a { @@ -191,11 +191,11 @@ @media (max-width: 580px) { body { - font-size: 14px + font-size: 14px; } h1 { font-size: 42px; - line-height: 1.45 + line-height: 1.45; } }