seemore-web/css/generalize.less

263 lines
6.1 KiB
Plaintext

button:focus {
outline: 0;
}
input:focus {
outline: 0;
}
.fs14{
font-size: 14px;
}
body{
background-color: #e6e9f2 !important;
.layout{
width: 940px;
//margin: 0 auto;
background-color: #fff;
//margin-bottom: 20px;
border-radius: 10px;
margin:50px auto 15px auto;
.top{
background: url("../generalize/img/1.png")no-repeat;
height: 629px;
margin-bottom: 40px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.phoneList{
background: url("../generalize/img/2.png")no-repeat;
height: 1240px;
width: 423px;
margin: 0 auto;
}
.register {
.title {
margin-bottom: 30px;
.img{
background: url("../generalize/img/3.png")no-repeat;
width: 167px;
height: 19px;
margin: 0 auto;
}
}
.sub_title {
margin-top: 15px;
font-size: 15px;
color: #fe6d60;
text-align: center;
}
.form {
border-radius: 15px;
background-color: #fff4f6;
padding: 35px 90px;
position: relative;
width: 473px;
height: 523px;
margin: 0 auto;
.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: 12px;
float: left;
}
.input:last-child{
margin-bottom: 0;
}
.off {
background: #a1a1a1;
}
.input-full {
width: 100%;
}
.input-half {
width: 60%;
}
.btn_code {
border: 0;
height: 40px;
width: 35%;
float: right;
color: #ffffff;
background-color: #a1a1a1;
border-radius: 45px;
}
.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;
}
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(181,180,180,0.8);
padding: 30px;
}
}
}
.dialog {
background: rgba(0, 0, 0, 0.25);
width: 100%;
position: fixed;
height: 100%;
left: 0;
top: 0;
z-index: 1;
display: none;
font-size: 18px;
.dialog_box {
width: 380px;
height: 278px;
background-color: #fff;
box-shadow: 0 0 44px 2px rgba(0, 0, 0, 0.17);
border-radius: 15px;
position: absolute;
left: 40%;
top: 40%;
padding: 45px 50px;
text-align: center;
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 {
//margin-top: 30px;
//font-size: 14px;
margin-bottom: 5px;
//color: rgb(102,102,102);
#text_phone {
color: rgb(254, 110, 98);
}
}
.registerTip{
color: rgba(251, 98, 103, 0.8) !important;
font-size: 14px;
margin-top: 25px;
margin-bottom: 20px;
}
.dialog_btn {
.btn_ok {
width: 200px;
height: 45px;
border: 0;
color: #fff;
font-size: 16px;
//margin-top: 35px;
background: url("../img/invite_dialog_btn_regist.png") no-repeat;
background-size: 100%;
border-radius: 43px;
opacity: 0.99;
}
}
}
}