@mixin fullScreen{ position: fixed; top: 0; bottom: 0; } @mixin fullScreen2{ position: absolute; width: 100%; height: 100%; }
body css 满屏效果
原文:http://www.cnblogs.com/Jason502/p/7469413.html