Files
jobslink-user-clent/pages/login/css.css

68 lines
937 B
CSS
Raw Normal View History

2024-02-02 14:44:30 +08:00
page {
height: 100%;
}
.bottomt text {
color: #151515;
}
.bottomt {
font-family: PingFangSC-Regular;
font-size: 24rpx;
color: #999999;
position: fixed;
bottom: 80rpx;
left: 10%;
}
.changeLogintype {
margin: 0 auto;
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #1B66FF;
margin-top: 30rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.titleText {
font-family: PingFangSC-Medium;
font-size: 46rpx;
color: #333333;
font-weight: bold;
margin: 0 auto;
padding: 30rpx 0;
}
.phoneDel {
margin-left: auto !important;
}
.nocheck {
opacity: 0.6;
}
.btn {
margin: 0 auto;
margin-top: 50rpx;
background-color: #1B66FF;
color: #fefefe;
border-radius: 10rpx;
text-align: center;
font-size: 32rpx;
height: 80rpx;
line-height: 80rpx;
}
.code {
margin-left: auto;
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #1b66ff;
}
page {
background-color: #fefefe;
}