31 Star 53 Fork 18

凌晨一点写东东 / QQ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
凌晨一点写东东 提交于 2016-10-20 13:41 . 初始导入
/**app.wxss**/
page{
height: 100%;
background-color: #F4F3F4;
}
.container {
overflow-x: hidden;
overflow-y: auto;
background-color: #ffffff;
}
.red-point{
width: 7px;
height: 7px;
border-radius: 50%;
background: #FA4625;
}
.page-footer{
position:fixed;
left:0px;
bottom:0px;
width:100%;
}
.row-flex{
display: flex;
width:100%;
}
.row-flex .cell-flex{
flex : 1;
}
.group-ul{
margin-top: 1px solid #e5e5e5;
margin-bottom: 1px solid #e5e5e5;
background-color: #ffffff;
}
.group-ul .group-li{
border-bottom: 1px solid #e5e5e5;
}
.group-li:active{
background : #f7f7f7;
}
.group-ul .group-li:last-child{
border-bottom: none;
}
微信
1
https://gitee.com/laohuangshu/QQ.git
git@gitee.com:laohuangshu/QQ.git
laohuangshu
QQ
QQ
master

搜索帮助