|
|
|
|
@ -3,21 +3,27 @@
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-top: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 150rpx;
|
|
|
|
|
height: 150rpx;
|
|
|
|
|
width: 498rpx;
|
|
|
|
|
height: 256rpx;
|
|
|
|
|
/* height: 150rpx;*/
|
|
|
|
|
//width: 1%;
|
|
|
|
|
//height: 50%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
width: 150rpx;
|
|
|
|
|
height: 150rpx;
|
|
|
|
|
//border-radius: 50%;
|
|
|
|
|
/*width: 150rpx;
|
|
|
|
|
height: 150rpx;*/
|
|
|
|
|
margin-bottom: 8%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-form {
|
|
|
|
|
width: 90%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-bottom: 20%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.authorized-btn {
|
|
|
|
|
width: 90%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
@ -35,6 +41,7 @@ image {
|
|
|
|
|
padding: 8rpx;
|
|
|
|
|
margin-top: 80rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.to-idx-btn {
|
|
|
|
|
width: 90%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
@ -50,6 +57,7 @@ image {
|
|
|
|
|
padding: 8rpx;
|
|
|
|
|
margin-top: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-title {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-bottom: 50rpx;
|
|
|
|
|
@ -59,11 +67,13 @@ image {
|
|
|
|
|
margin-bottom: 50rpx;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.account {
|
|
|
|
|
display: flex;
|
|
|
|
|
background: #f8f8f8;
|
|
|
|
|
@ -71,17 +81,20 @@ image {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
padding-left: 20rpx;
|
|
|
|
|
width: 75%;
|
|
|
|
|
padding-left: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
&::after {
|
|
|
|
|
border: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.operate {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
@ -93,6 +106,7 @@ button {
|
|
|
|
|
color: #00AAFF;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.error {
|
|
|
|
|
.error-text {
|
|
|
|
|
display: block;
|
|
|
|
|
@ -103,6 +117,7 @@ button {
|
|
|
|
|
margin-top: 10rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
margin-top: 10rpx;
|
|
|
|
|
|
|
|
|
|
.warning-icon {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
color: #fff;
|
|
|
|
|
|