收藏
回答

页面? 轮播图?

右边是页面,左边是下滑后,为什么总有点轮播图在上面,求大神解决?

.navbar{

  border-bottom: 1px solid #ccc;

  position: relative;

}

.navbar .title{

  position: absolute;

  width: 750rpx;

  text-align: center;

  left: 0;

  bottom: 20rpx;

  font-size: 30rpx;

  color: #fff;

}



.navbar .bj{

  width: 750rpx;

}

.container{

  width: 750rpx;

  position: fixed;

  left: 0;

  bottom: 100rpx;

  z-index: 100;

  /* border-bottom: 1px solid #ccc; */

}


.swiper{

  width:  750rpx;

  height: 280rpx;

  display: flex;

  justify-content: center;

  align-items: center;

}


/* swiper{

  width:  700rpx;

  height: 280rpx;

  border-radius: 30rpx;

} */

.swiper image{

  width:  700rpx;

  height: 280rpx;

  border-radius: 30rpx;

}


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

2 个回答

  • 陈宇明
    陈宇明
    发表于小程序端
    2020-09-06
    给个代码片段
    2020-09-06
    有用
    回复
  • A德佑-黄勇¹³³³³⁰⁶⁵³⁸¹
    A德佑-黄勇¹³³³³⁰⁶⁵³⁸¹
    2020-09-06

    没有html/wxml,光给个css看不出你的问题。目前来看是你的container设置的position:fixed,导致了顶部轮播图片位置固定

    2020-09-06
    有用
    回复
登录 后发表内容
问题标签