Compare commits

...

2 Commits

Author SHA1 Message Date
jinsir 826805a0cc Merge branch 'main' of http://113.45.67.59:3003/qiuchenfan/news 2025-11-19 15:37:40 +08:00
jinsir e66014eb95 list 2025-11-19 15:35:19 +08:00
1 changed files with 6 additions and 6 deletions

View File

@ -35,11 +35,11 @@ const NewsList: React.FC = () => {
<div className="flex-1 bg-white rounded-lg shadow-md">
{/* 标题栏:独立于列表之外 */}
<div className="flex items-center justify-between mb-6">
<div className="bg-blue-500 text-white px-6 py-3 font-bold text-4xl">
<div className="bg-[#1c6cab] text-white px-6 py-3 font-bold text-4xl">
</div>
<button className="text-base text-blue-300 hover:text-blue-400 transition duration-200 pl-6 pr-6">
[]
<button className="text-base text-blue-200 hover:text-blue-400 transition duration-200 pl-6 pr-6">
</button>
</div>
@ -60,11 +60,11 @@ const NewsList: React.FC = () => {
<div className="flex-1 bg-white rounded-lg shadow-md">
{/* 标题栏:独立于列表之外 */}
<div className="flex items-center justify-between mb-6">
<div className="bg-blue-500 text-white px-6 py-3 font-bold text-4xl">
<div className="bg-[#1c6cab] text-white px-6 py-3 font-bold text-4xl">
</div>
<button className="text-base text-blue-300 hover:text-blue-400 transition duration-200 pl-6 pr-6">
[]
<button className="text-base text-blue-200 hover:text-blue-400 transition duration-200 pl-6 pr-6">
</button>
</div>