/**

*@module功能

*@description生成全屏方法

*@method fullscreen

*@version 1.7.0

*@param{Integer}$z-index 指定层叠级别<1.7.0>

*@param{Keywords}$position指定定位方式,取除'static | relative'之外的值,默认值:absolute<1.8.5>

*/

@mini fullscreen($z-index:null,$position:absolute){

  position:$position;

  z-index:$z-index;

  top:0;

  right:0;

  bottom:0;

  left:0;

}

posted on 2017-03-03 08:44  花花爱花花  阅读(826)  评论(0编辑  收藏  举报