.offer-list { width: 100%; padding: 20rpx 30rpx; box-sizing: border-box; background-color: #fff; border-bottom: 1rpx solid #ddd; font-family: PingFang SC-Regular, PingFang SC; .title { position: relative; display: flex; height: 42rpx; align-items: center; >text { display: inline-block; width: 80%; font-size: 30rpx; color: #333333; } .status { position: absolute; right: -30rpx; width: 132rpx; height: 40rpx; border-radius: 20rpx 0px 0px 20rpx; box-sizing: border-box; padding-left: 30rpx; line-height: 40rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #FFFFFF; } } .exp { height: 34rpx; font-size: 24rpx; color: #666; margin-top: 8rpx; text { color: #333333; } } } .line-1 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }