index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 .cover {
  23. width: 344rpx;
  24. height: 194rpx;
  25. border-radius: 8rpx;
  26. }
  27. .authority .module .works .work .title {
  28. width: 344rpx;
  29. margin-top: 6rpx;
  30. font-size: 32rpx;
  31. }
  32. .authority .module .works .audioBox {
  33. position: relative;
  34. }
  35. .authority .module .works .audioBox .audioPlay {
  36. position: absolute;
  37. left: 0px;
  38. top: 0px;
  39. bottom: 0px;
  40. right: 0px;
  41. margin: auto;
  42. width: 220rpx;
  43. height: 174rpx;
  44. display: flex;
  45. align-items: center;
  46. justify-content: center;
  47. }
  48. .authority .module .works .audioBox .audioPlay .audioPlayBg {
  49. width: 150rpx;
  50. height: 150rpx;
  51. }
  52. .authority .module .works .audioBox .audioPlay .audioPlayZhen {
  53. position: absolute;
  54. right: 30rpx;
  55. top: 16rpx;
  56. width: 32rpx;
  57. height: 40rpx;
  58. }
  59. .authority .module .works .audioBox .audioPlay .cover {
  60. position: absolute;
  61. width: 130rpx;
  62. height: 130rpx;
  63. border-radius: 50%;
  64. }