index.wxss 265 B

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