login.wxss 110 B

12345678
  1. /* pages/login/login.wxss */
  2. .container{
  3. background-color: #e5e5e5;
  4. height: 100%;
  5. }
  6. page{
  7. height:100%;
  8. }