index.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .authority {
  2. height: 100%;
  3. padding: 0rpx 25rpx;
  4. .module {
  5. margin-bottom: 45rpx;
  6. .topic {
  7. margin-bottom: 8rpx;
  8. font-size: 36rpx;
  9. color: #000;
  10. }
  11. .explain {
  12. color: #666;
  13. font-size: 28rpx;
  14. }
  15. .works {
  16. display: flex;
  17. justify-content: space-between;
  18. flex-wrap: wrap;
  19. .work {
  20. margin: 20rpx 0rpx;
  21. .content {
  22. position: relative;
  23. font-size: 0px;
  24. border-radius: 30rpx;
  25. overflow: hidden;
  26. .cover {
  27. width: 344rpx;
  28. height: 194rpx;
  29. }
  30. .audioBox {
  31. position: relative;
  32. .audioPlay {
  33. position: absolute;
  34. left: 0px;
  35. top: 0px;
  36. bottom: 0px;
  37. right: 0px;
  38. margin: auto;
  39. width: 220rpx;
  40. height: 174rpx;
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. .audioPlayBg {
  45. width: 150rpx;
  46. height: 150rpx;
  47. }
  48. .audioPlayZhen {
  49. position: absolute;
  50. right: 30rpx;
  51. top: 16rpx;
  52. width: 32rpx;
  53. height: 40rpx;
  54. }
  55. .cover {
  56. position: absolute;
  57. width: 130rpx;
  58. height: 130rpx;
  59. border-radius: 50%;
  60. }
  61. }
  62. }
  63. .mask {
  64. position: absolute;
  65. width: 100%;
  66. height: 40rpx;
  67. bottom: 0px;
  68. padding: 4rpx;
  69. background: linear-gradient(0deg, rgba(0, 0, 0, .3), transparent);
  70. display: flex;
  71. align-items: center;
  72. .fb {
  73. margin: 6rpx 10rpx;
  74. width: 26rpx;
  75. height: 26rpx;
  76. }
  77. .fb-num {
  78. font-size: 24rpx;
  79. color: white;
  80. }
  81. }
  82. }
  83. .title {
  84. width: 344rpx;
  85. margin-top: 6rpx;
  86. font-size: 30rpx;
  87. }
  88. }
  89. }
  90. }
  91. }