12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .collect-ul {
- // margin-top: 30rpx;s
- 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;
- }
- .publishDate {
- margin-right: 30rpx;
- white-space: nowrap;
- }
- .text-name {
- color: #2C83FF;
- font-size: 26rpx;
- }
- }
- }
|