index.module.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .error {
  2. background-color: #fff;
  3. display: flex;
  4. // padding-top: 20px;
  5. flex-direction: column;
  6. min-height: calc(100vh);
  7. align-items: center;
  8. justify-content: center;
  9. .info {
  10. display: flex;
  11. align-items: center;
  12. margin-bottom: 30px;
  13. span {
  14. display: inline-block;
  15. margin-left: 10px;
  16. color: #58727e;
  17. font-size: 18px;
  18. }
  19. }
  20. :global {
  21. .col-result-container,
  22. .van-empty {
  23. padding-top: 0;
  24. }
  25. .van-button {
  26. width: 50%;
  27. }
  28. }
  29. }
  30. .login {
  31. min-height: 100vh;
  32. background: url('../../../views/layout/images/top_bg.png') no-repeat top center;
  33. background-color: #fff;
  34. background-size: 100%;
  35. .loginTitle {
  36. padding-top: 100px;
  37. font-size: 26px;
  38. padding-left: 35px;
  39. padding-bottom: 70px;
  40. line-height: 37px;
  41. font-weight: 500;
  42. }
  43. .codeText {
  44. color: var(--van-primary-text);
  45. }
  46. .margin34 {
  47. margin: 0 34px;
  48. }
  49. .formTitle {
  50. font-size: 18px;
  51. color: #000;
  52. font-weight: 500;
  53. }
  54. :global {
  55. .van-cell-group {
  56. margin-bottom: 35px;
  57. }
  58. .van-field {
  59. padding-left: 0;
  60. padding-right: 0;
  61. }
  62. .van-button + .van-button {
  63. margin-top: 20px;
  64. color: #000 !important;
  65. }
  66. }
  67. .wxPopupDialog {
  68. position: relative;
  69. overflow: inherit;
  70. margin-top: -160px;
  71. &::before {
  72. position: absolute;
  73. content: ' ';
  74. top: -73px;
  75. left: 50%;
  76. margin-left: -86px;
  77. display: inline-block;
  78. background: url('../pre-apply/images/wx-no-top.png') no-repeat top center;
  79. background-size: contain;
  80. width: 172px;
  81. height: 154px;
  82. }
  83. }
  84. .popupContainer {
  85. background: url('../pre-apply/images/wx-no-bg.png') no-repeat top center !important;
  86. background-size: cover;
  87. border-radius: 20px;
  88. overflow: hidden;
  89. .title {
  90. padding-top: 57px;
  91. text-align: center;
  92. font-size: 18px;
  93. font-weight: 500;
  94. color: #3b2300;
  95. }
  96. .popupTips {
  97. padding-top: 12px;
  98. padding-bottom: 47px;
  99. text-align: center;
  100. font-size: 15px;
  101. color: #777777;
  102. line-height: 21px;
  103. }
  104. }
  105. }