From d03e6a1d0b36a29b326365398c8dba860c46a75f Mon Sep 17 00:00:00 2001 From: Jzx201211 <1595536662@qq.com> Date: Thu, 24 Feb 2022 11:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.tsx | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ebdd169f..eae93138 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,9 +1,32 @@ -import styles from './index.less'; +import styles from "./index.less"; +import { Carousel } from "antd"; + +const contentStyle = { + height: "160px", + color: "#fff", + lineHeight: "160px", + textAlign: "center", + background: "#364d79", +}; export default function IndexPage() { return (