index.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. .g-modal {
  2. .g-modal-wrapper {
  3. position: relative;
  4. .close {
  5. font-size: 20px;
  6. position: absolute;
  7. top: 0;
  8. right: 0;
  9. cursor: pointer;
  10. color: #D0D8E2;
  11. }
  12. .g-modal-title {
  13. font-size: 20px;
  14. color: #303036;
  15. font-weight: 600;
  16. }
  17. .g-modal-body {
  18. padding: 30px 0;
  19. }
  20. .g-modal-btns {
  21. margin: 0 -15px;
  22. .button {
  23. margin: 0 15px;
  24. padding-left: 30px;
  25. padding-right: 30px;
  26. }
  27. }
  28. .g-modal-btns.right {
  29. text-align: right;
  30. }
  31. .g-modal-btns.left {
  32. text-align: left;
  33. }
  34. .g-modal-btns.center {
  35. text-align: center;
  36. }
  37. }
  38. }
  39. .g-modal.bind-phone-modal {
  40. .step-0-layout {
  41. margin-bottom: 70px;
  42. font-size: 18px;
  43. a {
  44. margin-right: 20px;
  45. float: right;
  46. }
  47. }
  48. .step-1-layout {
  49. display: flex;
  50. .label {
  51. font-size: 18px;
  52. line-height: 40px;
  53. margin-right: 20px;
  54. }
  55. .input-layout {
  56. flex: 1;
  57. }
  58. }
  59. }
  60. .g-modal.bind-email-modal {
  61. .step-0-layout {
  62. margin-bottom: 70px;
  63. font-size: 18px;
  64. a {
  65. margin-right: 20px;
  66. float: right;
  67. }
  68. }
  69. .step-1-layout {
  70. display: flex;
  71. .label {
  72. font-size: 18px;
  73. line-height: 40px;
  74. margin-right: 10px;
  75. }
  76. .input-layout {
  77. flex: 1;
  78. }
  79. }
  80. }
  81. .g-modal.edit-info-modal {
  82. .edit-info-modal-block {
  83. display: flex;
  84. .label {
  85. font-size: 18px;
  86. line-height: 40px;
  87. margin-right: 10px;
  88. }
  89. .input-layout {
  90. flex: 1;
  91. }
  92. .file-upload {
  93. background: #F7F7F7;
  94. border: none;
  95. }
  96. }
  97. }
  98. .g-modal.real-auth-modal {
  99. .real-auth-modal-wrapper {
  100. position: relative;
  101. }
  102. .real-auth-text {
  103. font-size: 18px;
  104. .t2 {
  105. margin-bottom: 30px;
  106. }
  107. .t3 {
  108. margin-bottom: 20px;
  109. }
  110. }
  111. .real-auth-qrcode {
  112. position: absolute;
  113. right: 0;
  114. top: 0;
  115. }
  116. }
  117. .g-modal.edit-avatar-modal {
  118. .edit-avatar-modal-wrapper {
  119. position: relative;
  120. }
  121. .edit-avatar-o {
  122. vertical-align: top;
  123. display: inline-block;
  124. padding-right: 35px;
  125. border-right: 1px solid #d8d8d8;
  126. .assets {
  127. width: 360px;
  128. }
  129. }
  130. .edit-avatar-r {
  131. display: inline-block;
  132. padding-left: 30px;
  133. .text {
  134. font-size: 18px;
  135. margin-bottom: 20px;
  136. }
  137. .assets {
  138. border-radius: 50%;
  139. width: 100px;
  140. }
  141. }
  142. }
  143. .g-modal.invite-modal {
  144. .invite-modal-wrapper {
  145. position: relative;
  146. .tip {
  147. font-size: 18px;
  148. color: #686872;
  149. margin-bottom: 30px;
  150. }
  151. }
  152. }