123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- .my-collection{
- width: 750rpx;
- background: #F0F1F5;
- }
- .collection-article{
- margin-bottom: 4rpx;
- box-sizing: border-box;
- width: 100%;
- padding: 0 23rpx;
- background: #FFFFFF;
- }
- .collection-top{
- width: 100%;
- height: 120rpx;
- display: flex;
- align-items: center;
- }
- .top-img{
- margin-right: 14rpx;
- width: 96rpx;
- height: 96rpx;
- border-radius: 50%;
- }
- .top-img>image{
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .collection-info{
- width: 580rpx;
- font-size: 32rpx;
- margin-bottom: 10rpx;
- }
- .collection-info>.title{
- color: #000000;
- font-weight: 600;
- }
- .collection-info>.date{
- color: #686868;
- font-weight: lighter;
- }
- .video-preview{
- margin-top: 10rpx;
- 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: 55rpx;
- font-size: 32rpx;
- font-weight: 600;
- color: #414141;
- }
- .content-detail{
- width: 100%;
- height: 60rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 24rpx;
- }
- .left{
- width: 200rpx;
- }
- .right{
- width: 220rpx;
- height: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .right image{
- width: 100%;
- height: 100%;
- }
- .play-img{
- width: 20rpx;
- height: 20rpx;
- }
- .point-img{
- width: 26rpx;
- height: 24rpx;
- }
- .right-detail{
- width: 100rpx;
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- }
|