@import "../default-skin.less";
@import "../../global/mixin.less";

// 支付组件
.c_payment {
	overflow:hidden; display:flex;
	&:before { content:""; flex:1;}
	.text {
		border-left:1px solid @fg-light-8; text-align:right; color:@fg-light-4; padding:0 1.43em; line-height:1.86em;
		.payer { font-size:171%; color:@fg-light-1; display:block;}
		&:first-child { border:0 none;}
	}
	.balance {
		display:flex;
		.e_select { height:3.33em; line-height:3.33em; font-size:129%; padding:0 3.33em 0 1em; border-right:0 none; border-top-left-radius:0.28em; border-bottom-left-radius:0.28em;}
		.e_select:after { line-height:3.33em;}
		input { display:block; border-left:0 none; border-right:0 none; height:2.51em; width:6.26em; padding:0 0.5em; font-size:171%; color:@danger; font-weight:bold;}
		input:focus { border:1px solid @fg-light-8-5; border-left:0 none; border-right:0 none;}
		button { display:block; height:2.15em; line-height:2.15em; color:@bg; border:0 none; background:@success; border-top-left-radius:0; border-bottom-left-radius:0; border-top-right-radius:0.18em; border-bottom-right-radius:0.18em; font-weight:bold; font-size:200%; padding:0 1.78em;}
	}
}