微信小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

wxAuth.wxss 795 B

3 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. }