index.wxss 1.8 KB

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