26 Star 64 Fork 22

Gitee 极速下载/Zeu-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/shzlw/zeu
克隆/下载
docs.css 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
.title {
padding: 4px 16px;
font-size: 25px;
font-weight: bold;
}
.sidebar-title {
position: fixed;
top: 0;
left: 0;
width: 200px;
height: 49px;
background-color: #282a3c;
z-index: 1;
border-bottom: 1px solid white;
}
.sidebar-menu {
position:fixed;
top: 50px;
left: 0;
width: 200px;
bottom: 0;
overflow-y: auto;
background-color: #2c2e2e;
}
.content {
position:fixed;
top: 0;
left: 200px;
right: 0;
bottom: 0;
overflow-y: auto;
}
@media only screen and (max-width: 576px) {
.sidebar-title {
display: none;
}
.sidebar-menu {
display: none;
}
.content {
left: 0px;
}
}
h5 {
width: 100%;
}
a,
a:hover,
a:visited,
a:focus {
text-decoration: none;
}
.nav-link {
padding: 4px;
margin-left: 12px;
}
p {
font-size: 20px;
}
.bg-grey {
background-color: #e5e5e5;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/Zeu-js.git
git@gitee.com:mirrors/Zeu-js.git
mirrors
Zeu-js
Zeu-js
master

搜索帮助