1 Star 0 Fork 0

zhengchen/avalon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mulicolumn.less 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
//firefox 2.0 ie 10 chrome 4 safari3.1 opera11
.column-width(@width){
-moz-column-width:@width;
-webkit-column-width:@width;
column-width:@width;
}
.column-count(@count){
-moz-column-count:@count;
-webkit-column-count:@count;
column-count:@count;
}
.column-rule(@rule){
-moz-column-rule:@rule;
-webkit-column-rule:@rule;
column-rule:@rule;
}
.column-span(@span){
-moz-column-span:@span;
-webkit-column-span:@span;
column-span:@span;
}
.column-rule-color(@rulecolor){
-moz-column-rule-color:@rulecolor;
-webkit-column-rule-color:@rulecolor;
column-rule-color:@rulecolor;
}
.column-rule-width(@rulestyle){
-moz-column-rule-width:@rulestyle;
-webkit-column-rule-width:@rulestyle;
column-rule-width:@rulestyle;
}
.column-rule-style(@rulestyle){
-moz-column-rule-style:@rulestyle;
-webkit-column-rule-style:@rulestyle;
column-rule-style:@rulestyle;
}
.column-gap(@gap){
-moz-column-gap:@gap;
-webkit-column-gap:@gap;
column-gap:@gap;
}
.column-fill(@value){
-moz-column-fill: @value;
-webkit-column-fill: @value;
column-fill: @value;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cowboy13/avalon.git
git@gitee.com:cowboy13/avalon.git
cowboy13
avalon
avalon
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385