fixed在页面上下居中怎么设置?
#div1{
width:200px;
height:200px;
background-color:rgba(255,0,0,0.3);
position:fixed;
bottom:0;
right:0;
}
bottom:0; right:0; 红色的框在右下角,怎么设置能让红框在整个页面上下居中呢?
#div1{
width:200px;
height:200px;
background-color:rgba(255,0,0,0.3);
position:fixed;
bottom:0;
right:0;
}
bottom:0; right:0; 红色的框在右下角,怎么设置能让红框在整个页面上下居中呢?
2018-07-18
举报