优化代码

This commit is contained in:
pengxiaolong
2025-08-06 20:48:39 +08:00
parent 40c3282515
commit 0a721e99f8
54 changed files with 1252 additions and 205 deletions

View File

@@ -48,3 +48,52 @@
flex-direction: column;
align-items: center;
}
.uni-input-wrapper.data-v-6e931930 {
width: 70%;
display: flex;
align-items: center;
padding: 8rpx 13rpx;
flex-direction: row;
flex-wrap: nowrap;
border-bottom: 1px solid #e5e5e5;
margin-top: 60rpx;
}
.uni-input.data-v-6e931930 {
height: 50rpx;
padding: 15rpx 25rpx;
line-height: 50rpx;
font-size: 28rpx;
flex: 1;
}
.passwordImg.data-v-6e931930 {
width: 40rpx;
height: 40rpx;
}
.error-text.data-v-6e931930 {
color: red;
font-size: 20rpx;
}
.error.data-v-6e931930 {
color: #999;
font-size: 24rpx;
}
.confirmBtn.data-v-6e931930 {
width: 90%;
height: 90rpx;
background: linear-gradient(135deg, #00afb2, #4fcacd);
color: #fff;
text-align: center;
line-height: 90rpx;
font-size: 36rpx;
border-radius: 50rpx;
margin-top: 70rpx;
}
.forgetPassword.data-v-6e931930 {
width: 90%;
display: flex;
justify-content: flex-end;
margin-top: 40rpx;
}
.forgetPasswordText.data-v-6e931930 {
color: #00afb2;
}