优化代码

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,55 @@
flex-direction: column;
align-items: center;
}
.weui-input.data-v-87d0cc44 {
width: 90%;
height: 80rpx;
margin-top: 40rpx;
border-bottom: 1px solid #ccc;
}
.Verificationcodebox.data-v-87d0cc44 {
width: 90%;
height: 80rpx;
margin-top: 40rpx;
display: flex;
align-items: center;
}
.Verificationcodebtn.data-v-87d0cc44 {
width: 30%;
height: 100%;
margin-bottom: -40rpx;
background-color: #e6e6e6;
color: #ffffff;
font-size: 24rpx;
line-height: 40rpx;
background-color: #00afb2;
text-align: center;
line-height: 80rpx;
}
.VerificationcodeSent.data-v-87d0cc44{
color: #00afb2;
font-size: 24rpx;
margin-top: 40rpx;
}
.btn.data-v-87d0cc44 {
width: 80%;
height: 80rpx;
margin-top: 150rpx;
background: linear-gradient(135deg, #00afb2, #4fcacd);
color: #fff;
text-align: center;
line-height: 80rpx;
border-radius: 40rpx;
font-size: 30rpx;
border: none;
cursor: pointer;
}
.error.data-v-87d0cc44 {
color: red;
font-size: 20rpx;
}
.forget.data-v-87d0cc44{
font-size: 24rpx;
color: #00afb2;
margin-top: 50rpx;
}