网站及邮件系统建设,网站建设淄博佳铉网络,计算机专业做网站的总结,珠海网络公司排名因为工作需要#xff0c;最近在帮H5同事开发几个页面#xff0c;在使用H5进行如下布局的时候#xff0c;发现设置 background-color为白色无效。 代码如下#xff1a; div class bottomBardiv styleposition: fixed; left: 20px;最近在帮H5同事开发几个页面在使用H5进行如下布局的时候发现设置 background-color为白色无效。 代码如下 div class bottomBardiv styleposition: fixed; left: 20px;已选中 span stylecolor: #EB3C3C;{{ this.choseIndex}}/span 指标/divdiv styleposition: fixed; right: 20px; classresult查看{{totalBonds}}只基金/div/van-button
/divcss代码如下 .bottomBar {position: fixed; bottom: 0; background-color: white;height: 60px;padding-left: 10px;padding-right: 10px;vertical-align: middle;display: flex; justify-content: center; align-items: center;}最终调试发现是因为bottomBar 没有设置width导致该css增加 width: 100%;即可。 特此记录以免以后忘记。