🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### index.wxss #### 引入template模板 ``` @import "/pages/template/yuedu-list"; ``` #### 内容 ``` .container{ padding: 0 20rpx; } swiper{ height: 400rpx; margin: 0 0 50rpx 0; border-top: 3px dashed gray; border-radius: 20rpx; background: #fff; } swiper image{ border-radius: 20rpx; } image{ width: 100%; } ```