增加公共分享组件

This commit is contained in:
2026-01-21 10:26:05 +08:00
parent 67ae138033
commit 654ed39854
6 changed files with 57 additions and 18 deletions

View File

@@ -44,6 +44,9 @@ page,
image {
display: block;
}
.relative{
position: relative;
}
.absolute{
position: absolute;
}