index.wxss 787 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .mb20 {
  2. margin-bottom: 40rpx;
  3. }
  4. .wrap {
  5. position: fixed;
  6. width: 100%;
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. }
  12. .wrap .auth-login {
  13. margin: 100rpx 0 50rpx;
  14. width: 550rpx;
  15. }
  16. .auth_bg {
  17. width: 100%;
  18. height: 100%;
  19. border-radius: 0;
  20. }
  21. .auth_bg::after {
  22. border: 0;
  23. }
  24. .wrap .line1 {
  25. line-height: 50rpx;
  26. color: #333;
  27. font-size: 30rpx;
  28. }
  29. .wrap .line2 {
  30. line-height: 50rpx;
  31. color: #999;
  32. font-size: 26rpx;
  33. }
  34. .wrap .line3 {
  35. line-height: 50rpx;
  36. color: #333;
  37. font-size: 24rpx;
  38. }
  39. .wrap .confirm {
  40. width: 500rpx;
  41. height: 90rpx;
  42. line-height: 90rpx;
  43. margin-top: 40rpx;
  44. background: #1aad19;
  45. color: #fff;
  46. border-radius: 10rpx;
  47. font-size: 34rpx;
  48. margin-bottom: 40%;
  49. }
  50. .button-hover {
  51. opacity: 0.8;
  52. }