index.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .authority {
  2. height: 100%;
  3. padding: 0rpx 20rpx;
  4. padding-bottom: 100px;
  5. .module {
  6. margin-bottom: 30rpx;
  7. .topic {
  8. font-size: 38rpx;
  9. font-weight: bold;
  10. }
  11. .explain {
  12. margin: 10rpx 0rpx;
  13. font-size: 24rpx;
  14. }
  15. .works {
  16. display: flex;
  17. justify-content: space-between;
  18. flex-wrap: wrap;
  19. .work {
  20. margin: 10rpx 0rpx;
  21. .content {
  22. position: relative;
  23. font-size: 0px;
  24. .cover {
  25. width: 344rpx;
  26. height: 194rpx;
  27. border-radius: 8rpx;
  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. background: linear-gradient(0deg, rgba(0, 0, 0, .3), transparent);
  68. display: flex;
  69. align-items: center;
  70. .fb {
  71. margin: 6rpx 10rpx;
  72. width: 26rpx;
  73. height: 26rpx;
  74. }
  75. .fb-num {
  76. font-size: 24rpx;
  77. color: white;
  78. }
  79. }
  80. }
  81. .title {
  82. width: 344rpx;
  83. margin-top: 6rpx;
  84. font-size: 32rpx;
  85. }
  86. }
  87. }
  88. }
  89. }