mycollection.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .my-collection {
  2. width: 750rpx;
  3. min-height: 100%;
  4. background: rgba(240, 241, 245, 1);
  5. padding-top: 10rpx;
  6. background: #eee;
  7. /* background: #F0F1F5; */
  8. }
  9. .video-swiper {
  10. width: 100%;
  11. height: 100%;
  12. display: block;
  13. background: #ffffff;
  14. }
  15. .collection-article {
  16. position: relative;
  17. overflow: hidden;
  18. width: 100%;
  19. height: 385rpx;
  20. background: #fff;
  21. /* border-radius: 12rpx; */
  22. margin: 0 auto 20rpx;
  23. }
  24. .video-preview {
  25. display: block;
  26. width: 704rpx;
  27. height: 290rpx;
  28. margin: 26rpx auto 0;
  29. border-radius: 20rpx;
  30. }
  31. .video-preview>image {
  32. width: 100%;
  33. height: 100%;
  34. border-radius: 20rpx;
  35. }
  36. .content-title {
  37. margin-top: 10rpx;
  38. width: 77%;
  39. height: 52rpx;
  40. font-size: 32rpx;
  41. color: #444;
  42. display: inline-block;
  43. padding-left: 14rpx;
  44. }
  45. .content-detail {
  46. /* width: 100%; */
  47. height: 50rpx;
  48. display: flex;
  49. justify-content: space-between;
  50. align-items: center;
  51. font-size: 24rpx;
  52. display: inline-block;
  53. }
  54. .comment_section{
  55. position: fixed;
  56. top: 0;
  57. left: 0;
  58. width: 100%;
  59. height: 98%;
  60. z-index: 9999;
  61. background: rgba(0, 0, 0, .3);
  62. overflow: hidden;
  63. }