【发布时间】:2022-01-12 02:02:44
【问题描述】:
【问题讨论】:
标签: html ios angular ionic-framework angular-ui-bootstrap
【问题讨论】:
标签: html ios angular ionic-framework angular-ui-bootstrap
你用过css属性position: fixed吗? (其广泛的accepted),与top 的组合可能是width 和height 应该足够了
position: fixed;
top: 94%;
width: 100%;
height: 60px;
background-color: red;
【讨论】: