feat: add heti-fn component
This commit is contained in:
parent
81c615db4d
commit
52780d6670
5 changed files with 22 additions and 6 deletions
|
@ -67,4 +67,18 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 页脚 */
|
||||
#{$root-selector}-fn {
|
||||
margin-block-start: 59px;
|
||||
border-block-start: 1px solid #ccc;
|
||||
font-size: $font-size-small;
|
||||
font-family: $font-family-hei;
|
||||
line-height: $line-height-size-normal;
|
||||
|
||||
ol {
|
||||
margin-block-start: $std-block-unit / 2;
|
||||
margin-block-end: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue