index.wxss 1.9 KB

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