@import '../../style/icon.wxss';
|
@import '../../style/main.wxss';
|
|
.container {
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: space-between;
|
padding: 0;
|
box-sizing: border-box;
|
background-color: #f2f2f2;
|
}
|
|
.inputBg {
|
margin-top: 0px;
|
}
|
|
.inputView {
|
float: left;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
background-color: white;
|
line-height: 44px;
|
width: 100%;
|
height: 45px;
|
|
}
|
|
.nameImage {
|
display: flex;
|
align-items: center;
|
margin-left: 22px;
|
width: 14px;
|
height: 14px;
|
}
|
|
.keyImage {
|
display: flex;
|
align-items: center;
|
margin-left: 22px;
|
width: 12px;
|
height: 13px;
|
}
|
|
.loginLab {
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
width: 20%;
|
margin: 18px 15px 15px 10px;
|
color: #545454;
|
font-size: 16px;
|
}
|
|
.inputText {
|
display: flex;
|
align-items: center;
|
text-align: right;
|
margin-right: 8px;
|
padding-right: 5px;
|
margin-top: 5px;
|
color: blue;
|
font-size: 16px;
|
width: 80%;
|
}
|
|
.line {
|
float: left;
|
width: 100%;
|
height: 1px;
|
background-color: #ccc;
|
margin-top: 1px;
|
}
|
|
.loginBtnView {
|
width: 100%;
|
height: auto;
|
background-color: #efeff4;
|
margin-top: 0px;
|
margin-bottom: 0px;
|
padding-bottom: 0px;
|
}
|
|
.loginBtnReal {
|
width: 80%;
|
margin-top: 25px;
|
background-color: #39b5de;
|
color: #39b5de;
|
border-radius: 0px;
|
}
|
|
.loginBtnDemo {
|
width: 80%;
|
margin-top: 12px;
|
color: #39b5de;
|
border-radius: 0px;
|
}
|
|
.explain {
|
width: 100%;
|
height: auto;
|
font-size: 12px;
|
color: #999;
|
float: left;
|
text-align: center;
|
margin-top: 50px;
|
background-color: #efeff4;
|
}
|
|
.marginTop10 {
|
margin-top: 10px;
|
margin-bottom: 20px;
|
padding-bottom: 20px;
|
}
|
|
.call {
|
color: #2cc39a;
|
margin-left: 10px;
|
}
|
|
.place-holder {
|
color: red;
|
text-align: right;
|
}
|
|
/* 2020-12-04 thl */
|
|
.imgStyle {
|
width: 160rpx;
|
height: 160rpx;
|
border-radius: 50%;
|
overflow: hidden;
|
margin-top: 25rpx;
|
margin-left: 15rpx;
|
}
|
|
.textStyle {
|
background-image: -webkit-linear-gradient(bottom, #1ae8c8, #4a8aff);
|
background: linear-gradient(bottom, #1ae8c8, #4a8aff);
|
-webkit-background-clip: text;
|
background-clip: text;
|
-webkit-text-fill-color: transparent;
|
}
|
|
.call_style {
|
position: fixed;
|
background: unset;
|
bottom: 0rpx;
|
margin-top: 10px;
|
margin-bottom: 20px;
|
}
|
.psdBox {
|
margin: 14rpx 20rpx 28rpx 20rpx
|
}
|
checkbox .wx-checkbox-input {
|
width: 28rpx;
|
height: 28rpx;
|
}
|
checkbox .wx-checkbox-input {
|
border-color: #409eff;
|
background-color: transparent;
|
transition: background-color .3s;
|
}
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
|
color: #fff;
|
background-color: #409eff;
|
}
|
radio::before, checkbox::before {
|
right: 0px;
|
}
|