按照老师做的来 但是到了定位到浏览器底部时候失效了 什么原因,怎么解决?
.st-container{
width:100%;
height: 100%;
position: absolute;
top:0;
left:0;
}
.st-container>input,
.st-container>a{
width:20%;
height:34px;
line-height:34px;
position:fixed;
bottom:0;
}