123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306 |
- .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;
- display: block;
- }
- }
- }
- .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;
- }
- }
- }
- .question-modal {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- >.mask {
- background: #000;
- opacity: .2;
- width: 100%;
- height: 100%;
- }
- .modal-body {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- background: #fff;
- width: 630px;
- color: #686872;
- padding: 20px 30px;
- .modal-content {
- margin: 0 auto;
- }
- .modal-title {
- color: #303036;
- font-size: 20px;
- font-weight: 600;
- border: none;
- }
- .modal-desc {
- color: #686872;
- font-size: 16px;
- padding: 20px 0;
- .select-inline {
- margin-bottom: 15px;
- .select {
- display: inline-block;
- }
- }
- .label {
- margin-bottom: 5px;
- }
- }
- .textarea {
- width: 570px;
- height: 80px;
- background: rgba(247, 247, 247, 1);
- margin-bottom: 15px;
- border: none;
- padding: 5px 10px;
- }
- .bottom {
- border-top: 1px solid #E1E1E1;
- padding-top: 10px;
- text-align: right;
- }
- }
- }
- .question-modal.ask-ok,
- .question-modal.error-ok {
- .modal-body {
- .modal-content {
- width: 100%;
- padding-top: 20px;
- padding-bottom: 40px;
- color: #686872;
- overflow: hidden;
- .left {
- float: left;
- width: 360px;
- font-size: 18px;
- a {
- padding-top: 30px;
- display: inline-block;
- font-size: 14px;
- }
- }
- .right {
- float: right;
- text-align: right;
- font-size: 12px;
- }
- }
- .confirm {
- text-align: center;
- padding-bottom: 10px;
- .answer-button.lager {
- font-size: 16px;
- }
- }
- }
- }
- .question-modal.question-note-modal {
- .modal-body {
- width: 720px;
- .modal-content {
- padding-top: 20px;
- width: 100%;
- .tabs {
- display: inline-block;
- width: 170px;
- vertical-align: top;
- margin-left: -30px;
- margin-right: 30px;
- height: 100%;
- .tab {
- padding: 5px 0px 5px 40px;
- line-height: 20px;
- color: #686872;
- margin-bottom: 30px;
- cursor: pointer;
- transition: all 0.3s;
- border-top-right-radius: 25px;
- border-bottom-right-radius: 25px;
- .date {
- font-size: 12px;
- }
- }
- .tab.active {
- color: #fff;
- background: #4299FF;
- }
- .tab:hover {
- color: #4299FF;
- }
- }
- .input {
- display: inline-block;
- .textarea {
- width: 490px;
- height: 350px;
- margin-bottom: 20px;
- }
- }
- }
- }
- }
|