12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .my-collection{
- width: 750rpx;
- /* background: #F0F1F5; */
- }
- .collection-article{
- margin-bottom: 4rpx;
- box-sizing: border-box;
- width: 100%;
- padding: 0 23rpx;
- background: #FFFFFF;
- }
- .video-preview{
- padding-top: 16rpx;
- width: 100%;
- height: 290rpx;
- border-radius: 20rpx;
- }
- .video-preview>image{
- width: 100%;
- height: 100%;
- border-radius: 20rpx;
- }
- .content-title{
- margin-top: 10rpx;
- width: 100%;
- height: 52rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #414141;
- }
- .content-detail{
- width: 100%;
- height: 50rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 24rpx;
- }
- .left{
- width: 200rpx;
- }
|