1
0

index.less 1.9 KB

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