Compare commits

..

2 Commits

Author SHA1 Message Date
qiuchenfan 976f6708ec Merge branch 'main' of http://113.45.67.59:3003/qiuchenfan/news 2025-11-20 08:32:58 +08:00
qiuchenfan bbe8701f9d 底部修改 2025-11-20 08:32:56 +08:00
3 changed files with 48 additions and 8 deletions

View File

@ -1,11 +1,51 @@
export function Footer() {
import React from 'react';
const Footer: React.FC = () => {
return (
<div className='w-full h-190 bg-[#0082e9] flex items-center justify-center'
style={{}}
<div
className=" flex flex-col items-center justify-center relative bottom-0 overflow-y-auto overflow-x-auto left-1/2 transform -translate-x-1/2 w-[1920px] h-[758px] bg-cover bg-center"
style={{ backgroundImage: `url('/images/footer.png')` }}
>
<div className='text-white text-2xl'>
{/* 主标题 */}
<div className="mb-8 mt-15">
<p className=" tracking-widest" style={{ fontSize: '32px', color: '#ffffff' }} >
OO情愉悦
</p>
</div>
{/* 版权声明 */}
<div className="mb-8 text-center space-y-2 ">
<p className="text-sm opacity-80" style={{ color: '#818da3' }}>
</p>
<p className="text-sm opacity-80 mt-5" style={{ color: '#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>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
</a>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
</a>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
</a>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
</a>
<a href="#" className="hover:text-blue-300 transition-colors" style={{ color: '#818da3' }}>
便
</a>
</div>
</div>
)
}
);
};
export default Footer;

View File

@ -12,7 +12,7 @@ import { LectureHall } from "@/components/news/body/FireNews/LectureHall";
import { MicroVision } from "@/components/news/body/FireNews/MicroVision";
import { Hotline } from "@/components/news/body/FireNews/Hotline";
import { AutoCarouselDemo } from "@/components/AutoCarousel";
import { Footer } from "@/components/news/footer/footer";
import Footer from "@/components/news/footer/footer";
import { CarouselDemo } from "@/components/Carousel";
export function meta( ) {

BIN
public/images/footer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB