This commit is contained in:
Li1304553726 2025-11-20 08:35:59 +08:00
parent 976f6708ec
commit c8f3bfc74d
1 changed files with 9 additions and 9 deletions

View File

@ -8,39 +8,39 @@ const Footer: React.FC = () => {
>
{/* 主标题 */}
<div className="mb-8 mt-15">
<p className=" tracking-widest" style={{ fontSize: '32px', color: '#ffffff' }} >
<p className=" tracking-widest text-4xl text-white" >
OO情愉悦
</p>
</div>
{/* 版权声明 */}
<div className="mb-8 text-center space-y-2 ">
<p className="text-sm opacity-80" style={{ color: '#818da3' }}>
<p className="text-sm opacity-80 text-[#818da3]">
</p>
<p className="text-sm opacity-80 mt-5" style={{ color: '#818da3' }}>
<p className="text-sm opacity-80 mt-5 text-[#818da3]">
Copyright©2016-2019 ibaotu.com
</p>
</div>
{/* 导航链接 */}
<div className="flex space-x-12 mt-5">
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
<a href="#" className="hover:text-blue-300 transition-colors text-[#818da3]">
</a>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
<a href="#" className="hover:text-blue-300 transition-colors text-[#818da3]">
</a>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
<a href="#" className="hover:text-blue-300 transition-colors text-[#818da3]">
</a>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
<a href="#" className="hover:text-blue-300 transition-colors text-[#818da3]">
</a>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
<a href="#" className="hover:text-blue-300 transition-colors text-[#818da3]" >
</a>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
<a href="#" className="hover:text-blue-300 transition-colors text-[#818da3]">
便
</a>
</div>