array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 111string(0) "" int(1) int(10) int(70) int(8640000) array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 兼容解决方案: POSITION:FIXED - 爱码网
兼容解决方案: POSITION:FIXED


.fixed-top
{
bottom
: auto;
position
: fixed;
top
: 0;
}
.fixed-bottom
{
bottom
: 0;
position
: fixed;
top
: auto;
}
.fixed-left
{
left
: 0;
position
: fixed;
right
: auto;
}
.fixed-right
{
left
: auto;
position
: fixed;
right
: 0;
}

相关文章: