index.less 2.1 KB

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