From ece0a0c34600def9b907d87c6328f19c95fab28b Mon Sep 17 00:00:00 2001 From: xiongbao Date: Sat, 28 Mar 2020 19:57:28 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E6=94=AF=E6=8C=81=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=EF=BC=8C=E5=8A=A0=E5=85=A5=E6=8A=95=E7=A8=BF?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 47 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index ca51e56..0c4a746 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,7 @@ font-family:-apple-system,'Helvetica Neue','Helvetica','Tahoma','Arial','PingFang SC',STHeiTi,'Microsoft Yahei'; font-size: 16px; background-color: #f4f5fd; + color: #03081a; } mark { background-color: transparent; @@ -108,7 +109,6 @@ margin: 0; padding: .4rem; letter-spacing: 2px; - color: #03081A; text-align: justify; flex: 1; overflow-y: scroll; @@ -129,8 +129,10 @@ } address time {margin-right: auto;} footer { + display: flex; + justify-content: center; + align-items: center; flex-shrink: 0; - text-align: center; padding: 0 0 .5rem; padding-bottom: calc(constant(safe-area-inset-bottom) + .5rem); padding-bottom: calc(env(safe-area-inset-bottom) + .5rem); @@ -138,7 +140,7 @@ } button { border: 0 none; - margin: 0; + margin: 0 .3rem; padding: 0; background-color: #fff; width: 1rem; @@ -153,7 +155,31 @@ cursor: pointer; outline: 0; } - footer em {display: block;font-style: normal;letter-spacing: 1px;font-size: .16rem;color:#b0b0b0;} + footer a, + footer a:active, + footer a:visited { + vertical-align: middle; + text-decoration: none; + font-size: .32rem; + color: #3078e6; + padding: .2rem; + } + footer a:hover { + color: #03081a; + } + + tips { + display: none; + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%,-50%); + background-color: rgba(0,0,0,.5); + border-radius: .04rem; + font-size: .32rem; + padding: .12rem .24rem; + color: #fff; + } @media (min-width: 750px) { html {font-size: 100px;} section { @@ -237,10 +263,21 @@
- + + 已复制 +