myworks.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /* pages/user/myworks/myworks.wxss */
  2. .user-works{
  3. width: 750rpx;
  4. background: #F0F1F5;
  5. }
  6. .works-article{
  7. margin-top: 4rpx;
  8. box-sizing: border-box;
  9. width: 100%;
  10. padding: 0 23rpx;
  11. background: #FFFFFF;
  12. }
  13. .user-info{
  14. width: 100%;
  15. height: 120rpx;
  16. font-size:32rpx;
  17. display: flex;
  18. align-items: center;
  19. }
  20. .avatar-img{
  21. margin-right: 14rpx;
  22. width: 96rpx;
  23. height: 96rpx;
  24. border-radius: 50%;
  25. }
  26. .avatar-img>image{
  27. width: 100%;
  28. height: 100%;
  29. border-radius: 50%;
  30. }
  31. .user-name{
  32. color: #000000;
  33. font-weight: 500;
  34. }
  35. .user-time{
  36. color: #686868;
  37. font-weight: lighter;
  38. }
  39. .video-preview{
  40. margin-top: 10rpx;
  41. width: 100%;
  42. height: 290rpx;
  43. border-radius: 20rpx;
  44. }
  45. .video-preview>image{
  46. width: 100%;
  47. height: 100%;
  48. border-radius: 20rpx;
  49. }
  50. .content-title{
  51. margin-top: 10rpx;
  52. width: 100%;
  53. height: 40rpx;
  54. font-size: 32rpx;
  55. font-weight: 500;
  56. color: #414141;
  57. }
  58. .content-detail{
  59. margin-top: 30rpx;
  60. width: 100%;
  61. height: 50rpx;
  62. display: flex;
  63. justify-content: space-between;
  64. font-size: 24rpx;
  65. }
  66. .left{
  67. width: 200rpx;
  68. }
  69. .right{
  70. width: 150rpx;
  71. height: 100%;
  72. display: flex;
  73. justify-content: space-between;
  74. }
  75. .right image{
  76. width: 100%;
  77. height: 100%;
  78. }
  79. .play-img{
  80. width: 20rpx;
  81. height: 20rpx;
  82. }
  83. .point-img{
  84. width: 26rpx;
  85. height: 24rpx;
  86. }
  87. .right-detail{
  88. width: 50rpx;
  89. display: flex;
  90. justify-content: space-between;
  91. align-items: flex-start;
  92. }