按钮: {
position: 'fixed',
bottom: 0;
}
如果 按钮覆盖了容器的内容,容器加个padding-bottom就行了
容器: {
padding-bottom: 100px;
}
这样的话,按钮会固定在手机屏幕的底部,如果要居中的话要设置
按钮{
margin:auto;
left:0;
right:0;
}
按钮: {
position: 'fixed',
bottom: 0;
}
如果 按钮覆盖了容器的内容,容器加个padding-bottom就行了
容器: {
padding-bottom: 100px;
}
这样的话,按钮会固定在手机屏幕的底部,如果要居中的话要设置
按钮{
margin:auto;
left:0;
right:0;
}
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。