摘要: https://segmentfault.com/a/1190000010380615 阅读全文
posted @ 2019-01-21 15:14 雨夜稻草 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 参考此篇:https://segmentfault.com/a/1190000012621936 以下为个人测试中: css: .masonry{ width:100%; } .item{ position: absolute; } img{ width: 100%; } .gap{ width: 阅读全文
posted @ 2019-01-21 15:04 雨夜稻草 阅读(131) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zhouyangla/p/8482010.html 阅读全文
posted @ 2019-01-21 14:45 雨夜稻草 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 1、变量$ 全局 局部 .div{ $color:yellow; } 2、类似函数@mixin border-radius($radius) { }引用:@include border-radius(10px);3、运算4、继承%引用:@extend5、父类&6、可嵌套 7、条件判断 参考:http 阅读全文
posted @ 2019-01-21 11:03 雨夜稻草 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1、等格表格 可以直接用table,最后一列不限制宽度 2、不等格表格 1)全div模拟表格 2)2x2表格+div模拟 阅读全文
posted @ 2019-01-21 10:22 雨夜稻草 阅读(140) 评论(0) 推荐(0) 编辑