feat: 新增样式文件
This commit is contained in:
16
src/static/scss/display.scss
Normal file
16
src/static/scss/display.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
// 显示类型
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
}
|
||||
Reference in New Issue
Block a user