.item { width: 702rpx; padding: 24rpx; background-color: #fff; position: relative; color: rgba(58, 60, 101, 0.70); line-height: 60rpx; margin-bottom: 24rpx; box-sizing: border-box; } .border-radius-20 { border-radius: 10rpx; } .icon { position: absolute; top: 0; right: 0; width: 100%; height: 170rpx; } .date { color: #3A3C65; font-size: 34rpx; font-weight: 500; margin-bottom: 18rpx; } .over { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .name { color: #6473FB; font-size: 34rpx; font-weight: 700; max-width: 370rpx; } .position { position: absolute; top: 20rpx; right: 24rpx; width: 223rpx; line-height: 40rpx; font-size: 24rpx; text-align: right; } .status-img { width: 92rpx; height: 84rpx; position: absolute; bottom: 50rpx; right: 24rpx; } .flex { display: flex; justify-content: left; align-items: center; color: rgba(58, 60, 101, 0.70); font-size: 28rpx; } .flex>image { width: 90rpx; height: 90rpx; margin-right: 24rpx; }