app.wxss 221 B

123456789101112131415
  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. @import './assets/fonts/iconfont.wxss'