.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; .portrait { width: 80rpx; height: 80rpx; background: #3874F6; border-radius: 50%; text-align: center; line-height: 80rpx; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #FFFFFF; flex-shrink: 0; margin-right: 20rpx; } .box { flex: 1; .title { display: flex; height: 42rpx; align-items: center; font-size: 30rpx; .tag { font-size: 20rpx; font-family: PingFang SC-Regular, PingFang SC; margin-left: 8rpx !important; } } .exp { height: 34rpx; font-size: 24rpx; color: #666; margin-top: 8rpx; text { 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; } }