当前位置: 代码迷 >> 综合 >> uniapp 顶部绝对定位
  详细解决方案

uniapp 顶部绝对定位

热度:88   发布时间:2023-12-03 15:48:49.0

.subsection {

  margin-top: 1px;

 position: sticky;

  /* #ifdef H5 */

  top: 45px;

  /* #endif */

  /* #ifndef H5 */

  top: 1;

  /* #endif */

    width: 100%;

    height:35px;

    z-index: 99;

    background: #fff;;