3 Star 16 Fork 10

weiQwei/react-demos

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.css 1015 Bytes
一键复制 编辑 原始数据 按行查看 历史
weiqwei 提交于 2021-02-16 19:56 +08:00 . 2021年02月16日19:56:27
.btn {
border: 0 none;
padding: 0.5em 1em;
background: lightpink;
border-radius: 3px;
}
.app {
width: 700px;
margin: 0 auto;
/*background: #ccc;*/
}
.app h1 {
font-size: 1.8em;
line-height: 2.0;
border-bottom: 1px solid #eee;
}
.app .container {
display: flex;
}
.app .container nav {
display: flex;
flex-direction: column;
margin-right: 2em;
border: 1px solid #eee;
border-radius: 5px;
height: 6em;
overflow: hidden;
}
a:hover,
a:active,
a:link,
a:visited {
color: #333;
text-decoration: none;
}
.app .container nav a.active {
background: lightpink !important;
}
.app .container nav a.myActiveClassName {
background: lightpink !important;
}
.app .container nav .btn {
background: transparent;
padding: 1em 2em;
border-radius: 0;
height: 1em;
overflow: hidden;
}
.app .container nav a.btn:last-child {
border-top: 1px solid #eee;
}
.app .container .pages {
border-bottom: 1px solid #eee;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weiqwei/react-demos.git
git@gitee.com:weiqwei/react-demos.git
weiqwei
react-demos
react-demos
master

搜索帮助