From c620f090be4b60c19329ba056668f55b6db88d7a Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Apr 2020 09:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=AB=98=E4=BA=AE=E3=80=81?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/assets/style.css b/assets/style.css index bde1ec2..83da027 100644 --- a/assets/style.css +++ b/assets/style.css @@ -10,12 +10,18 @@ background: #f5f5f533; cursor: pointer; height: 50px; + padding-right: 60px; + user-select: none; } .select{ background: #ebebeb; } +.founds { + color: #FF5722; +} + .description { padding-top: 5px; } @@ -42,25 +48,24 @@ font-size: small; margin-right: 5px; } -#infopannel { - position: fixed; - left: 0; - right: 0; - top: 0; - padding: 1rem; - color: white; - display: none; -} - img { float: left; margin: 10px; height: 30px; } -.load { - margin-top: 10px; - text-align: center; - font-size: large; - color: #666666; +.numbers{ + position: fixed; + top: 0; + right: 0; + width: 60px; + font-size: 16px; + color: #747474; + font-weight: 200; + z-index: 999; +} + +.numbers div{ + height: 50px;; + line-height: 50px; } \ No newline at end of file