index.less 2.6 KB

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