auth.wxss 289 B

123456789101112131415161718
  1. /* pages/components/auth/auth.wxss */
  2. .auth_container {
  3. position: fixed;
  4. left: 0;
  5. right: 0;
  6. top: 0;
  7. bottom: 0;
  8. z-index: 9999;
  9. padding-top: 40rpx;
  10. box-sizing: border-box;
  11. background: #fff;
  12. }
  13. .auth_bg {
  14. display: block;
  15. width: 523rpx;
  16. height: 300rpx;
  17. margin: auto;
  18. }