You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
2.2 KiB
Plaintext

.login {
background: #dadada;
width: 100vw;
height: 100vh;
}
.switch_login {
text-align: center;
}
.switch_login text {
display: inline-block;
cursor: pointer;
padding: 20rpx 0;
font-size: 32rpx;
font-weight: 700;
}
.avatorWrapper {
height: 20vh;
width: 100vw;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.avator {
width: 200rpx;
height: 200rpx;
overflow: hidden;
}
.avator .img {
width: 100%;
}
.form {
padding: 0 100rpx;
}
.inputWrapper {
width: 100%;
height: 80rpx !important;
background: white;
-webkit-border-radius: 30px;
border-radius: 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 20px;
margin-top: 25px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.inputWrapper .input {
width: 100%;
height: 100%;
}
.inputWrapper .inputCode {
width: 100%;
height: 100%;
}
.loginBtn {
width: 100%;
height: 80rpx;
background: #77B307;
-webkit-border-radius: 50rpx;
border-radius: 50rpx;
margin-top: 50px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.forgotBtn {
color: #383838;
font-size: 20rpx;
margin-top: 20px;
position: fixed;
bottom: 0;
width: 100%;
padding: 0 10%;
}
.forgotBtn_hr {
margin-top: 20rpx;
height: 1rpx;
width: 35%;
border-top: #000000 1rpx solid;
}
.login uni-button[disabled]:not([type]),
uni-button[disabled][type=default] {
color: #FFFFFF;
background-color: red;
}
.login .uni-movable-view {
border: none !important;
}
.login .cu-btn[disabled] {
opacity: .3;
}
.login uni-button[disabled] {
color: #FFFFFF;
cursor: not-allowed;
}
.move-verify {
width: 100%;
height: 100%;
-webkit-border-radius: 50rpx;
border-radius: 50rpx;
line-height: 45px;
}
.pathway uni-movable-view.active[data-v-f9d47844] {
border: #FFFFFF 1px solid;
}