1 Star 0 Fork 1

夏崽盹/基于react hooks 和 antd-design v4的个人后端系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
1.html 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈泽凡 提交于 2020-08-05 10:56 . 项目的完成
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
@media screen and (min-width: 700px) and (max-width: 1000px){
body {
background-color: lightblue;
}
}
@media screen and (max-width: 699px) {
body {
background-color: red;
}
}
</style>
</head>
<body>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/funkyouhigh/react_hooks_and_antd_design_v4.git
git@gitee.com:funkyouhigh/react_hooks_and_antd_design_v4.git
funkyouhigh
react_hooks_and_antd_design_v4
基于react hooks 和 antd-design v4的个人后端系统
master

搜索帮助