index.wxss 237 B

123456789101112131415
  1. .worksList .playLine {
  2. position: fixed;
  3. top: 50%;
  4. z-index: 999;
  5. width: 100%;
  6. height: 1rpx;
  7. background-color: transparent;
  8. }
  9. .share {
  10. width: 375px;
  11. height: 300px;
  12. position: absolute;
  13. left: -9999rpx;
  14. top: -9999rpx;
  15. }