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

48 lines
816 B
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;
color: #d6571f;
font-weight: 600;
}