.collect-ul { padding-top: 4rpx; .collect-ltem { display: flex; padding: 30rpx 34rpx; background: #fff; margin-bottom: 4rpx; align-items: center; justify-content: space-between; .title { position: relative; max-width: 625rpx; color: #4a4a4a; font-size: 34rpx; padding-left: 28rpx; .reg-text { position: absolute; top: 15rpx; left: 0rpx; width: 14rpx; height: 14rpx; background-color: #ff0000; border-radius: 50%; z-index: 9; } } .desc { display: flex; align-items: center; width: 100%; margin-top: 17rpx; padding-left: 28rpx; width: 625rpx; color: #999; } .item-more { display: flex; justify-content: space-between; color: #cecece; margin-top: 20rpx; } .publishDate { margin-right: 30rpx; white-space: nowrap; } .text-name { color: #2c83ff; font-size: 26rpx; } } }