123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- @import '../../app.less';
- .login-modal {
- .title {
- font-size: 26px;
- color: #303036;
- margin-bottom: 20px;
- font-weight: 600;
- }
- .tip {
- color: #686872;
- font-size: 12px;
- margin-bottom: 10px;
- transform: translateY(-5px);
- .assets {
- margin-right: 3px;
- transform: translateY(-1px);
- }
- }
- .qr-code {
- text-align: center;
- .assets {
- margin-bottom: 10px;
- }
- .text {
- margin-bottom: 50px;
- }
- .jump {
- display: inline-block;
- color: #A7A7B7;
- cursor: pointer;
- margin-bottom: 10px;
- }
- }
- .btn {
- text-align: center;
- padding-top: 60px;
- padding-bottom: 10px;
- .button {
- width: 150px;
- height: 45px;
- line-height: 45px;
- padding: 0;
- border-radius: 25px;
- font-size: 16px;
- }
- }
- .icon.close {
- position: absolute;
- top: 15px;
- right: 15px;
- }
- .other {
- position: absolute;
- bottom: 0;
- right: 0;
- width: 40px;
- height: 80px;
- cursor: pointer;
- .assets {
- width: 80px;
- height: 80px;
- max-height: none;
- max-width: none;
- transform: translateX(-50%);
- }
- }
- }
- .g-input-container {
- .g-input-wrapper {
- display: flex;
- background: #F7F7F7;
- height: 44px;
- padding: 8px 0;
- line-height: 28px;
- margin-bottom: 25px;
- .g-input {
- flex: 1;
- background: transparent;
- border: none;
- padding: 10px 20px;
- height: 28px;
- }
- .g-input-left {
- position: relative;
- cursor: pointer;
- .g-input-left-select {
- height: 28px;
- border-right: 1px solid #eee;
- padding-left: 10px;
- i {
- margin-left: 5px;
- font-size: 10px;
- margin-right: 10px;
- }
- }
- }
- .g-input-right {
- padding: 0 20px;
- cursor: pointer;
- .g-input-right-verification {
- color: #41A6F3;
- }
- .g-input-right-verification.loading {
- color: #A7A7B7;
- }
- }
- }
- .g-input-wrapper.error {
- margin-bottom: 0;
- }
- .g-input-error {
- color: #FF562E;
- font-size: 12px;
- height: 25px;
- line-height: 25px;
- }
- .select-list {
- top: 36px;
- width: 61px;
- border: 1px solid #EAEDF2;
- max-height: 200px;
- overflow-y: auto;
- list-style: none;
- margin: 0;
- padding: 5px 10px;
- position: absolute;
- background: #fff;
- }
- }
- .LOGIN_PHONE .body {
- padding-bottom: 120px;
- }
- .REGISTER_PHONE .body {
- padding-bottom: 80px;
- }
- .LOGIN_WX .body {
- .qr-code {
- padding-top: 20px;
- padding-bottom: 10px;
- }
- }
- .BIND_WX .body {
- .qr-code {
- padding-top: 20px;
- padding-bottom: 10px;
- }
- }
|