Files
income_payments_applet/pages/forgetPassword/forgetPassword.wxss
T
2021-10-26 14:04:29 +08:00

23 lines
291 B
Plaintext

page {
overflow-x: hidden;
width: 100%;
color: #333;
}
.form-box{
transform: translateY(50%);
}
.text-value{
position: relative;
}
.text-password input{
padding-right: 30px;
}
.show{
width: 15px;
height: 15px;
position: absolute;
right: 10px;
top: 8px;
z-index: 9;
}