123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- .g-modal.bind-phone-modal {
- .step-0-layout {
- margin-bottom: 70px;
- font-size: 18px;
- a {
- margin-right: 20px;
- float: right;
- }
- }
- .step-1-layout {
- display: flex;
- .label {
- font-size: 18px;
- line-height: 40px;
- margin-right: 20px;
- }
- .input-layout {
- flex: 1;
- }
- }
- }
- .g-modal.bind-email-modal {
- .step-0-layout {
- margin-bottom: 70px;
- font-size: 18px;
- a {
- margin-right: 20px;
- float: right;
- }
- }
- .step-1-layout {
- display: flex;
- .label {
- font-size: 18px;
- line-height: 40px;
- margin-right: 10px;
- }
- .input-layout {
- flex: 1;
- }
- }
- }
- .g-modal.edit-info-modal {
- .edit-info-modal-block {
- display: flex;
- .label {
- font-size: 18px;
- line-height: 40px;
- margin-right: 10px;
- }
- .input-layout {
- flex: 1;
- }
- .file-upload {
- background: #F7F7F7;
- border: none;
- }
- }
- }
- .g-modal.real-auth-modal {
- .real-auth-modal-wrapper {
- position: relative;
- }
- .real-auth-text {
- font-size: 18px;
- .t2 {
- margin-bottom: 30px;
- }
- .t3 {
- margin-bottom: 20px;
- }
- }
- .real-auth-qrcode {
- position: absolute;
- right: 0;
- top: 0;
- }
- }
- .g-modal.edit-avatar-modal {
- .edit-avatar-modal-wrapper {
- position: relative;
- }
- .edit-avatar-o {
- vertical-align: top;
- display: inline-block;
- padding-right: 35px;
- border-right: 1px solid #d8d8d8;
- .assets {
- width: 360px;
- }
- }
- .edit-avatar-r {
- display: inline-block;
- padding-left: 30px;
- .text {
- font-size: 18px;
- margin-bottom: 20px;
- }
- .img-preview,
- .assets {
- border-radius: 50%;
- width: 100px;
- }
- }
- }
- .g-modal.invite-modal {
- .invite-modal-wrapper {
- position: relative;
- .tip {
- font-size: 18px;
- color: #686872;
- margin-bottom: 30px;
- }
- }
- }
|