feat: first commit
This commit is contained in:
20
src/pages/material-create-profile/index.less
Normal file
20
src/pages/material-create-profile/index.less
Normal file
@ -0,0 +1,20 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user