From 317510a794138b0dc3005e89d0bb870a8c437732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Mon, 25 Jul 2022 22:26:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0html=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/index.html | 223 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 160 insertions(+), 63 deletions(-) diff --git a/html/index.html b/html/index.html index 29c67f9..5a5d3fa 100644 --- a/html/index.html +++ b/html/index.html @@ -1,5 +1,5 @@ - +
@@ -11,90 +11,187 @@ width: 100%; text-align: center; border-spacing: 0; + border: 0.4px solid black; + } + + #list tr { + /* height: 50px; */ } #list td { margin: 0; - border: 0.5px solid black; + border: 0.4px solid black; + } + + /* 热搜的 label 样式 */ + .hotband-label { + color: white; + padding: 3px; + border-radius: 6px; + font-size: 10px; + + + display: inline-block; } - +