From 79a45781adbd42f7abd1f84c1e1adba7e9be6533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 29 Dec 2023 15:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=A3=E6=88=90=E4=BA=A7=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/index.css | 3 +++ static/css/listingItems/items.css | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/index.css b/static/css/index.css index b4c3532..009d507 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -159,6 +159,7 @@ /*background-color: var(--color);*/ background-color: #ffffff; border-right: 1px solid var(--color); + border-left: 1px solid var(--color); } .top .active a { } @@ -186,6 +187,8 @@ /*display: inline-block;*/ padding: 15px 0; flex-shrink: 0; + width: 10%; + text-align: center; } .top ul li a { diff --git a/static/css/listingItems/items.css b/static/css/listingItems/items.css index 8aa3520..05ae582 100644 --- a/static/css/listingItems/items.css +++ b/static/css/listingItems/items.css @@ -816,7 +816,7 @@ input::-webkit-inner-spin-button { justify-content: right; width: 100%; padding: 10px 0; - border-bottom: 1px solid #d5d5d5; + border-bottom: 1px solid #f1f1f1; } .center_tap img{ display: block; @@ -846,6 +846,7 @@ input::-webkit-inner-spin-button { .centerLeft .centerLeft-center .tableList table tr:hover td{ border-top: 1px solid #d0d0d0; border-bottom: 1px solid #d0d0d0; + color: var(--color); } .centerLeft .centerLeft-center .tableList table tr:hover td:first-child{ border-left: 1px solid #d0d0d0;