Files
bodyWeight/miniprogram/pages/login/login.less
T

60 lines
900 B
Plaintext

.bg {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.login {
position: relative;
z-index: 2;
width: 100%;
height: 100vh;
box-sizing: border-box;
padding: 300rpx 85rpx 88rpx;
display: flex;
flex-direction: column;
.title {
color: #FFFFFF;
width: 100%;
height: 80rpx;
font-size: 80rpx;
text-align: center;
font-weight: bold;
line-height: 80rpx;
margin-bottom: 48rpx;
}
.sub-title {
color: #FFFFFF;
width: 100%;
height: 40rpx;
font-size: 40rpx;
line-height: 40rpx;
font-weight: 500;
text-align: center;
}
.login-btn--disabled {
opacity: 0.6;
}
.login-btn {
color: #FFFFFF;
width: 100%;
height: 88rpx;
line-height: 88rpx;
font-size: 32rpx;
font-weight: bold;
text-align: center;
background: #252535;
border-radius: 44rpx;
border: 2rpx solid #FFFFFF;
margin-top: auto;
}
}