index.less 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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. }
  117. .question-modal {
  118. position: fixed;
  119. top: 0;
  120. left: 0;
  121. right: 0;
  122. bottom: 0;
  123. >.mask {
  124. background: #000;
  125. opacity: .2;
  126. width: 100%;
  127. height: 100%;
  128. }
  129. .modal-body {
  130. position: absolute;
  131. left: 50%;
  132. top: 50%;
  133. transform: translate(-50%, -50%);
  134. background: #fff;
  135. width: 630px;
  136. color: #686872;
  137. padding: 20px 30px;
  138. .modal-content {
  139. margin: 0 auto;
  140. }
  141. .modal-title {
  142. color: #303036;
  143. font-size: 20px;
  144. font-weight: 600;
  145. border: none;
  146. }
  147. .modal-desc {
  148. color: #686872;
  149. font-size: 16px;
  150. padding: 20px 0;
  151. .select-inline {
  152. margin-bottom: 15px;
  153. .select {
  154. display: inline-block;
  155. }
  156. }
  157. .label {
  158. margin-bottom: 5px;
  159. }
  160. }
  161. .textarea {
  162. width: 570px;
  163. height: 80px;
  164. background: rgba(247, 247, 247, 1);
  165. margin-bottom: 15px;
  166. border: none;
  167. padding: 5px 10px;
  168. }
  169. .bottom {
  170. border-top: 1px solid #E1E1E1;
  171. padding-top: 10px;
  172. text-align: right;
  173. }
  174. }
  175. }
  176. .question-modal.ask-ok,
  177. .question-modal.error-ok {
  178. .modal-body {
  179. .modal-content {
  180. width: 100%;
  181. padding-top: 20px;
  182. padding-bottom: 40px;
  183. color: #686872;
  184. overflow: hidden;
  185. .left {
  186. float: left;
  187. width: 360px;
  188. font-size: 18px;
  189. a {
  190. padding-top: 30px;
  191. display: inline-block;
  192. font-size: 14px;
  193. }
  194. }
  195. .right {
  196. float: right;
  197. text-align: right;
  198. font-size: 12px;
  199. }
  200. }
  201. .confirm {
  202. text-align: center;
  203. padding-bottom: 10px;
  204. .answer-button.lager {
  205. font-size: 16px;
  206. }
  207. }
  208. }
  209. }
  210. .question-modal.question-note-modal {
  211. .modal-body {
  212. width: 720px;
  213. .modal-content {
  214. padding-top: 20px;
  215. width: 100%;
  216. .tabs {
  217. display: inline-block;
  218. width: 170px;
  219. vertical-align: top;
  220. margin-left: -30px;
  221. margin-right: 30px;
  222. height: 100%;
  223. .tab {
  224. padding: 5px 0px 5px 40px;
  225. line-height: 20px;
  226. color: #686872;
  227. margin-bottom: 30px;
  228. cursor: pointer;
  229. transition: all 0.3s;
  230. border-top-right-radius: 25px;
  231. border-bottom-right-radius: 25px;
  232. .date {
  233. font-size: 12px;
  234. }
  235. }
  236. .tab.active {
  237. color: #fff;
  238. background: #4299FF;
  239. }
  240. .tab:hover {
  241. color: #4299FF;
  242. }
  243. }
  244. .input {
  245. display: inline-block;
  246. .textarea {
  247. width: 490px;
  248. height: 350px;
  249. margin-bottom: 20px;
  250. }
  251. }
  252. }
  253. }
  254. }