index.less 269 B

12345678910111213141516171819
  1. .worksList {
  2. padding-bottom: 100px;
  3. .playLine {
  4. position: fixed;
  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. }