Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/Setting/settingmod/changePassword.wxss
pengxiaolong 0a721e99f8 优化代码
2025-08-06 20:48:39 +08:00

100 lines
1.7 KiB
Plaintext

.bg.data-v-6e931930 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: -1;
}
.bgImg.data-v-6e931930 {
width: 100%;
height: 100%;
}
.Return.data-v-6e931930 {
position: fixed;
left: 35rpx;
top: 120rpx;
width: 46rpx;
height: 46rpx;
z-index: 2;
}
.title.data-v-6e931930 {
position: fixed;
top: 120rpx;
left: 0;
right: 0;
text-align: center;
font-size: 34rpx;
color: #100e0f;
font-weight: bold;
z-index: 1;
}
.ReturnImg.data-v-6e931930 {
width: 100%;
height: 100%;
}
.contentbox.data-v-6e931930 {
position: absolute;
top: 200rpx;
left: 0rpx;
right: 0rpx;
bottom: 0rpx;
}
.content.data-v-6e931930 {
width: 100%;
height: 100%;
display: flex;
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;
}