mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/settings/password.wxss

133 lines
3.4 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.editPassword.data-v-5914205e {
background-image: url(/static/images/background/editPassword.png);
background-position: top;
background-repeat: no-repeat;
background-size: 100%;
background-color: #fff;
min-height: 100vh;
padding: 0 60rpx;
position: relative;
}
.editPassword .password-title.data-v-5914205e {
margin-top: 82rpx;
font-weight: 500;
font-size: 46rpx;
color: #333333;
line-height: 65rpx;
text-align: left;
font-style: normal;
}
.editPassword .password-tip.data-v-5914205e {
margin-top: 20rpx;
font-size: 28rpx;
color: #666;
line-height: 40rpx;
}
.editPassword .newPassword.data-v-5914205e,
.editPassword .surePassword.data-v-5914205e {
margin-top: 100rpx;
}
.editPassword .surePassword.data-v-5914205e {
margin-top: 40rpx;
}
.editPassword .password-text.data-v-5914205e {
font-weight: 400;
font-size: 32rpx;
color: #333333;
line-height: 45rpx;
text-align: left;
font-style: normal;
}
.editPassword .input-item.data-v-5914205e {
display: flex;
align-items: center;
box-sizing: border-box;
width: 630rpx;
height: 98rpx;
background: #F5F5F5;
border-radius: 49rpx;
padding: 28rpx 24rpx 28rpx 30rpx;
margin-bottom: 10rpx;
position: relative;
margin-top: 19rpx;
}
.editPassword .input-item .look-icon.data-v-5914205e {
width: 37rpx;
position: absolute;
top: 50%;
right: 30rpx;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.editPassword .input-item .input-text.data-v-5914205e {
flex: 1;
font-size: 30rpx;
height: 40rpx;
color: #333;
}
.editPassword .pwd-error.data-v-5914205e {
display: block;
font-size: 24rpx;
color: #E8101E;
margin-left: 30rpx;
margin-top: 10rpx;
line-height: 1.2;
}
.editPassword .select-serve-footer.data-v-5914205e {
background-color: #fff;
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 40rpx 60rpx;
box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
}
.editPassword .select-serve-footer__btn.data-v-5914205e {
width: 630rpx;
height: 98rpx;
background: rgba(232, 16, 30, 0.4);
border-radius: 798rpx;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 30rpx;
color: #ffffff;
line-height: 39rpx;
text-align: center;
font-style: normal;
transition: background-color 0.2s ease;
}
.editPassword .select-serve-footer .active.data-v-5914205e {
background: #E8101E;
}
.editPassword .select-serve-footer .active.data-v-5914205e:active {
opacity: 0.9;
}