/* pages/feiyi/list/index.wxss */ .swiper { display: block; margin: 0 22rpx; width: calc(100% - 44rpx); width: 100%; height: 246rpx; } .heaimg image{ display: block; margin: 25rpx; width: calc(100% - 50rpx); } page { background: #f9f9f9; } .feiyi-list { margin: 22rpx; display: flex; justify-content: space-between; flex-wrap: wrap; } .feiyi-item { width: 340rpx; background: white; box-shadow:0px 0px 6rpx 0px rgba(7,0,2,0.2); border-radius:10rpx; margin-bottom: 28rpx; } .main-img { display: block; width: 340rpx; border-top-left-radius: 10rpx; border-top-right-radius: 10rpx; height: 224rpx; overflow: hidden; } .info-box { margin: 10rpx 20rpx; } .info-box .title { font-size: 30rpx; display: -webkit-box; line-height: 42rpx; height: 84rpx; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 10rpx; } .price-box { display: flex; justify-content: space-between; padding-bottom: 10rpx; } .price-box-left { font-size: 32rpx; color: #D62828; } .old-price { font-size: 22rpx; color: #999; text-decoration: line-through; margin-left: 6rpx; } .btn { width: 108rpx; height: 44rpx; line-height: 44rpx; border-radius: 22rpx; text-align: center; background: #D62828; color: white; font-size: 30rpx; }