feat: 新增样式文件
This commit is contained in:
8
src/static/scss/position.scss
Normal file
8
src/static/scss/position.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
// 定位
|
||||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.absolute {
|
||||
position: absolute;
|
||||
}
|
||||
Reference in New Issue
Block a user