小程序导航栏全屏navigationStyle自定义导航栏,小程序轮播图导航栏

  
    
      
        
          
            
              
            
          
        
      
    
  

css

.swiper{
position: fixed;
width: 750rpx;
height: 422rpx;
}
swiper{
height: 422rpx;
}

js

  data: {
    background: [{
      key: 1,
      url: '../../../images/banner.png'
    }, {
      key: 2,
      url: '../../../images/banner.png'
    }, {
      key: 3,
      url: '../../../images/banner.png'
    }, {
      key: 4,
      url: '../../../images/banner.png'
    }],
    
    })

json重点
"navigationStyle": "custom"
如果轮播样式在所有页面都有就放到app.json中,只有某一个页面有就单独放在那个文件下
效果

小程序导航栏全屏navigationStyle自定义导航栏,小程序轮播图导航栏_第1张图片

 

 

  

你可能感兴趣的:(小程序导航栏全屏navigationStyle自定义导航栏,小程序轮播图导航栏)