/* pages/user/videoCoupon/index.wxss */ page { background: #EDEDED; } .item { margin: 20rpx 30rpx; background: white; border-radius: 20rpx; display: flex; align-items: center; justify-content: space-between; padding: 10rpx 13rpx; } .item image { width: 250rpx; height: 180rpx; flex-shrink: 0; display: block; border-radius: 11rpx; } .info { flex: 1; margin-left: 20rpx; font-size: 27rpx; color: #999999; line-height: 42rpx; } .info .title { color: #000; font-size: 30rpx; font-weight: 500; margin-bottom: 20rpx; } .nomore { text-align: center; margin-top: 40rpx; font-size: 0.28rem; color: #666; }