index.less 283 B

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