.item-all { background: #fff; padding: 30rpx 0 36rpx 0; border-bottom: 10rpx solid #f7f7f7; } .item-all .title { width: calc(100% - 48rpx); margin-left: 24rpx; display: flex; align-items: center; } .item-all .title image { width: 52rpx; height: 52rpx; } .item-all .title .info-name { height: 52rpx; display: flex; flex-direction: column; } .item-all .title .info-name .info-top { display: flex; align-items: center; } .item-all .title .info-name .info-top .text-1 { font-size: 26rpx; font-weight: 500; line-height: 26rpx; } .item-all .title .info-name .info-top .red { width: 20rpx; height: 20rpx; background: #fe3626; border-radius: 50%; margin-top: -20rpx; margin-left: 10rpx; } .item-all .title .info-name .text-2 { margin-top: 9rpx; font-size: 20rpx; font-weight: 500; color: rgba(165, 176, 185, 1); line-height: 20rpx; margin-left: 15rpx; } .item-all .line { width: calc(100% - 48rpx); margin-left: 24rpx; height: 1rpx; background: #eaeaea; margin-top: 31rpx; } .item-all .list-info { width: calc(100% - 48rpx); margin-left: 24rpx; margin-top: 23rpx; font-size: 36rpx; font-weight: 500; color: rgba(51, 51, 51, 1); line-height: 54rpx; } .item-all .button { margin-top: 36rpx; width: calc(100% - 48rpx); margin-left: 24rpx; font-size: 28rpx; font-weight: 500; color: rgba(247, 26, 26, 1); text-align: right; }