9 lines
83 B
SCSS
9 lines
83 B
SCSS
// 定位
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
|
|
.absolute {
|
|
position: absolute;
|
|
}
|