@import "../default-skin.less";
@import "../../global/mixin.less";

.s_phone {
	// 响应规则 - 右对齐
	.e_right-phone,
	.e_right-phone input,
	.e_right-phone td { text-align:right !important;}



	// 响应规则 - 居中对齐
	.e_center-phone,
	.e_center-phone input,
	.e_center-phone td { text-align:center !important;}


	// 响应规则 - 左对齐
	.e_left-phone,
	.e_left-phone input,
	.e_left-phone td { text-align:left !important;}
}