85 lines
1.3 KiB
Plaintext
85 lines
1.3 KiB
Plaintext
@import '@/styles/common.less';
|
|
@import '@/styles/variables.less';
|
|
|
|
.page-certification {
|
|
padding: 40px 24px;
|
|
|
|
&__id-card-container {
|
|
width: 100%;
|
|
.flex-row();
|
|
}
|
|
|
|
&__id-card {
|
|
flex: 1;
|
|
height: 178px;
|
|
.flex-column();
|
|
justify-content: center;
|
|
background: #F2F2F2;
|
|
border-radius: 12px;
|
|
margin: 24px 0;
|
|
|
|
&:first-child {
|
|
margin-right: 24px;
|
|
}
|
|
|
|
&__image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
&__icon {
|
|
width: 72px;
|
|
height: 72px;
|
|
}
|
|
|
|
&__describe {
|
|
font-size: 24px;
|
|
line-height: 32px;
|
|
font-weight: 400;
|
|
color: @blColorG1;
|
|
margin-top: 24px;
|
|
}
|
|
}
|
|
|
|
&__verify {
|
|
.flex-row();
|
|
|
|
&__input {
|
|
flex: 1;
|
|
height: 100px;
|
|
}
|
|
|
|
&__update {
|
|
flex: 0 0 auto;
|
|
|
|
button {
|
|
font-size: 32px;
|
|
line-height: 32px;
|
|
font-weight: 400;
|
|
color: @blHighlightColor;
|
|
white-space: nowrap;
|
|
border: none;
|
|
background: none;
|
|
|
|
&::after {
|
|
border: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&__footer {
|
|
position: fixed;
|
|
left: 24px;
|
|
right: 24px;
|
|
bottom: 0;
|
|
background: #F5F6FA;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
&__submit {
|
|
.button(@width: 100%; @height: 80px);
|
|
margin-bottom: 56px;
|
|
}
|
|
}
|