feat: first commit
This commit is contained in:
39
src/pages/material-upload-video/index.less
Normal file
39
src/pages/material-upload-video/index.less
Normal file
@ -0,0 +1,39 @@
|
||||
@import '@/styles/common.less';
|
||||
@import '@/styles/variables.less';
|
||||
|
||||
.page-material-upload-video {
|
||||
// bottom: 40px + 80px + 20px 内边距+按钮高度+按钮上边距
|
||||
padding: 40px 24px 140px;
|
||||
|
||||
&__header-title {
|
||||
font-size: 40px;
|
||||
line-height: 48px;
|
||||
font-weight: 400;
|
||||
color: @blColor;
|
||||
}
|
||||
|
||||
&__header-tips {
|
||||
font-size: 28px;
|
||||
line-height: 32px;
|
||||
font-weight: 400;
|
||||
color: @blColor;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
&__video-list {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
&__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