index.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. @import '../../app.less';
  2. .login-modal {
  3. .title {
  4. font-size: 26px;
  5. color: #303036;
  6. margin-bottom: 20px;
  7. font-weight: 600;
  8. }
  9. .tip {
  10. color: #686872;
  11. font-size: 12px;
  12. margin-bottom: 10px;
  13. transform: translateY(-5px);
  14. .assets {
  15. margin-right: 3px;
  16. transform: translateY(-1px);
  17. }
  18. }
  19. .qr-code {
  20. text-align: center;
  21. .assets {
  22. margin-bottom: 10px;
  23. }
  24. .text {
  25. margin-bottom: 50px;
  26. }
  27. .jump {
  28. display: inline-block;
  29. color: #A7A7B7;
  30. cursor: pointer;
  31. margin-bottom: 10px;
  32. }
  33. }
  34. .btn {
  35. text-align: center;
  36. padding-top: 60px;
  37. padding-bottom: 10px;
  38. .button {
  39. width: 150px;
  40. height: 45px;
  41. line-height: 45px;
  42. padding: 0;
  43. border-radius: 25px;
  44. font-size: 16px;
  45. }
  46. }
  47. .icon.close {
  48. position: absolute;
  49. top: 15px;
  50. right: 15px;
  51. }
  52. .other {
  53. position: absolute;
  54. bottom: 0;
  55. right: 0;
  56. width: 40px;
  57. height: 80px;
  58. cursor: pointer;
  59. .assets {
  60. width: 80px;
  61. height: 80px;
  62. max-height: none;
  63. max-width: none;
  64. transform: translateX(-50%);
  65. }
  66. }
  67. .g-input-container {
  68. .g-input-wrapper {
  69. display: flex;
  70. background: #F7F7F7;
  71. height: 44px;
  72. padding: 8px 0;
  73. line-height: 28px;
  74. margin-bottom: 25px;
  75. .g-input {
  76. flex: 1;
  77. background: transparent;
  78. border: none;
  79. padding: 10px 20px;
  80. height: 28px;
  81. }
  82. .g-input-left {
  83. cursor: pointer;
  84. .g-input-left-select {
  85. height: 28px;
  86. border-right: 1px solid #eee;
  87. padding-left: 10px;
  88. i {
  89. margin-left: 5px;
  90. font-size: 10px;
  91. margin-right: 10px;
  92. }
  93. }
  94. }
  95. .g-input-right {
  96. padding: 0 20px;
  97. cursor: pointer;
  98. .g-input-right-verification {
  99. color: #41A6F3;
  100. }
  101. .g-input-right-verification.loading {
  102. color: #A7A7B7;
  103. }
  104. }
  105. }
  106. .g-input-wrapper.error {
  107. margin-bottom: 0;
  108. }
  109. .g-input-error {
  110. color: #FF562E;
  111. font-size: 12px;
  112. height: 25px;
  113. line-height: 25px;
  114. }
  115. }
  116. }
  117. .LOGIN_PHONE .body {
  118. padding-bottom: 120px;
  119. }
  120. .REGISTER_PHONE .body {
  121. padding-bottom: 80px;
  122. }
  123. .LOGIN_WX .body {
  124. .qr-code {
  125. padding-top: 60px;
  126. padding-bottom: 120px;
  127. }
  128. }
  129. .BIND_WX .body {
  130. .qr-code {
  131. padding-top: 20px;
  132. padding-bottom: 10px;
  133. }
  134. }