分类: 前端

2 篇文章

Weather-Forecast
部署地址:fengye404.top/weather github:fengye404/weather-forecast: SAST.2022-FrontEnd-WoC (github.com) SAST.2022 前端组的 WoC (Winter of Code)项目,技术栈: React + Semi Design 也是我自己第一次摸前端的项目…
CSS虚化背景图片并去掉白边
直接上代码 App.jsx import {Layout} from "@douyinfe/semi-ui"; import "./App.css"; function App() { const {Header, Footer, Content} = Layout; return ( <Layout className={"layout"}…