收藏
回答

小程序固定上面的view怎么设置不透明?

<view class='header'>
        共计{{items.length}}个手表
</view>

.header {
  width: 100%;
  height: 80rpx;
  line-height: 80rpx;
  align-items: center;
  border-bottom: 1rpx solid #d6d6d6;
  position: fixed;
  background-color: #f5f5f5;
  left: 0rpx;
  top: 0rpx;
  color: #333;
  font-size: 30rpx;
  padding-left: 30rpx;
}

这边怎么让iccid和sim看不到

回答关注问题邀请回答
收藏

3 个回答

  • Listen
    Listen
    2019-12-30
    .header {
      position: sticky;
      top: 0;
      background: #f5f5f5;
      z-index: 1;
    }
    


    2019-12-30
    有用 1
    回复 1
    • shiying®
      shiying®
      2020-02-21
      这个是对的。z-index设置后就可以了。
      2020-02-21
      回复
  • 鹿鸣真可爱
    鹿鸣真可爱
    2021-11-28

    楼主这个问题解决了吗?能发一下解决方案吗?

    2021-11-28
    有用
    回复
  • 学习使我快乐
    学习使我快乐
    2019-12-30

    设置个 背景颜色即可。

    2019-12-30
    有用
    回复 4
登录 后发表内容
问题标签