| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #main {min-height: 94%;}
- #ubBindMainContent{display: grid; place-items: center; min-height: 40vh;}
- .panel-form-div {margin: 0 auto; margin-top: 10%;}
- .z-panel-form-div {margin: 0 auto;}
- .page-title {position: absolute; top: 1rem; float: left;}
- .page-title span {margin-left: 1rem;}
- .panel-form {padding: 0; width: 32rem;}
- .form-title {display: block; margin: 0 auto; max-width: 32rem;}
- .form-title .main-title {padding-top: 26px; padding-left: 3.2rem;}
- .form-title .sub-title {width: 20%; display: inline-block; margin-top: 28px; text-align: center;}
- .form-title .sub-title .icon {margin-right: 4px;}
- .label-text {margin-left: 10px; float: left; line-height: 2.5rem;}
- .label-text:before { content: '* '; color: rgba(var(--color-danger-500-rgb), var(--tw-text-opacity));}
- .no-label-mobile {width: 75%; margin-left: 1rem; float: left;}
- .no-label-code {width: 80%; margin-left: 1rem; float: left;}
- .no-label-input {height: 2.5rem}
- .label-text-mobile {margin-top: 0.1rem; margin-left: 1.2rem;}
- .label-text-code {margin-top: 0.1rem; margin-left: 1.2rem;}
- #captchaImageLabel {margin-top: 0;}
- #captchaImage {width: 7rem; margin-left: 0.8rem; display: inline;}
- #checkMobileSenderID {display: inline; cursor: pointer;}
- #captcha-btn {width: 7rem; line-height: 40px; padding-left: 1rem; color: #0084FF;}
- .form-agree-ux {color: #5A6D88; margin-left: 2.1rem; margin-top: 0.6rem;}
- .form-agree-ux-text {max-width: 95%; font-size: 12px; line-height: 20px;}
- #experience-plan-show {color: #0084FF;}
- .form-actions .open-url{display: none;}
- .captcha-mobile-sender {width: 204px; height: 124px; position: absolute; margin-left: 30rem; box-shadow: 0px 2px 24px 3px #1F232914; background-color: #fff; margin-top: -17rem;}
- .captcha-wrapper {height:68px; margin-bottom: 12px;}
- .captcha-wrapper img, .image-box {width: 100%;height: 100%;}
- #checkMobileSender {height: 36px; line-height: 36px; color: #007AFF; background: #fff; padding:0;}
- #checkMobileSender:hover,#checkMobileSender:active,#checkMobileSender:focus {box-shadow: none;}
- button[type="submit"] {height: 40px; width: 120px; margin-top: -1.2rem;}
- .z-box-container {width: 100%; margin: 0 auto; background: white; border-radius: 8px; padding: 24px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);}
- .z-bind-info-image {display: flex; align-items: center; margin-top: 0.4rem; margin-left: 0.4rem;}
- .z-bind-info-image img {width: 44px; height: 44px; margin-right: 12px;}
- .z-bind-info-website {color: #666; margin-bottom: 4px; width: 10rem; display: flex;}
- .z-bind-info-website span {width: 10rem; display: flex;}
- .z-unbind-btn {border: 1px solid #E6ECF8; color: #0084FF; border-radius: 16px; padding: 6px 16px; margin-left: 11rem; line-height: 15px; width: 7rem;}
- .z-plan-info {margin-top: 20px; padding-top: 20px;}
- .z-plan-info-box {margin-top: 1.3rem; margin-left: 30px;}
- .z-plan-info-box a {color: #0084FF; text-decoration: none;}
- .z-plan-info-box span {color: #666;}
- .z-plan-info-box-text {float: left; width: 80%; font-size: 12px; line-height: 20px;}
- .z-switch {display: inline-block; float: left;}
- .switch {min-height: 16px;}
- .z-switch-toggle {height: 24px; background: #0084FF; border-radius: 12px; position: relative;}
- .z-footer-btn {margin-top: 68px; display: block; justify-content: center; align-items: center; height: 40px; margin-left: 2rem;}
- .z-footer-btn button {width: 86px;}
- .z-footer-btn .z-show-gift {margin-left: 2rem; width: 106px;}
- .z-bind-info {border: 1px solid #f0f0f0; border-radius: 5px;height: 4.4rem;}
- .z-plan-info {border: 1px solid #f0f0f0; border-radius: 5px;height: 3.6rem;}
- .install-logo {position: relative; top: 3rem; left: 3rem; float: left; margin-right: -12rem;}
- .install-logo img {height: auto; max-width: 9rem;}
- /*.unbind-modal-title {font-weight: bold;}*/
- .modal-dialog {width: 28rem; border-radius: 8px;}
- .modal-footer button {float: right;}
- .modal-footer .primary {margin-right: 1rem;}
- .modal-footer {display: block;}
- .modal-footer .toolbar {display: block;}
- .modal-footer .toolbar .primary {float: right;}
- .skip-btn {float: right; margin-top: -4.5rem; margin-right: 1rem; z-index: 70; height: 40px; width: 5rem;}
- #unBind {color: #0084FF; margin-left: 1rem;}
- .z-main-title {margin-left: 1.8rem; font-size: 14px;}
- .load-indicator:before{background-color: rgb(248 249 250); height: 45rem;}
- .unbind-modal-content{font-size: 14px}
|