index.less 3.0 KB

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