@import "../default-skin.less";
@import "../../global/mixin.less";
@import "float.less";

// 响应规则 - 菜单模式
.s_phone .c_float-phone-menu {
	.c_float-menu;
}



// 响应规则 - 全屏高度（留有 header 的距离）
.s_phone .c_float-phone-full {
	> .content { max-height:none; height:100% !important;}
}



// 响应规则 - 完全无顶部高度
.s_phone .c_float-phone-notop {
	top:0 !important;
	> .content { max-height:none; height:100% !important;}
}



// 响应规则 - 自适应内容
.s_phone .c_float-phone-auto {
	> .content { max-height:100% !important;}
}