1 Star 0 Fork 0

liuzy88 / lyy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.css 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuzy 提交于 2024-01-15 16:09 . init
body {
background-color: #fbfbfb;
margin: 0;
padding: 0;
}
.tabs {
position: fixed;
top: 10px;
right: 10px;
font-size: 1.5em;
}
.tab {
display: block;
cursor: pointer;
line-height: 2em;
}
.ctxs {
width: 1080px;
margin-left: auto;
margin-right: auto;
}
.ctxs .ctx {
display: none;
}
.on {
display: block;
color: blue;
}
a {
text-decoration: none;
/* 去除下划线 */
color: blue;
!important;
/* 设置颜色 */
cursor: pointer;
/* 修改鼠标指针样式 */
}
1
https://gitee.com/liuzy1988/lyy.git
git@gitee.com:liuzy1988/lyy.git
liuzy1988
lyy
lyy
master

搜索帮助