@import "../default-skin.less";
@import "../../global/mixin.less";

// 功能组件
.c_fn {
	overflow:hidden;
	.e_space { float:left;}
	.left {
		float:left;
		img { float:left;}
		> .label { float:left; line-height:1+2*@gap;}
		> .e_range,
		> input[type="date"],
		> input[type="datetime"],
		> input[type="datetime-local"],
		> input[type="email"],
		> input[type="month"],
		> input[type="week"],
		> input[type="number"],
		> input[type="tel"],
		> input[type="time"],
		> input[type="url"],
		> input[type="text"],
		> input[type="password"],
		> .e_select,
		> .e_label,
		> .e_group,
		> .e_mix,
		> .e_segment,
		> button { float:left; margin-right:-1px;}
		> .text { color:@primary-dark-1; line-height:(1+2*@gap)/1.1167; font-weight:bold; font-size:116.67%; padding:0 @gap;}
		> .text-nopadding { padding:0 @gap 0 0;}
		> .e_range { margin-top:((1+2*@gap)-2em)/2;}
		> .e_switch { margin-top:((1+2*@gap)-1.5em)/2;}
	}
	.right {
		float:right;
		> .label { float:left; line-height:1+1.86*@gap;}
		> .e_range,
		> input[type="date"],
		> input[type="datetime"],
		> input[type="datetime-local"],
		> input[type="email"],
		> input[type="month"],
		> input[type="week"],
		> input[type="number"],
		> input[type="tel"],
		> input[type="time"],
		> input[type="url"],
		> input[type="text"],
		> input[type="password"],
		> .e_select,
		> .e_label,
		> .e_group,
		> .e_mix,
		> .e_segment,
		> button { float:left; margin-left:-1px;}
		> .text { color:@primary-dark-1; line-height:0.88+1.63*@gap; font-size:1.1667em; padding:0 @gap;}
		> .text-nopadding { padding:0 @gap 0 0;}
		> .e_range { margin-top:((1+2*@gap)-2em)/2;}
		> .e_switch { margin-top:((1+2*@gap)-1.5em)/2;}
	}
}