Files
xuan_wechat/pages/resetPassword/resetPassword.wxss
2023-08-25 14:04:31 +08:00

158 lines
2.5 KiB
Plaintext

page {
background-color: #f7f6fa;
}
.loginImg {
width: 100%;
}
.loginTitle {
width: 100%;
text-align: center;
padding: 0 50rpx;
box-sizing: border-box;
margin-top: -50rpx;
}
.site-form {
display: block;
padding: 50rpx 50rpx 20rpx;
box-sizing: border-box;
}
.inputs {
background: #edebf1;
border: none;
position: relative;
margin-bottom: 40rpx;
height: 100rpx;
line-height: 100rpx;
border-radius: 80rpx;
padding: 0 50rpx;
box-sizing: border-box;
display: flex;
position: relative;
}
.inputs input {
width: 100%;
height: 100rpx;
line-height: 100rpx;
border: none;
font-size: 32rpx;
}
.inputs-see {
position: absolute;
right: 50rpx;
top: 32rpx;
width: 38rpx;
height: 38rpx;
z-index: 9;
}
.sms-btn[size='mini'] {
font-weight: normal;
height: 100rpx;
line-height: 100rpx;
position: absolute;
top: 0;
right: 30rpx;
margin: 0;
border-radius: 0;
border-left: solid 1rpx #f2f2f2;
color: #da2b54 !important;
font-size: 32rpx;
background-color: transparent !important;
z-index: 9;
}
.btn {
background: #da2b54 !important;
width: 100% !important;
color: white !important;
border-radius: 100rpx;
font-size: 32rpx;
line-height: 100rpx;
height: 100rpx;
font-weight: bold;
font-weight: normal;
padding: 0;
}
.btn::after {
border: none;
}
.btn[disabled] {
background: #da2b54 !important;
}
/* 注册成功弹出 */
/* 弹出 */
.refertoEject {
position: fixed;
width: 100vw;
height: 100vh;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, .7);
z-index: 1000;
display: none;
}
.refertoEject.active {
display: block;
}
.refertoCont {
-webkit-box-orient: vertical;
-webkit-box-pack: center;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 10000;
padding: 0 15%;
box-sizing: border-box;
text-align: center;
display: none;
}
.refertoCont.active {
display: -webkit-box;
}
.refertoWrite {
background-color: white;
border-radius: 20rpx;
overflow: hidden;
}
.refertoCont-img {
width: 100%;
}
.refertoCont-name {
padding: 30rpx 0 40rpx;
}
.refertoCont-title {
color: #da2b54;
font-size: 40rpx;
}
.refertoCont-text {
padding: 20rpx 0 40rpx;
color: #999999;
}
.refertoCont-go {
background-color: #da2b54;
display: inline-block;
color: #ffffff;
line-height: 88rpx;
width: 80%;
border-radius: 80rpx;
}