@import "../default-skin.less";
@import "../../global/mixin.less";

// 分割线组件
.c_line { 
	height:0; border-bottom:1px solid @fg-light-8-5; background:@fg-light-8;
	&-light { background:@fg-light-9-5;}
}



// 虚线
.c_line-dashed {  background:none; height:0; border-bottom:1px dashed @fg-light-8-5;}