mycollection.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. .collection-top{
  13. width: 100%;
  14. height: 120rpx;
  15. display: flex;
  16. align-items: center;
  17. }
  18. .top-img{
  19. margin-right: 14rpx;
  20. width: 96rpx;
  21. height: 96rpx;
  22. border-radius: 50%;
  23. }
  24. .top-img>image{
  25. width: 100%;
  26. height: 100%;
  27. border-radius: 50%;
  28. }
  29. .collection-info{
  30. width: 580rpx;
  31. font-size: 32rpx;
  32. margin-bottom: 10rpx;
  33. }
  34. .collection-info>.title{
  35. color: #000000;
  36. font-weight: 600;
  37. }
  38. .collection-info>.date{
  39. color: #686868;
  40. font-weight: lighter;
  41. }
  42. .video-preview{
  43. margin-top: 10rpx;
  44. width: 100%;
  45. height: 290rpx;
  46. border-radius: 20rpx;
  47. }
  48. .video-preview>image{
  49. width: 100%;
  50. height: 100%;
  51. border-radius: 20rpx;
  52. }
  53. .content-title{
  54. margin-top: 10rpx;
  55. width: 100%;
  56. height: 55rpx;
  57. font-size: 32rpx;
  58. font-weight: 600;
  59. color: #414141;
  60. }
  61. .content-detail{
  62. width: 100%;
  63. height: 60rpx;
  64. display: flex;
  65. justify-content: space-between;
  66. align-items: center;
  67. font-size: 24rpx;
  68. }
  69. .left{
  70. width: 200rpx;
  71. }
  72. .right{
  73. width: 220rpx;
  74. height: 100%;
  75. display: flex;
  76. justify-content: space-between;
  77. align-items: center;
  78. }
  79. .right image{
  80. width: 100%;
  81. height: 100%;
  82. }
  83. .play-img{
  84. width: 20rpx;
  85. height: 20rpx;
  86. }
  87. .point-img{
  88. width: 26rpx;
  89. height: 24rpx;
  90. }
  91. .right-detail{
  92. width: 100rpx;
  93. display: flex;
  94. justify-content: space-between;
  95. align-items: flex-start;
  96. }