1 Star 0 Fork 0

cctv1 / barrage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
cctv1 提交于 2019-01-03 11:31 . no commit message
/* init */
.dd-clear { zoom:1; }
.dd-clear:after { content:''; display:block; clear:both; }
.dd-fl { float:left; }
.dd-fr { float:right; }
.dd-row{
}
.dd-column{
display: flex;
flex-direction: column;
}
/*贴在最下面 */
.dd-fixed-bottom{
position: fixed;
bottom: 0;
}
/*贴在最上面 */
.dd-fixed-top{
position: fixed;
top: 0;
width: 100%
}
/* end init */
1
https://gitee.com/8684/barrage.git
git@gitee.com:8684/barrage.git
8684
barrage
barrage
master

搜索帮助