index.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .g-modal.bind-phone-modal {
  2. .step-0-layout {
  3. margin-bottom: 70px;
  4. font-size: 18px;
  5. a {
  6. margin-right: 20px;
  7. float: right;
  8. }
  9. }
  10. .step-1-layout {
  11. display: flex;
  12. .label {
  13. font-size: 18px;
  14. line-height: 40px;
  15. margin-right: 20px;
  16. }
  17. .input-layout {
  18. flex: 1;
  19. }
  20. }
  21. }
  22. .g-modal.bind-email-modal {
  23. .step-0-layout {
  24. margin-bottom: 70px;
  25. font-size: 18px;
  26. a {
  27. margin-right: 20px;
  28. float: right;
  29. }
  30. }
  31. .step-1-layout {
  32. display: flex;
  33. .label {
  34. font-size: 18px;
  35. line-height: 40px;
  36. margin-right: 10px;
  37. }
  38. .input-layout {
  39. flex: 1;
  40. }
  41. }
  42. }
  43. .g-modal.edit-info-modal {
  44. .edit-info-modal-block {
  45. display: flex;
  46. .label {
  47. font-size: 18px;
  48. line-height: 40px;
  49. margin-right: 10px;
  50. }
  51. .input-layout {
  52. flex: 1;
  53. }
  54. .file-upload {
  55. background: #F7F7F7;
  56. border: none;
  57. }
  58. }
  59. }
  60. .g-modal.real-auth-modal {
  61. .real-auth-modal-wrapper {
  62. position: relative;
  63. }
  64. .real-auth-text {
  65. font-size: 18px;
  66. .t2 {
  67. margin-bottom: 30px;
  68. }
  69. .t3 {
  70. margin-bottom: 20px;
  71. }
  72. }
  73. .real-auth-qrcode {
  74. position: absolute;
  75. right: 0;
  76. top: 0;
  77. }
  78. }
  79. .g-modal.edit-avatar-modal {
  80. .edit-avatar-modal-wrapper {
  81. position: relative;
  82. }
  83. .edit-avatar-o {
  84. vertical-align: top;
  85. display: inline-block;
  86. padding-right: 35px;
  87. border-right: 1px solid #d8d8d8;
  88. .assets {
  89. width: 360px;
  90. }
  91. }
  92. .edit-avatar-r {
  93. display: inline-block;
  94. padding-left: 30px;
  95. .text {
  96. font-size: 18px;
  97. margin-bottom: 20px;
  98. }
  99. .img-preview,
  100. .assets {
  101. border-radius: 50%;
  102. width: 100px;
  103. }
  104. }
  105. }
  106. .g-modal.invite-modal {
  107. .invite-modal-wrapper {
  108. position: relative;
  109. .tip {
  110. font-size: 18px;
  111. color: #686872;
  112. margin-bottom: 30px;
  113. }
  114. }
  115. }