index.wxss 277 B

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