Compare commits
2 Commits
eb0e1f7706
...
826805a0cc
| Author | SHA1 | Date |
|---|---|---|
|
|
826805a0cc | |
|
|
e66014eb95 |
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue