arLogin.acss 224 B

123456789101112131415161718
  1. page {
  2. background: #fff;
  3. }
  4. .initImg{
  5. width: 200rpx;
  6. height: 200rpx;
  7. margin-top: 1.6rem;
  8. }
  9. .footer{
  10. position: fixed;
  11. left: 0;
  12. right: 0;
  13. bottom: 1rem;
  14. z-index: 99;
  15. text-align: center;
  16. font-size: 0.3rem;
  17. }