commit | f8f8184430dc6bc268f620a2d611051e7b97ded6 | [log] [tgz] |
---|---|---|
author | zhaoyumao <2451882060@qq.com> | Mon Jun 09 00:00:46 2025 +0800 |
committer | zhaoyumao <2451882060@qq.com> | Mon Jun 09 00:00:46 2025 +0800 |
tree | e14e9240edd660858016446fa68dd38b57c69fdd | |
parent | 4367e46811418aa4c48df8e4eb267d6802204597 [diff] |
合并冲突 Change-Id: I3b6ac5ae87aad8fe746eceecc8f92fc5574b50a8
diff --git a/src/pages/PostCenter/index.module.css b/src/pages/PostCenter/index.module.css index 2b262e2..1c66ea5 100644 --- a/src/pages/PostCenter/index.module.css +++ b/src/pages/PostCenter/index.module.css
@@ -29,10 +29,16 @@ padding: 8px 16px; border-radius: 6px; transition: all 0.3s ease; + color: #000000; + font-weight: bold; + } .categoryButton:hover { - background-color: #f0f0f0; + background: #888888; + color: #666; + font-weight: bold; + border: 1px solid #888888; } .searchContainer {