l-scroll.css 896 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .l-wrapper {
  2. position: absolute;
  3. z-index: 1;
  4. top: 60px;
  5. bottom: 0px;
  6. left: 0;
  7. width: 100%;
  8. /*background: #ccc;*/
  9. overflow: hidden;
  10. }
  11. .l-scroller {
  12. box-sizing: content-box;
  13. min-height: 100%;
  14. padding-bottom: 2px;
  15. position: absolute;
  16. z-index: 1;
  17. -webkit-tap-highlight-color: rgba(0,0,0,0);
  18. width: 100%;
  19. -webkit-transform: translateZ(0);
  20. -moz-transform: translateZ(0);
  21. -ms-transform: translateZ(0);
  22. -o-transform: translateZ(0);
  23. transform: translateZ(0);
  24. -webkit-touch-callout: none;
  25. -webkit-user-select: none;
  26. -moz-user-select: none;
  27. -ms-user-select: none;
  28. user-select: none;
  29. -webkit-text-size-adjust: none;
  30. -moz-text-size-adjust: none;
  31. -ms-text-size-adjust: none;
  32. -o-text-size-adjust: none;
  33. text-size-adjust: none;
  34. }
  35. .l-pullDown, .l-pullUp, .l-loading, .l-flip, .noMoreData{
  36. text-align: center; height: 30px; line-height: 29px; font-size: 14px;color: #909090;
  37. }