标签:mixin abs otto pos false idt pre bsp height
@mixin fullScreen{
position: fixed;
top: 0;
bottom: 0;
}
@mixin fullScreen2{
position: absolute;
width: 100%;
height: 100%;
}
标签:mixin abs otto pos false idt pre bsp height
原文地址:http://www.cnblogs.com/Jason502/p/7469413.html