From 544fd1902d78904eadcd17097a0959f92dc0175e Mon Sep 17 00:00:00 2001 From: langren1353 <14857127+langren1353@users.noreply.github.com> Date: Tue, 4 Feb 2020 17:07:10 +0800 Subject: [PATCH] Update index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整表头&增加价格颜色数据 --- web/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 97306da..c04540a 100644 --- a/web/index.html +++ b/web/index.html @@ -26,6 +26,10 @@ padding-top: 70px; padding-bottom: 30px; } + span.orange{ + color: orange; + font-weight: 600; + }