135 lines
2.9 KiB
Plaintext
135 lines
2.9 KiB
Plaintext
|
|
.pagebody.data-v-a81f9cc0 {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.status_bar.data-v-a81f9cc0 {
|
|
height: 25px;
|
|
width: 100%;
|
|
}
|
|
.top_view.data-v-a81f9cc0{
|
|
height: 25px;
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
z-index: 999;
|
|
}
|
|
.code-btn.disabled.data-v-a81f9cc0 {
|
|
background-color: rgba(255, 255, 255, 0);
|
|
|
|
color: #666 ;
|
|
}
|
|
.login-botton.disabled.data-v-a81f9cc0 {
|
|
background-color: #c5c5c5;
|
|
}
|
|
.login-box.data-v-a81f9cc0 {
|
|
padding: 60rpx 60rpx 30rpx 60rpx;
|
|
background-color: #fff;
|
|
overflow-y: auto;
|
|
height: 100%;
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-pack: justify;
|
|
-webkit-justify-content: space-between;
|
|
justify-content: space-between;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
page.data-v-a81f9cc0 {
|
|
overflow: hidden;
|
|
}
|
|
.logo-box.data-v-a81f9cc0 {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
margin-bottom: 20rpx;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
overflow: hidden;
|
|
}
|
|
._h3.data-v-a81f9cc0 {
|
|
|
|
font-size: 48rpx;
|
|
margin-bottom: 40rpx;
|
|
line-height: 1.5;
|
|
}
|
|
.input-title.data-v-a81f9cc0 {
|
|
|
|
font-size: 24rpx;
|
|
padding-top: 40rpx;
|
|
font-weight: bold;
|
|
}
|
|
.input-content.data-v-a81f9cc0 {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
height: 100rpx;
|
|
border-bottom: 1px solid #ececec;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
.uni-input.data-v-a81f9cc0{
|
|
font-size: 28rpx;
|
|
background-color: unset;
|
|
padding: 0;
|
|
}
|
|
.uni-input input.data-v-a81f9cc0{
|
|
height: 80rpx !important;
|
|
line-height: 80rpx !important;
|
|
}
|
|
input[type="password"].data-v-a81f9cc0 {
|
|
height: 80rpx !important;
|
|
line-height: 80rpx !important;
|
|
}
|
|
.text-b1.data-v-a81f9cc0 {
|
|
color: #ececec
|
|
}
|
|
.code-btn.data-v-a81f9cc0 {
|
|
background-color: transparent;
|
|
color: #2689ee;
|
|
font-size: 28rpx;
|
|
padding: 0 12rpx;
|
|
}
|
|
button.data-v-a81f9cc0::after {
|
|
border: 0;
|
|
}
|
|
.login-botton.data-v-a81f9cc0 {
|
|
margin-top: 60rpx;
|
|
margin-bottom: 20rpx;
|
|
color: #fff;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
|
|
text-align: center;
|
|
-webkit-border-radius: 8rpx;
|
|
border-radius: 8rpx;
|
|
background-color: #2689ee !important;
|
|
}
|
|
.login-tab.data-v-a81f9cc0 {
|
|
text-align: center;
|
|
margin-top: 50rpx;
|
|
color: #666;
|
|
}
|
|
.agreement.data-v-a81f9cc0{
|
|
text-align: center;
|
|
font-size: 15px;
|
|
color: #999;
|
|
margin-bottom: 20px;
|
|
}
|
|
.agreement ._span.data-v-a81f9cc0{
|
|
color: #2689ee;
|
|
}
|
|
|