feat: 相关商品样式调整

This commit is contained in:
duanshuwen
2025-11-08 13:37:33 +08:00
parent 21e64ba6a6
commit b7a3eb39ef
5 changed files with 87 additions and 150 deletions

View File

@@ -6,3 +6,15 @@
.absolute {
position: absolute;
}
.left-0 {
left: 0;
}
.right-0 {
right: 0;
}
.bottom-0 {
bottom: 0;
}