.list { margin-top: 30rpx; } .item { border: 2rpx solid #f3f3f3; padding: 30rpx 30rpx 20rpx; box-sizing: border-box; border-radius: 30rpx; margin-bottom: 30rpx; } .item-top { display: flex; margin-bottom: 20rpx; } .item-name { flex: 1; font-weight: 600; } .item-number { color: #2487ff; font-weight: 600; } .item-number text { font-size: 26rpx; padding-left: 10rpx; font-weight: normal; } .item-label { line-height: 60rpx; display: flex; font-size: 28rpx; color: #9d9d9d; } .item-left { flex: 1; } .item-state { color: #eb504c; } .item-state.green { color: #03af03; } .item-state.yellow { color: #8a5400; } /* 暂无内容 */ .recommend-hint { text-align: center; color: #999; padding: 100rpx 0; font-size: 28rpx; } .recommend-hint image { width: 160rpx; height: 160rpx; }