index.less 257 B

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