Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

80 строки
1.2 KiB

  1. /* pages/getuserinfo/index.wxss */
  2. page {
  3. background: #ffffff;
  4. }
  5. .login-body {
  6. padding-top: 106rpx;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. justify-content: center;
  11. }
  12. .backHome {
  13. margin-top: 20rpx !important;
  14. }
  15. .login-logo {
  16. width: 320rpx;
  17. /* height: 320rpx; */
  18. padding-top: 70rpx;
  19. }
  20. .login-logo>image {
  21. display: block;
  22. width: 320rpx;
  23. border-radius: 16rpx;
  24. }
  25. .login-btn {
  26. padding-top: 120rpx;
  27. width: 504rpx;
  28. }
  29. .txt {
  30. display: block;
  31. width: 300rpx;
  32. height: 108rpx;
  33. margin-top: 5.8%;
  34. font-size: 30rpx;
  35. color: #999;
  36. line-height: 54rpx;
  37. text-align: center;
  38. }
  39. .active {
  40. opacity: .6;
  41. }
  42. .login-btn .login-btn-login {
  43. background: #52a0fd;
  44. border-radius: 15rpx !important;
  45. height: 94rpx !important;
  46. line-height: 94rpx;
  47. padding: 0 !important;
  48. font-family: PingFangSC-Semibold !important;
  49. font-size: 36rpx !important;
  50. color: #FFFFFF !important;
  51. letter-spacing: 0.75rpx !important;
  52. text-align: center;
  53. }
  54. .title {
  55. margin-top: 30rpx;
  56. }
  57. .title text {
  58. display: block;
  59. text-align: center;
  60. }
  61. .title text:nth-of-type(1) {
  62. font-size: 38rpx;
  63. font-weight: bold;
  64. }
  65. .title text:nth-of-type(2) {
  66. font-size: 30rpx;
  67. margin-top: 25rpx;
  68. }