Files
cardtest/pages/password_forget/password_forget.wxss
2021-07-20 09:01:00 +08:00

62 lines
1.0 KiB
Plaintext

.favourCont-label {
background-color: #fff;
height: 120rpx;
padding: 0 30rpx;
box-sizing: border-box;
display: flex;
position: relative;
}
.favourCont-label input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100rpx;
line-height: 100rpx;
font-size: 30rpx;
padding-left: 220rpx;
box-sizing: border-box;
}
.favourCont-name {
line-height: 100rpx;
}
.favourCont-btn {
width: 100%;
padding: 0 30rpx;
box-sizing: border-box;
margin-top: 50rpx;
}
.favourCont-btn button {
background-color: #3a3b3e;
color: #fff;
width: 100% !important;
line-height: 60rpx;
font-size: 32rpx;
}
.forget {
text-align: center;
line-height: 90rpx;
font-size: 30rpx;
}
.obtain {
color: #d6571f;
background: none;
border: none;
font-size: 30rpx;
position: absolute;
width: auto !important;
text-align: right;
line-height: 100rpx;
z-index: 9;
padding: 0;
margin: 0;
right: 20rpx;
top: 0;
}