app.wxss 231 B

1234567891011121314151617
  1. /**app.wxss**/
  2. page{
  3. min-height: 100%;
  4. height: 100%;
  5. background: #ffffff;
  6. -webkit-overflow-scrolling : touch;
  7. }
  8. .container {
  9. padding: 0;
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .hidden{
  14. pointer-events: none;
  15. opacity: 0;
  16. }