收藏
回答

公众号网页下拉隐藏域名,IOS可以正常隐藏,Android无效,哪位大佬遇到过同意的问题?

添加:body:before {

  width: 100%;

  height: 100%;

  content: ' ';

  position: fixed;

  z-index: -1;

  top: 0;

  left: 0;

  background-color: #f8f8f8;

}


回答关注问题邀请回答
收藏
登录 后发表内容