280 lines
5.6 KiB
Plaintext
280 lines
5.6 KiB
Plaintext
button:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
input:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
body {
|
|
background-image: linear-gradient(-45deg,
|
|
#ff6f5f 1%,
|
|
#fe6a61 28%,
|
|
#fc6463 56%,
|
|
#f7506a 100%),
|
|
linear-gradient(
|
|
#000000,
|
|
#000000);
|
|
background-blend-mode: normal,
|
|
normal;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
|
|
.option {
|
|
background: #fffdfd;
|
|
border-radius: 15px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.register {
|
|
.title {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
img {
|
|
width: 45%;
|
|
}
|
|
}
|
|
.sub_title {
|
|
margin-top: 15px;
|
|
font-size: 15px;
|
|
color: #ffffff;
|
|
}
|
|
.form {
|
|
border-radius: 15px;
|
|
background-color: #fff4f6;
|
|
padding: 35px 20px;
|
|
position: relative;
|
|
.tip {
|
|
color: rgba(251, 98, 103, 0.8);
|
|
margin-bottom: 30px;
|
|
padding-left: 10px;
|
|
i {
|
|
position: absolute;
|
|
left: 20px;
|
|
}
|
|
}
|
|
.privacy {
|
|
font-size: 12px;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
label {
|
|
color: rgb(179, 179, 179);
|
|
font-weight: normal;
|
|
}
|
|
a {
|
|
color: rgb(0, 126, 244);
|
|
//text-underline-style: dash;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
.input-group {
|
|
display: inline-block;
|
|
width: 100%;
|
|
.input {
|
|
border-radius: 20px;
|
|
border: 0;
|
|
height: 40px;
|
|
padding-left: 15px;
|
|
margin-bottom: 15px;
|
|
float: left;
|
|
}
|
|
.input:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.input-full {
|
|
width: 100%;
|
|
}
|
|
.input-half {
|
|
width: 60%;
|
|
}
|
|
.btn_code {
|
|
border: 0;
|
|
height: 40px;
|
|
width: 35%;
|
|
float: right;
|
|
color: #ffffff;
|
|
background: #a1a1a1;
|
|
border-radius: 45px;
|
|
opacity: 0.99;
|
|
}
|
|
.on {
|
|
background-image: linear-gradient(-45deg,
|
|
#ff6f5f 1%,
|
|
#fe6a61 28%,
|
|
#fc6463 56%,
|
|
#f7506a 100%),
|
|
linear-gradient(
|
|
#fe6e62,
|
|
#fe6e62);
|
|
background-blend-mode: normal,
|
|
normal;
|
|
}
|
|
.off {
|
|
background: #a1a1a1;
|
|
}
|
|
}
|
|
.errText {
|
|
color: rgb(255, 0, 0);
|
|
height: 20px;
|
|
//padding-top: 5px;
|
|
}
|
|
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);
|
|
}
|
|
}
|
|
.btnRegister {
|
|
background: url("../mobile/generalize/img/9.png") no-repeat;
|
|
height: 56px;
|
|
background-size: 100%;
|
|
border: 0;
|
|
width: 100%;
|
|
}
|
|
.register_off {
|
|
background: url("../mobile/generalize/img/10.png") no-repeat;
|
|
background-size: 100%;
|
|
}
|
|
.recommend {
|
|
color: rgba(251, 98, 103, 0.8);
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
|
|
.statement {
|
|
text-align: center;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
padding: 15px;
|
|
}
|
|
|
|
.dialog {
|
|
background: rgba(0, 0, 0, 0.25);
|
|
width: 100%;
|
|
position: fixed;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1;
|
|
display: none;
|
|
.dialog_box {
|
|
//width: 80%;
|
|
height: 180px;
|
|
background-color: #fff;
|
|
box-shadow: 0 0 44px 2px rgba(0, 0, 0, 0.17);
|
|
border-radius: 15px;
|
|
position: absolute;
|
|
left: 10%;
|
|
right: 10%;
|
|
top: 25%;
|
|
padding: 30px 32px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
box-sizing: content-box;
|
|
color: rgb(102, 102, 102);
|
|
.dialog_title {
|
|
span {
|
|
font-size: 18px;
|
|
color: #333333;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
}
|
|
.dialog_over_msg {
|
|
margin: 60px 50px;
|
|
}
|
|
.dialog_content {
|
|
font-size: 14px;
|
|
margin-bottom: 5px;
|
|
#text_phone {
|
|
color: rgb(254, 110, 98);
|
|
}
|
|
}
|
|
.registerTip {
|
|
color: rgba(251, 98, 103, 0.8) !important;
|
|
font-size: 12px;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.dialog_btn {
|
|
.btn_ok {
|
|
width: 100%;
|
|
height: 55px;
|
|
border: 0;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
background: url("../img/invite_dialog_btn_regist.png") no-repeat;
|
|
background-size: 100%;
|
|
border-radius: 43px;
|
|
opacity: 0.99;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.useAppBrowser {
|
|
background: rgba(0, 0, 0, 0.8);
|
|
width: 100%;
|
|
position: fixed;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1;
|
|
display: none;
|
|
.arrow {
|
|
background: url("../mobile/generalize/img/arrow.png") no-repeat;
|
|
background-position: 90%;
|
|
//width: 100%;
|
|
//height: 100%;
|
|
height: 100px;
|
|
background-size: contain;
|
|
margin-top: 30px;
|
|
}
|
|
.btn_border {
|
|
//border-radius: 45px;
|
|
//border: 2px solid #fff;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding: 25px;
|
|
font-size: 18px;
|
|
}
|
|
} |