mycollection.wxss 718 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .my-collection{
  2. width: 750rpx;
  3. /* background: #F0F1F5; */
  4. }
  5. .collection-article{
  6. margin-bottom: 4rpx;
  7. box-sizing: border-box;
  8. width: 100%;
  9. padding: 0 23rpx;
  10. background: #FFFFFF;
  11. }
  12. .video-preview{
  13. padding-top: 16rpx;
  14. width: 100%;
  15. height: 290rpx;
  16. border-radius: 20rpx;
  17. }
  18. .video-preview>image{
  19. width: 100%;
  20. height: 100%;
  21. border-radius: 20rpx;
  22. }
  23. .content-title{
  24. margin-top: 10rpx;
  25. width:80%;
  26. height: 52rpx;
  27. font-size: 32rpx;
  28. color: #414141;
  29. display:inline-block;
  30. }
  31. .content-detail{
  32. /* width: 100%; */
  33. height: 50rpx;
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. font-size: 24rpx;
  38. display:inline-block;
  39. }
  40. .left{
  41. /* width: 200rpx; */
  42. }