index.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. }
  68. .g-input-container {
  69. .g-input-wrapper {
  70. display: flex;
  71. background: #F7F7F7;
  72. height: 44px;
  73. padding: 8px 0;
  74. line-height: 28px;
  75. margin-bottom: 25px;
  76. .g-input {
  77. flex: 1;
  78. background: transparent;
  79. border: none;
  80. padding: 10px 20px;
  81. height: 28px;
  82. }
  83. .g-input-left {
  84. position: relative;
  85. cursor: pointer;
  86. .g-input-left-select {
  87. height: 28px;
  88. border-right: 1px solid #eee;
  89. padding-left: 10px;
  90. i {
  91. margin-left: 5px;
  92. font-size: 10px;
  93. margin-right: 10px;
  94. }
  95. }
  96. }
  97. .g-input-right {
  98. padding: 0 20px;
  99. cursor: pointer;
  100. .g-input-right-verification {
  101. color: #41A6F3;
  102. }
  103. .g-input-right-verification.loading {
  104. color: #A7A7B7;
  105. }
  106. }
  107. }
  108. .g-input-wrapper.error {
  109. margin-bottom: 0;
  110. }
  111. .g-input-error {
  112. color: #FF562E;
  113. font-size: 12px;
  114. height: 25px;
  115. line-height: 25px;
  116. }
  117. .select-list {
  118. top: 36px;
  119. width: 61px;
  120. border: 1px solid #EAEDF2;
  121. max-height: 200px;
  122. overflow-y: auto;
  123. list-style: none;
  124. margin: 0;
  125. padding: 5px 10px;
  126. position: absolute;
  127. background: #fff;
  128. }
  129. }
  130. .LOGIN_PHONE .body {
  131. padding-bottom: 120px;
  132. }
  133. .REGISTER_PHONE .body {
  134. padding-bottom: 80px;
  135. }
  136. .LOGIN_WX .body {
  137. .qr-code {
  138. padding-top: 20px;
  139. padding-bottom: 10px;
  140. }
  141. }
  142. .BIND_WX .body {
  143. .qr-code {
  144. padding-top: 20px;
  145. padding-bottom: 10px;
  146. }
  147. }