.pl0 { padding-left: 0 !important; } .mb15 { margin-bottom: 15px; } button:focus { outline: 0; } input:focus { outline: 0; } @media screen and ( max-width: 320px ) { .btn_ok { height: 46px !important; font-size: 14px !important; padding-bottom: 5px !important; } .btn_regist { height: 46px !important; padding-top: 9px !important; } } @media screen and ( min-width: 414px ) { .btn_ok { height: 55px !important; } .btn_regist { height: 55px !important; } } @media screen and ( min-width: 768px ) {} .invite { margin: auto; position: relative; padding: 15px 0; background-color: rgb(253, 210, 218); .container { .logo { background: url("../img/invite_logo.png") no-repeat; width: 178px; background-size: contain; height: 43px; } .banner { background: url("../img/invite_banner.png") no-repeat; height: 308px; background-size: 100%; } .inputForm { padding: 0 25px 0 25px; input[type=text], input[type=password] { width: 100%; height: 45px; border: 0; border-radius: 45px; padding-left: 20px; } input[type=checkbox] { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; display: inline-block; vertical-align: text-bottom; width: 15px; height: 15px; outline: none; cursor: pointer; background: url("../img/invite-uncheck.png") no-repeat; background-size: 100%; margin-right: 5px; } input[type=checkbox]:after { content: ''; position: absolute; width: 15px; height: 15px; display: block; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: url("../img/invite-checked.png") no-repeat; background-size: 100%; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); -webkit-transition: all ease-in-out 300ms; -moz-transition: all ease-in-out 300ms; transition: all ease-in-out 300ms; -webkit-tap-highlight-color: transparent; } input[type=checkbox]:checked:after { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); } .btn_code { width: 100%; height: 45px; background-color: #a1a1a1; border-radius: 45px; opacity: 0.99; border: 0; color: #fff; } .on { background-image: linear-gradient(-45deg, #ff6f5f 1%, #fe6a61 28%, #fc6463 56%, #f7506a 100%), linear-gradient( #fe6e62, #fe6e62); background-blend-mode: normal, normal; } .c_gray { color: #b3b3b3; font-size: 12px; label { display: initial; max-width: initial; margin-bottom: initial; font-weight: initial; } } a { color: #007ef4; } .btn_regist { background: url("../img/invite_btn_regist.png") no-repeat; background-size: 100%; width: 100%; height: 55px; border: 0; color: #fff; padding-top: 12px; padding-bottom: 20px; margin-top: 15px; margin-bottom: 10px; border-radius: 45px; } .off { background: #a1a1a1; } .registTip { color: rgb(254, 110, 98); padding-bottom: 50px; } .errText { color: rgb(255, 0, 0); height: 25px; padding-top: 5px; } } } //对话框 .dialog { background: rgba(0, 0, 0, 0.25); width: 100%; position: absolute; height: 100%; left: 0; top: 0; z-index: 1; display: none; .dialog_box { width: 80%; height: 223px; background-color: #fff; box-shadow: 0 0 44px 2px rgba(0, 0, 0, 0.17); border-radius: 15px; position: absolute; left: 10%; top: 40%; padding: 25px 32px; text-align: center; .dialog_title { span { font-size: 18px; color: #333333; padding-left: 15px; padding-right: 15px; } } .dialog_content { margin-top: 20px; font-size: 14px; color: #999999; } .dialog_btn { .btn_ok { width: 100%; height: 55px; border: 0; color: #fff; font-size: 16px; margin-top: 15px; background: url("../img/invite_dialog_btn_regist.png") no-repeat; background-size: 100%; border-radius: 43px; opacity: 0.99; } } } } }