.swiper{ height: 390rpx; } .swiperImgView{ width: 750rpx; height: 390rpx; } .swiperImg{ width: 750rpx; height: 390rpx; } .search{ width: 500rpx; padding: 0 20rpx; } .banner{ margin-top: 10rpx; } .goodsList{ height:900rpx; } .goods{ width: 375rpx; padding: 0 15rpx 20rpx 15rpx; } .goodsImgView{ width: 350rpx; height: 350rpx; border-radius: 10rpx; overflow: hidden; } .goodsImg{ width: 350rpx; height: 350rpx; } .goodsName{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; margin-top: 10rpx; font-size: 30rpx; } .goodsImgTitle{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; margin-top: 10rpx; font-size: 26rpx; color: #999999; } .goodsPrice{ margin-top: 10rpx; font-size: 40rpx; color: red; }