164 lines
2.8 KiB
Plaintext
164 lines
2.8 KiB
Plaintext
page {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
padding: 90rpx 60rpx;
|
|
box-sizing: border-box;
|
|
background: white;
|
|
}
|
|
|
|
.login-top {
|
|
height: 17vh;
|
|
width: 100%;
|
|
flex-direction: row;
|
|
align-items: flex-end;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
color: #919191;
|
|
}
|
|
|
|
.top-bg {
|
|
position: absolute;
|
|
bottom: 30rpx;
|
|
z-index: 2;
|
|
width: 740rpx;
|
|
}
|
|
|
|
.top-logo-content {
|
|
box-sizing: border-box;
|
|
color: #000;
|
|
font-weight: 600;
|
|
font-size: 40rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.top-logo {
|
|
margin-bottom: 20rpx;
|
|
width: 146rpx;
|
|
height: 146rpx;
|
|
}
|
|
|
|
.inputs {
|
|
background: rgba(68, 144, 255, 0.05);
|
|
border: solid 1rpx #f2f2f2;
|
|
position: relative;
|
|
margin-top: 30rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
|
|
.inputs input {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
padding: 0 30rpx;
|
|
border: none;
|
|
box-sizing: border-box;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
input.inputs-phone {
|
|
padding-left: 150rpx;
|
|
}
|
|
|
|
input.inputs-sms {
|
|
padding-right: 200rpx;
|
|
}
|
|
|
|
.label {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 120rpx;
|
|
text-align: center;
|
|
border-right: solid 1rpx #f2f2f2;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.sms-btn[size='mini'] {
|
|
font-weight: normal;
|
|
height: 77rpx;
|
|
line-height: 77rpx;
|
|
position: absolute;
|
|
top: 1rpx;
|
|
right: 1rpx;
|
|
padding: 0 20rpx;
|
|
margin: 0;
|
|
border-radius: 0;
|
|
border-left: solid 1rpx #f2f2f2;
|
|
color: #4490ff !important;
|
|
font-size: 30rpx;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.sms-btn::after {
|
|
border: none;
|
|
}
|
|
|
|
.sms-btn[disabled] {
|
|
color: rgba(68, 144, 255, .6) !important;
|
|
}
|
|
|
|
.title {
|
|
text-align: center;
|
|
font-size: 38rpx;
|
|
font-weight: bold;
|
|
color: #2a2a2a;
|
|
margin-bottom: 100rpx;
|
|
}
|
|
|
|
.btn {
|
|
background: #4490ff !important;
|
|
width: 100% !important;
|
|
color: white !important;
|
|
border-radius: 0;
|
|
margin-top: 30rpx;
|
|
font-size: 32rpx;
|
|
line-height: 90rpx;
|
|
height: 90rpx;
|
|
font-weight: bold;
|
|
padding: 0;
|
|
}
|
|
|
|
.btn::after {
|
|
border: none;
|
|
}
|
|
|
|
.btn[disabled] {
|
|
background: rgba(68, 144, 255, .6) !important;
|
|
}
|
|
|
|
.beianNo {
|
|
font-size: 26rpx;
|
|
color: #9d9d9d;
|
|
text-align: center;
|
|
padding-top: 60rpx;
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
bottom: 50rpx;
|
|
}
|
|
|
|
/* 协议 */
|
|
.agreement {
|
|
font-size: 26rpx;
|
|
color: #9d9d9d;
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.radioGroup {
|
|
transform: scale(.6);
|
|
width: 55rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.agreement-text {
|
|
width: calc(100% - 55rpx);
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.agreement-text navigator {
|
|
color: #000;
|
|
display: inline-block;
|
|
} |