加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nino 提交于 2017-02-04 16:33 . 优化example文档
@import "dist/index.wxss";
.container {
background: #F9F9F9;
overflow: hidden;
min-height: 100vh;
box-sizing: border-box;
}
.container::before {
position: fixed;
top: 0;
left: 0;
content: ' ';
width: 100%;
height: 1rpx;
background-color: #e2e2e2;
z-index: 5;
}
.doc-title {
font-size: 25px;
line-height: 25px;
color: #666;
padding: 15px 0;
margin: 20px 15px;
border-bottom: 1rpx solid #e5e5e5;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化