.apply-item { background: #FFFFFF; border-radius: 16rpx; padding: 0 30rpx 0 30rpx; } .apply-item .apply-item-top { height: 80rpx; border-bottom: 1px solid #EEEEEE; display: flex; justify-content: space-between; align-items: center; } .apply-item .apply-item-top .item-number { font-size: 28rpx; font-family: PingFangSC-Regular; font-weight: 400; color: rgba(34, 34, 34, 1); } .apply-item .apply-item-top .item-state { font-size: 28rpx; font-family: PingFangSC-Regular; font-weight: 400; color: rgba(255, 82, 61, 1); } .apply-item .apply-item-row { display: flex; justify-content: space-between; align-items: center; margin-top: 20rpx; } .apply-item .house-detail { display: flex; flex-direction: column; justify-content: space-between; height: 200rpx; margin-left: 20rpx; } .apply-item .apply-item-row .key { font-size: 28rpx; font-family: PingFangSC-Regular; font-weight: 400; color: rgba(153, 153, 153, 1); } .apply-item .apply-item-row .value { font-size: 28rpx; font-family: PingFangSC-Regular; font-weight: 400; color: rgba(153, 153, 153, 1); } .apply-item .intro { display: flex; align-items: center; margin-top: 40rpx; } .apply-item .house-img { position: relative; width: 265rpx; height: 200rpx; } .apply-item .house-img .water-img { position: absolute; left: 0; bottom: 10rpx; width: 100%; z-index: 1; background: linear-gradient(134deg, rgba(255, 143, 85, 0.9) 0%, rgba(255, 108, 80, 0.9) 51%, rgba(255, 84, 61, 0.9) 100%); text-align: center; border-bottom-left-radius: 8rpx; border-bottom-right-radius: 8rpx; font-size: 24rpx; padding: 4rpx 10rpx; font-family: PingFangSC-Medium; font-weight: 500; color: rgba(255, 255, 255, 1); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .apply-item .intro .img { border-radius: 8rpx; margin-right: 30rpx; width: 265rpx; height: 200rpx; } .intro-name { font-size: 34rpx; font-family: Roboto-Black; font-weight: 900; color: rgba(34, 34, 34, 1); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .intro-money { display: flex; flex-direction: row; align-items: center; } .intro-money .money-unit { font-size: 26rpx; font-family: Roboto-Regular; font-weight: 400; color: rgba(255, 82, 61, 1); } .intro-money .money { font-size: 40rpx; font-family: PingFangSC-Semibold; font-weight: 600; color: rgba(255, 82, 61, 1); margin: 0 4rpx; } .intro-money .money-cycle { font-size: 26rpx; font-family: Roboto-Regular; font-weight: 400; color: #222222; } .apply-item .apply-item-bottom { height: 78rpx; border-top: 1px solid #EEEEEE; display: flex; justify-content: space-between; align-items: center; margin-top: 40rpx; } .apply-item .apply-item-bottom .detail { font-size: 28rpx; font-family: PingFangSC-Regular; font-weight: 400; color: rgba(34, 34, 34, 1); } .apply-item .apply-item-bottom .arrow { height: 48rpx; width: 48rpx; }