37 lines
729 B
Plaintext
37 lines
729 B
Plaintext
@import '@/styles/common.less';
|
|
@import '@/styles/variables.less';
|
|
|
|
.page-material-create-profile {
|
|
// bottom: 24px + 100px + 20px 内边距+按钮高度+按钮上边距
|
|
padding: 24px 24px 144px;
|
|
|
|
&__footer {
|
|
position: fixed;
|
|
left: 24px;
|
|
right: 24px;
|
|
bottom: 0;
|
|
background: #f5f6fa;
|
|
}
|
|
|
|
&__submit-btn {
|
|
.button(@width: 100%, @height: 80px, @fontSize: 32px, @fontWeight: 400, @borderRadius: 48px);
|
|
bottom: 40px;
|
|
}
|
|
|
|
&__skip-btn-wrapper {
|
|
text-align: center;
|
|
bottom: 60px;
|
|
}
|
|
|
|
&__skip-btn {
|
|
color: @blHighlightColor;
|
|
width: 161px;
|
|
height: 40px;
|
|
font-weight: 400;
|
|
font-size: 32px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
}
|
|
}
|