index.less 364 B

1234567891011121314151617181920212223
  1. .worksList {
  2. .playLine {
  3. position: fixed;
  4. top: 50%;
  5. z-index: 999;
  6. width: 100%;
  7. height: 1rpx;
  8. background-color: transparent;
  9. }
  10. .box {
  11. // width: 700rpx;
  12. // margin: auto;
  13. }
  14. }
  15. .share {
  16. width: 375px;
  17. height: 300px;
  18. position: absolute;
  19. left: -9999rpx;
  20. top: -9999rpx;
  21. }