@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; } }