微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
795 B

  1. .auth-box {
  2. }
  3. .auth-box .icon-box {
  4. margin: 270rpx auto 0;
  5. display: block;
  6. width: 400rpx;
  7. height: 400rpx;
  8. background: url("https://shgm.jjyyx.com/m/images/error_img4.png?20190704") no-repeat center;
  9. background-size: contain;
  10. }
  11. .auth-box .text-box {
  12. margin-top: 60rpx;
  13. font-size: 40rpx;
  14. color: #999999;
  15. text-align: center;
  16. }
  17. .auth-box .button-box {
  18. margin-top: 60rpx;
  19. margin-bottom: 60rpx;
  20. font-size: 30rpx;
  21. text-align: center;
  22. }
  23. .auth-box .button-box button {
  24. width: 320rpx;
  25. height: 72rpx;
  26. border: 1px solid #FF4752;
  27. border-radius: 36rpx;
  28. text-align: center;
  29. line-height: 72rpx;
  30. background: #fff;
  31. color: #FF4752;
  32. padding: 0rpx;
  33. }
  34. .auth-box .tips-box {
  35. font-size: 28rpx;
  36. line-height: 40rpx;
  37. color: #999999;
  38. text-align: center;
  39. }