.total { height: 60rpx; line-height: 60rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; padding-left: 30rpx; } .offer-list { display: flex; align-items: center; width: 100%; padding: 20rpx 30rpx; box-sizing: border-box; background-color: #fff; border-bottom: 1rpx solid #ddd; font-family: PingFang SC-Regular, PingFang SC; .box { flex: 1; .tag-box { margin-top: 10rpx; .tag { height: 40rpx; font-size: 20rpx; font-family: PingFang SC-Regular, PingFang SC; padding: 0 12rpx; margin-right: 8rpx; } } .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 { line-height: 34rpx; font-size: 24rpx; color: #666; margin-top: 8rpx; color: #333333; } } } .footer { display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx; position: fixed; width: 100vw; height: 130rpx; background: #FFFFFF; box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16); bottom: 0; box-sizing: border-box; .count { font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; } .but { width: 156rpx; height: 90rpx; background: #3874F6; border-radius: 8rpx; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #FFFFFF; } } .line-1 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }